@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/datasource.html> .
<http://docs.openlinksw.com/st/datasource.html>	rdf:type	"Documentation" ,
		ns2:Container ;
	ns2:container_of	<http://docs.openlinksw.com/st/osxliteconf.html> ,
		<http://docs.openlinksw.com/st/jetfix.html> ,
		<http://docs.openlinksw.com/st/features_odbc.xml.html> ,
		<http://docs.openlinksw.com/st/dsnconfwin.html> ,
		<http://docs.openlinksw.com/st/unixliteconf.html> ;
	ns2:has_space	ns1:st ;
	ns2:id	"ODBC Drivers" .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://docs.openlinksw.com/st/dsnconfwin.html>	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/st/datasource.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/st/dsnconfwin.sioc.rdf> ;
	dc:title	"Windows Data Source Configuration" .
@prefix ns6:	<http://purl.org/dc/terms/> .
<http://docs.openlinksw.com/st/dsnconfwin.html>	ns6:created	"Mon, 16 Nov 2009 14:28:59 GMT" ;
	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/st/datasource.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/st/unixliteconf.sioc.rdf> ;
	dc:title	"Unix Data Source Configuration" ;
	ns6:created	"Mon, 16 Nov 2009 14:28:59 GMT" ;
	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/st/datasource.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/st/osxliteconf.sioc.rdf> ;
	dc:title	"Mac OS X Data Source Configuration" ;
	ns6:created	"Mon, 16 Nov 2009 14:28:59 GMT" ;
	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/st/datasource.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/st/jetfix.sioc.rdf> ;
	dc:title	"ODBC to Jet Data Type Mapping" ;
	ns6:created	"Mon, 16 Nov 2009 14:28:59 GMT" ;
	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/st/datasource.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/st/features_odbc.xml.sioc.rdf> ;
	dc:title	"New Features" ;
	ns6:created	"Mon, 16 Nov 2009 14:28:59 GMT" .