@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.openlinksw.com/oplweb/dbms_family/OLEDBBridge#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
ns1:this	rdf:type	OpenLink:DbmsFamily .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
ns1:this	foaf:homepage	<http://data.openlinksw.com/oplweb/dbms_family/(NULL)> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:this	rdfs:label	"OLEDB Bridge" ;
	OpenLink:DbmsFamilyName	"OLEDB Bridge" .
@prefix ns5:	<http://data.openlinksw.com/oplweb/vendor/MicrosoftCorporation#> .
ns1:this	OpenLink:DbmsFamilyVendor	ns5:this ;
	OpenLink:DbmsFamilyRating	0 ;
	OpenLink:WikipediaPage	<http://data.openlinksw.com/oplweb/dbms_family/(NULL)> .
@prefix ns6:	<http://data.openlinksw.com/oplweb/product/xmla-oledb-st#> .
ns1:this	OpenLink:hasProducts	ns6:this .
@prefix ns7:	<http://data.openlinksw.com/oplweb/product_category/xmla#> .
ns1:this	OpenLink:hasProductCategory	ns7:this .
@prefix ns8:	<http://data.openlinksw.com/oplweb/product_format/st#> .
ns1:this	OpenLink:hasProductFormat	ns8:this .
@prefix ns9:	<http://data.openlinksw.com/oplweb/product_family/uda#> .
ns1:this	OpenLink:hasProductFamily	ns9:this .
@prefix ns10:	<http://data.openlinksw.com/oplweb/dbms_engine/oledb#> .
ns1:this	OpenLink:hasDatabaseVersions	ns10:this .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	OpenLink: ,
		<http://www.w3.org/2002/07/owl#> ,
		foaf: ,
		rdfs: .