@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.openlinksw.com/oplweb/product_category/odbcsuite#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
ns1:this	rdf:type	OpenLink:ProductCategory ,
		OpenLink:ProductFamily .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns4:	<http://data.openlinksw.com/oplweb/product_category/jdbc#> .
ns1:this	rdfs:seeAlso	ns4:this .
@prefix ns5:	<http://data.openlinksw.com/oplweb/product_category/xmla#> .
ns1:this	rdfs:seeAlso	ns5:this .
@prefix ns6:	<http://data.openlinksw.com/oplweb/product_category/oledb#> .
ns1:this	rdfs:seeAlso	ns6:this .
@prefix ns7:	<http://data.openlinksw.com/oplweb/product_category/dotnet#> .
ns1:this	rdfs:seeAlso	ns7:this .
@prefix ns8:	<http://data.openlinksw.com/oplweb/product_category/odbc#> .
ns1:this	rdfs:seeAlso	ns8:this .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
ns1:this	foaf:homepage	<http://uda.openlinksw.com/odbcsuite/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:this	owl:sameAs	ns5:this ,
		ns8:this ,
		ns7:this ,
		ns4:this ,
		ns6:this ;
	rdfs:label	"ODBC Data Access Drivers Suite" ;
	OpenLink:ProductCategoryCode	"odbcsuite" .
@prefix ns11:	<http://data.openlinksw.com/oplweb/product_family/uda#> .
ns1:this	OpenLink:hasFamily	ns11:this ;
	OpenLink:ProductCategoryDescription	"ODBC Data Access Drivers Suite" .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	foaf: ,
		OpenLink: ,
		rdfs: ,
		owl: ,
		<http://purl.org/dc/terms#> .