@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:GeneralDiscount	rdf:type	rdfs:Class ;
	rdfs:label	"General Discount" .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
oplweb:GeneralDiscount	rdfs:comment	"\n\t\t\tGeneral Discount\n\t\t"^^xsd:string .