@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
OpenLink:ProductCategoryCode	rdfs:domain	OpenLink:ProductFormatCategory .
OpenLink:ProductFormatCode	rdfs:domain	OpenLink:ProductFormatCategory .
OpenLink:isProductCategory	rdfs:domain	OpenLink:ProductFormatCategory .
OpenLink:isProductFormat	rdfs:domain	OpenLink:ProductFormatCategory .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
OpenLink:ProductFormatCategory	rdf:type	rdfs:Class ;
	rdfs:label	"Product Format Category" .
@prefix dt:	<http://www.w3.org/2001/XMLSchema#> .
OpenLink:ProductFormatCategory	rdfs:comment	"\n\t\t\tProduct Format Category\n\t\t"^^dt:string ;
	rdfs:subClassOf	OpenLink:ProductCategory ,
		OpenLink:ProductFormat ,
		OpenLink:ProductFamily .
OpenLink:hasProduct	rdfs:domain	OpenLink:ProductFormatCategory .
OpenLink:sameAs	rdfs:domain	OpenLink:ProductFormatCategory .