@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix oplweb:	<http://www.openlinksw.com/schemas/oplweb#> .
oplweb:sameAs	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
oplweb:sameAs	rdfs:domain	oplweb:ProductRelease ,
		oplweb:ProductFamily ,
		oplweb:ProductFormat ,
		oplweb:ProductFormatCategory ,
		oplweb:ProductCategory ;
	rdfs:label	"Name" .
@prefix ns3:	<http://www.openlinksw.com/schemas/owl#> .
oplweb:sameAs	rdfs:range	ns3:sameAs .