@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix oplweb:	<http://www.openlinksw.com/schemas/oplweb#> .
oplweb:isProductFormat	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
oplweb:isProductFormat	rdfs:label	"Product Format" ;
	rdfs:domain	oplweb:ProductFormatCategory ,
		oplweb:ProductFamily ,
		oplweb:ProductFormat ;
	rdfs:range	oplweb:ProductFormat .