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