@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
OpenLink:Description	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
OpenLink:Description	rdfs:label	"Product Benefits Description" ;
	rdfs:domain	OpenLink:ProductBenefitCategory ,
		OpenLink:ProductReleaseFeature ,
		OpenLink:ProductFeatureCategory ,
		OpenLink:ProductFamilyFeature ,
		OpenLink:ProductFeature ,
		OpenLink:ProductFormatFeature ,
		OpenLink:ProductCategoryFeature ,
		OpenLink:ProductBenefit .
@prefix dt:	<http://www.w3.org/2001/XMLSchema#> .
OpenLink:Description	rdfs:range	dt:string .