@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns1:	<http://data.openlinksw.com/oplweb/product_family/virtuoso#> .
@prefix ns2:	<http://www.openlinksw.com/dataspace/organization/openlink#> .
ns1:this	foaf:maker	ns2:this .
@prefix ns3:	<http://data.openlinksw.com/oplweb/product_family/dca#> .
ns3:this	foaf:maker	ns2:this .
@prefix ns4:	<http://data.openlinksw.com/oplweb/product_family/utilities#> .
ns4:this	foaf:maker	ns2:this .
@prefix ns5:	<http://data.openlinksw.com/oplweb/product_family/development#> .
ns5:this	foaf:maker	ns2:this .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
ns2:this	rdf:type	foaf:Organization .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns8:	<http://myopenlink.net/dataspace/person/kidehen#> .
ns2:this	rdfs:seeAlso	ns8:this ;
	foaf:nick	"openlink" ;
	foaf:mbox	<mailto:info@openlinksw.com> ;
	foaf:mbox_sha1sum	"imhSdkTXxPjGrq/zraDM48U6deY=" .
@prefix ns9:	<http://www.openlinksw.com/dataspace/openlink#> .
ns2:this	foaf:holdsAccount	ns9:this ;
	foaf:name	"OpenLink Software" ;
	foaf:based_near	ns2:based_near .
@prefix ns10:	<http://www.openlinksw.com/dataspace/> .
ns2:this	foaf:openid	ns10:openlink .
@prefix ns11:	<http://data.openlinksw.com/oplweb/product_family/uda#> .
ns2:this	foaf:made	ns11:this ,
		ns3:this ,
		ns4:this ,
		ns5:this ,
		ns1:this .
ns11:this	foaf:maker	ns2:this .
@prefix ns12:	<http://www.openlinksw.com/dataspace/organization/> .
ns12:openlink	foaf:primaryTopic	ns2:this ;
	foaf:maker	ns2:this .