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