@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix oplweb:	<http://www.openlinksw.com/schemas/oplweb#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
oplweb:ProductFormat	rdf:type	rdfs:Class ;
	rdfs:label	"Product Format" .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
oplweb:ProductFormat	rdfs:comment	"\n\t\t\tProduct Format\n\t\t"^^xsd:string ;
	rdfs:subClassOf	oplweb:ProductFamily .
oplweb:ProductFormatCategory	rdfs:subClassOf	oplweb:ProductFormat .
oplweb:ProductFormatDescription	rdfs:domain	oplweb:ProductFormat .
oplweb:ProductFormatLongDescription	rdfs:domain	oplweb:ProductFormat .
oplweb:ProductFormatCode	rdfs:domain	oplweb:ProductFormat .
oplweb:hasProduct	rdfs:domain	oplweb:ProductFormat .
oplweb:Product	rdfs:subPropertyOf	oplweb:ProductFormat .
oplweb:hasFormat	rdfs:domain	oplweb:ProductFormat ;
	rdfs:range	oplweb:ProductFormat .
oplweb:isProductFormat	rdfs:domain	oplweb:ProductFormat ;
	rdfs:range	oplweb:ProductFormat .
oplweb:Processors	rdfs:domain	oplweb:ProductFormat .
oplweb:isOfFormat	rdfs:range	oplweb:ProductFormat .
oplweb:ProductFormatFeature	rdfs:subClassOf	oplweb:ProductFormat .
oplweb:label	rdfs:domain	oplweb:ProductFormat .
oplweb:isDescribedUsing	rdfs:domain	oplweb:ProductFormat .
oplweb:name	rdfs:domain	oplweb:ProductFormat .
oplweb:maker	rdfs:domain	oplweb:ProductFormat .
oplweb:sameAs	rdfs:domain	oplweb:ProductFormat .