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