@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://docs.openlinksw.com/> .
@prefix ns2:	<http://rdfs.org/sioc/ns#> .
ns1:st	rdf:type	ns2:Space .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:st	rdfs:seeAlso	<http://docs.openlinksw.com/st/litedocs.sioc.rdf> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:st	dc:title	"OpenLink Lite Documentation" ;
	ns2:space_of	<http://docs.openlinksw.com/st/jdbcinstandconf.html> .
<http://docs.openlinksw.com/st/jdbcinstandconf.html>	rdf:type	"Documentation" ,
		ns2:Container ;
	ns2:container_of	<http://docs.openlinksw.com/st/jdbcliteinst.html> ,
		<http://docs.openlinksw.com/st/OPLDriversUtilization.html> ,
		<http://docs.openlinksw.com/st/JDBCDemos.html> ,
		<http://docs.openlinksw.com/st/ImportantJDBCIssues.html> ,
		<http://docs.openlinksw.com/st/opljava.html> ,
		<http://docs.openlinksw.com/st/downloadingjdbc.html> ;
	ns2:has_space	ns1:st ;
	ns2:id	"JDBC Drivers" .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://docs.openlinksw.com/st/opljava.html>	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/st/jdbcinstandconf.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/st/opljava.sioc.rdf> ;
	dc:title	"OpenLink Drivers for Java Database Connectivity (JDBC)" .
@prefix ns6:	<http://purl.org/dc/terms/> .
<http://docs.openlinksw.com/st/opljava.html>	ns6:created	"Thu, 05 Nov 2009 00:32:33 GMT" ;
	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/st/jdbcinstandconf.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/st/downloadingjdbc.sioc.rdf> ;
	dc:title	"Downloading Driver Software" ;
	ns6:created	"Thu, 05 Nov 2009 00:32:33 GMT" ;
	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/st/jdbcinstandconf.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/st/jdbcliteinst.sioc.rdf> ;
	dc:title	"JDBC Lite Configuration" ;
	ns6:created	"Thu, 05 Nov 2009 00:32:33 GMT" ;
	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/st/jdbcinstandconf.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/st/OPLDriversUtilization.sioc.rdf> ;
	dc:title	"OpenLink Drivers for JDBC Utilization" ;
	ns6:created	"Thu, 05 Nov 2009 00:32:33 GMT" ;
	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/st/jdbcinstandconf.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/st/JDBCDemos.sioc.rdf> ;
	dc:title	"OpenLink Demonstration Programs" ;
	ns6:created	"Thu, 05 Nov 2009 00:32:33 GMT" ;
	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/st/jdbcinstandconf.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/st/ImportantJDBCIssues.sioc.rdf> ;
	dc:title	"Important Multi-User JDBC Solution Development & Utilization Issues" ;
	ns6:created	"Thu, 05 Nov 2009 00:32:33 GMT" .