@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
OpenLink:ProductCategory	rdfs:subClassOf	OpenLink:ProductFamily .
OpenLink:ProductFormat	rdfs:subClassOf	OpenLink:ProductFamily .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
OpenLink:ProductFamily	rdf:type	rdfs:Class ;
	rdfs:label	"Product Family" .
@prefix dt:	<http://www.w3.org/2001/XMLSchema#> .
OpenLink:ProductFamily	rdfs:comment	"\n\t\t\tProduct Family\n\t\t"^^dt:string .
@prefix GoodRelations:	<http://purl.org/goodrelations/v1#> .
OpenLink:ProductFamily	rdfs:subClassOf	GoodRelations:ProductOrService .
OpenLink:ProductFamilyFeature	rdfs:subClassOf	OpenLink:ProductFamily .
OpenLink:ProductFamilyCode	rdfs:domain	OpenLink:ProductFamily .
OpenLink:ProductFamilyDescription	rdfs:domain	OpenLink:ProductFamily .
OpenLink:ProductFamilyLongDescription	rdfs:domain	OpenLink:ProductFamily .
OpenLink:isProductCategory	rdfs:domain	OpenLink:ProductFamily .
OpenLink:isProductFormat	rdfs:domain	OpenLink:ProductFamily .
OpenLink:ProductFormatCategory	rdfs:subClassOf	OpenLink:ProductFamily .
OpenLink:OperatingSystemsFamilies	rdfs:domain	OpenLink:ProductFamily .
OpenLink:ProcessorFamilies	rdfs:domain	OpenLink:ProductFamily .
OpenLink:name	rdfs:domain	OpenLink:ProductFamily .
OpenLink:hasCategory	rdfs:domain	OpenLink:ProductFamily .
OpenLink:hasFormat	rdfs:domain	OpenLink:ProductFamily .
OpenLink:hasFeature	rdfs:domain	OpenLink:ProductFamily .
OpenLink:label	rdfs:domain	OpenLink:ProductFamily .
OpenLink:logo	rdfs:domain	OpenLink:ProductFamily .
OpenLink:homepage	rdfs:domain	OpenLink:ProductFamily .
OpenLink:maker	rdfs:domain	OpenLink:ProductFamily .
OpenLink:sameAs	rdfs:domain	OpenLink:ProductFamily .
OpenLink:DatabaseFamiles	rdfs:domain	OpenLink:ProductFamily .
OpenLink:isDescribedUsing	rdfs:domain	OpenLink:ProductFamily .