@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
OpenLink:ProductFormatFeature	rdf:type	rdfs:Class ;
	rdfs:label	"Product Format Features" .
@prefix dt:	<http://www.w3.org/2001/XMLSchema#> .
OpenLink:ProductFormatFeature	rdfs:comment	"\n\t\t\tProduct Format Features\n\t\t"^^dt:string ;
	rdfs:subClassOf	OpenLink:ProductFeatureCategory ,
		OpenLink:ProductBenefit ,
		OpenLink:ProductFormat .
OpenLink:Description	rdfs:domain	OpenLink:ProductFormatFeature .
OpenLink:Details	rdfs:domain	OpenLink:ProductFormatFeature .
OpenLink:DemoUrl	rdfs:domain	OpenLink:ProductFormatFeature .
OpenLink:Implemented	rdfs:domain	OpenLink:ProductFormatFeature .
OpenLink:HypesPerSecond	rdfs:domain	OpenLink:ProductFormatFeature .
OpenLink:label	rdfs:domain	OpenLink:ProductFormatFeature .
OpenLink:isDescribedUsing	rdfs:domain	OpenLink:ProductFormatFeature .