@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
<http://www.openlinksw.com/schemas/oplweb#>	rdf:type	owl:Ontology .
@prefix virtrdf:	<http://www.openlinksw.com/schemas/virtrdf#> .
<http://www.openlinksw.com/schemas/oplweb#>	virtrdf:version	"1.00" .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://www.openlinksw.com/schemas/oplweb#>	rdfs:label	"OpenLink ProductPortfolio"^^xsd:string .
@prefix ns5:	<http://purl.org/goodrelations/> .
<http://www.openlinksw.com/schemas/oplweb#>	owl:imports	ns5:v1 ;
	rdfs:comment	"OpenLink Product Portfolio Ontology making use of GoodRelations to publicise product and service offerings" .
@prefix ns6:	<http://purl.org/goodrelations/v1#> .
@prefix oplweb:	<http://www.openlinksw.com/schemas/oplweb#> .
<http://www.openlinksw.com/schemas/oplweb#>	ns6:BusinessEntity	oplweb:BusinessEntity .
oplweb:	virtrdf:catName	"oplweb" .