@prefix ns0:	<http://purl.org/goodrelations/v1#> .
@prefix oplweb:	<http://www.openlinksw.com/schemas/oplweb#> .
<http://www.openlinksw.com/schemas/oplweb#>	ns0:BusinessEntity	oplweb:BusinessEntity .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
oplweb:BusinessEntity	rdf:type	ns0:BusinessEntity .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
oplweb:BusinessEntity	owl:equivalentClass	foaf:Organization .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns6:	<http://www.openlinksw.com/schemas/> .
oplweb:BusinessEntity	rdfs:isDefinedBy	ns6:oplweb .
@prefix ns7:	<http://en.wikipedia.org/wiki/> .
oplweb:BusinessEntity	rdfs:seeAlso	ns7:OpenLink_Software ,
		<http://www.openlinksw.com/> ,
		<http://www.openlinksw.com> .
@prefix dbr:	<http://dbpedia.org/resource/> .
oplweb:BusinessEntity	owl:sameAs	dbr:OpenLink_Software .
@prefix ns9:	<http://www.openlinksw.com/dataspace/organization/openlink#> .
oplweb:BusinessEntity	owl:sameAs	ns9:this ;
	foaf:homepage	<http://www.openlinksw.com/> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
oplweb:BusinessEntity	ns0:legalName	"OpenLink Software Inc."^^xsd:string .
@prefix vcard:	<http://www.w3.org/2001/vcard-rdf/3.0#> .
oplweb:BusinessEntity	vcard:ADR	_:b10003 ;
	ns0:offers	oplweb:Offering ,
		oplweb:DevelopmentOffering ,
		oplweb:TrainingOffering ;
	foaf:logo	<http://www.openlinksw.com/index_files/openlink150.gif> ;
	foaf:maker	ns9:this .