@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix oplweb:	<http://www.openlinksw.com/schemas/oplweb#> .
oplweb:Implemented	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix gr:	<http://purl.org/goodrelations/v1#> .
oplweb:Implemented	rdfs:subPropertyOf	gr:datatypeProductOrServiceProperty ;
	rdfs:domain	oplweb:ProductReleaseFeature ,
		oplweb:ProductFormatFeature ,
		oplweb:ProductCategoryFeature ,
		oplweb:ProductFamilyFeature ;
	rdfs:label	"The Features Short Description" .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
oplweb:Implemented	rdfs:range	xsd:string .