@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.openlinksw.com/oplweb/product_format_category/mt/jdbc#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
ns1:this	rdf:type	OpenLink:ProductFormat ,
		OpenLink:ProductCategory ,
		OpenLink:ProductFormatCategory .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
ns1:this	foaf:homepage	<http://uda.openlinksw.com/jdbc/mt/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:this	rdfs:label	"OpenLink Multi-Tier (Enterprise Edition) JDBC Drivers" ;
	OpenLink:ProductCategoryCode	"jdbc" ;
	OpenLink:ProductFormatCode	"mt" .
@prefix ns5:	<http://data.openlinksw.com/oplweb/product_category/jdbc#> .
ns1:this	OpenLink:isProductCategory	ns5:this .
@prefix ns6:	<http://data.openlinksw.com/oplweb/product_format/mt#> .
ns1:this	OpenLink:isProductFormat	ns6:this .
@prefix ns7:	<http://data.openlinksw.com/oplweb/product/jdbc-postgres-mt#> .
ns1:this	OpenLink:hasProduct	ns7:this .
@prefix ns8:	<http://data.openlinksw.com/oplweb/product/jdbc-mysql-mt#> .
ns1:this	OpenLink:hasProduct	ns8:this .
@prefix ns9:	<http://data.openlinksw.com/oplweb/product/jdbc-odbc-mt#> .
ns1:this	OpenLink:hasProduct	ns9:this .
@prefix ns10:	<http://data.openlinksw.com/oplweb/product/jdbc-ingres-mt#> .
ns1:this	OpenLink:hasProduct	ns10:this .
@prefix ns11:	<http://data.openlinksw.com/oplweb/product/jdbc-jdbc-bridge-mt#> .
ns1:this	OpenLink:hasProduct	ns11:this .
@prefix ns12:	<http://data.openlinksw.com/oplweb/product/jdbc-dbsuite-mt#> .
ns1:this	OpenLink:hasProduct	ns12:this .
@prefix ns13:	<http://data.openlinksw.com/oplweb/product/jdbc-informix-mt#> .
ns1:this	OpenLink:hasProduct	ns13:this .
@prefix ns14:	<http://data.openlinksw.com/oplweb/product/jdbc-db2-mt#> .
ns1:this	OpenLink:hasProduct	ns14:this .
@prefix ns15:	<http://data.openlinksw.com/oplweb/product/jdbc-sybase-mt#> .
ns1:this	OpenLink:hasProduct	ns15:this .
@prefix ns16:	<http://data.openlinksw.com/oplweb/product/jdbc-progress-mt#> .
ns1:this	OpenLink:hasProduct	ns16:this .
@prefix ns17:	<http://data.openlinksw.com/oplweb/product/jdbc-sqlserver-mt#> .
ns1:this	OpenLink:hasProduct	ns17:this .
@prefix ns18:	<http://data.openlinksw.com/oplweb/product/jdbc-oracle-mt#> .
ns1:this	OpenLink:hasProduct	ns18:this .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	OpenLink: ,
		rdfs: ,
		foaf: .