@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix oplweb:	<http://www.openlinksw.com/schemas/oplweb#> .
oplweb:PriceUnit	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns3:	<http://purl.org/goodrelations/v1#> .
oplweb:PriceUnit	rdfs:subPropertyOf	ns3:quantitativeProductOrServiceProperty ;
	rdfs:label	"Price Unit Cost" ;
	rdfs:domain	oplweb:License ;
	rdfs:range	oplweb:PriceUnitType .