@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
OpenLink:hasFeature	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
OpenLink:hasFeature	rdfs:label	"has Features" ;
	rdfs:comment	"reference from subject to feature lists and descriptions" ;
	rdfs:domain	OpenLink:ProductFamily ;
	rdfs:range	OpenLink:Feature .
@prefix GoodRelations:	<http://purl.org/goodrelations/v1#> .
OpenLink:hasFeature	rdfs:subPropertyOf	GoodRelations:datatypeProductOrServiceProperty .