@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix oplweb:	<http://www.openlinksw.com/schemas/oplweb#> .
@prefix ns2:	<http://purl.org/goodrelations/v1#> .
oplweb:PriceUnitType	rdf:type	ns2:PriceSpecification .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
oplweb:PriceUnitType	rdf:type	rdfs:Class ;
	rdfs:label	"Unit Type" .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
oplweb:PriceUnitType	rdfs:comment	"\n\t\t\tUnit Type\n\t\t"^^xsd:string ;
	rdfs:subClassOf	ns2:UnitPriceSpecification .