@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix oplweb:	<http://www.openlinksw.com/schemas/oplweb#> .
@prefix ns2:	<http://purl.org/goodrelations/v1#> .
oplweb:BusinessEntity	rdf:type	ns2: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 ;
	rdfs:seeAlso	<http://www.openlinksw.com> ,
		<http://www.openlinksw.com/> .
@prefix ns7:	<http://en.wikipedia.org/wiki/> .
oplweb:BusinessEntity	rdfs:seeAlso	ns7:OpenLink_Software .
@prefix ns8:	<http://www.openlinksw.com/dataspace/organization/openlink#> .
oplweb:BusinessEntity	owl:sameAs	ns8:this .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
oplweb:BusinessEntity	owl:sameAs	dbpedia:OpenLink_Software .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
oplweb:BusinessEntity	ns2:legalName	"OpenLink Software Inc."^^xsd:string .
@prefix vcard:	<http://www.w3.org/2001/vcard-rdf/3.0#> .
oplweb:BusinessEntity	vcard:ADR	_:b60294577 ,
		_:b10003 ,
		_:b1214362 ;
	ns2:offers	oplweb:Offering ,
		oplweb:DevelopmentOffering ,
		oplweb:TrainingOffering ;
	foaf:homepage	<http://www.openlinksw.com/> ;
	foaf:logo	<http://www.openlinksw.com/index_files/openlink150.gif> ;
	foaf:maker	ns8:this .
_:b10003	vcard:Street	"10 Burlington Mall Road, Suite 265" ;
	vcard:Pcode	"MA 01803" ;
	vcard:City	"Burlington" ;
	vcard:Country	"US" ;
	vcard:TEL	_:b10004 ;
	vcard:EMAIL	_:b10005 .
_:b10004	rdf:type	vcard:work ,
		vcard:voice ;
	rdf:value	"+1 781-273-0900" .
_:b10005	rdf:type	vcard:internet ;
	rdf:value	"sales@openlinksw.com" .
_:b1214362	vcard:Street	"10 Burlington Mall Road, Suite 265" ;
	vcard:Pcode	"MA 01803" ;
	vcard:City	"Burlington" ;
	vcard:Country	"US" ;
	vcard:TEL	_:b1214363 ;
	vcard:EMAIL	_:b1214364 .
_:b1214363	rdf:type	vcard:work ,
		vcard:voice ;
	rdf:value	"+1 781-273-0900" .
_:b1214364	rdf:type	vcard:internet ;
	rdf:value	"sales@openlinksw.com" .
_:b60294577	vcard:Street	"10 Burlington Mall Road, Suite 265" ;
	vcard:Pcode	"MA 01803" ;
	vcard:City	"Burlington" ;
	vcard:Country	"US" ;
	vcard:TEL	_:b60294578 ;
	vcard:EMAIL	_:b60294579 .
_:b60294578	rdf:type	vcard:work ,
		vcard:voice ;
	rdf:value	"+1 781-273-0900" .
_:b60294579	rdf:type	vcard:internet ;
	rdf:value	"sales@openlinksw.com" .