@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:Product	rdf:type	rdfs:Class ;
	rdfs:subPropertyOf	oplweb:ProductFormat ,
		oplweb:ProductCategory .
@prefix gr:	<http://purl.org/goodrelations/v1#> .
oplweb:Product	rdfs:subClassOf	gr:ProductOrService .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
oplweb:Product	rdfs:comment	"\n\t\t\tProduct\n\t\t"^^xsd:string ;
	rdfs:label	"Product" .