@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
OpenLink:Product	rdf:type	rdfs:Class ;
	rdfs:label	"Product" .
@prefix dt:	<http://www.w3.org/2001/XMLSchema#> .
OpenLink:Product	rdfs:comment	"\n\t\t\tProduct\n\t\t"^^dt:string .
@prefix GoodRelations:	<http://purl.org/goodrelations/v1#> .
OpenLink:Product	rdfs:subClassOf	GoodRelations:ProductOrService ;
	rdfs:subPropertyOf	OpenLink:ProductCategory ,
		OpenLink:ProductFormat .
OpenLink:ProductRelease	rdfs:subClassOf	OpenLink:Product .
OpenLink:ProductFeature	rdfs:subClassOf	OpenLink:Product .
OpenLink:ProductDescription	rdfs:domain	OpenLink:Product .
OpenLink:ProductLongDescription	rdfs:domain	OpenLink:Product .
OpenLink:isOfCategory	rdfs:domain	OpenLink:Product .
OpenLink:isOfFormat	rdfs:domain	OpenLink:Product .
OpenLink:ProductId	rdfs:domain	OpenLink:Product .
OpenLink:isProductCategory	rdfs:domain	OpenLink:Product .
OpenLink:hasProduct	rdfs:range	OpenLink:Product .
OpenLink:hasCategory	rdfs:domain	OpenLink:Product .
OpenLink:label	rdfs:domain	OpenLink:Product .
OpenLink:isDescribedUsing	rdfs:domain	OpenLink:Product .
OpenLink:hasBusinessFunction	rdfs:domain	OpenLink:Product .