@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix oplweb:	<http://www.openlinksw.com/schemas/oplweb#> .
oplweb:codeWord	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns3:	<http://purl.org/goodrelations/v1#> .
oplweb:codeWord	rdfs:subPropertyOf	ns3:datatypeProductOrServiceProperty ;
	rdfs:label	"Code Word needed to activate this discount" ;
	rdfs:domain	oplweb:GeneralDiscount .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
oplweb:codeWord	rdfs:range	xsd:string .