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