@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:mt	rdf:type	ns2:Space .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:mt	rdfs:seeAlso	<http://docs.openlinksw.com/mt/mtdocs.sioc.rdf> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:mt	dc:title	"Multi-Tier User Guide" ;
	ns2:space_of	<http://docs.openlinksw.com/mt/oledb.html> .
<http://docs.openlinksw.com/mt/oledb.html>	rdf:type	ns2:Container ,
		"Documentation" ;
	ns2:container_of	<http://docs.openlinksw.com/mt/oledbdefbmk.html> ,
		<http://docs.openlinksw.com/mt/oledbknownissuse.html> ,
		<http://docs.openlinksw.com/mt/oledbobjsints.html> ,
		<http://docs.openlinksw.com/mt/oledbtest.html> ,
		<http://docs.openlinksw.com/mt/oldedbdebug.html> ,
		<http://docs.openlinksw.com/mt/oledbconinfo.html> ,
		<http://docs.openlinksw.com/mt/oledbctrlodbcursor.html> ;
	ns2:has_space	ns1:mt ;
	ns2:id	"OLE-DB Client Provider" .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://docs.openlinksw.com/mt/oledbtest.html>	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/mt/oledb.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/mt/oledbtest.sioc.rdf> ;
	dc:title	"Testing an OLEDB Connection" .
@prefix ns6:	<http://purl.org/dc/terms/> .
<http://docs.openlinksw.com/mt/oledbtest.html>	ns6:created	"Mon, 16 Nov 2009 14:28:45 GMT" ;
	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/mt/oledb.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/mt/oldedbdebug.sioc.rdf> ;
	dc:title	"Call Tracing" ;
	ns6:created	"Mon, 16 Nov 2009 14:28:45 GMT" ;
	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/mt/oledb.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/mt/oledbconinfo.sioc.rdf> ;
	dc:title	"Provider Specific Connection Information" ;
	ns6:created	"Mon, 16 Nov 2009 14:28:45 GMT" ;
	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/mt/oledb.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/mt/oledbctrlodbcursor.sioc.rdf> ;
	dc:title	"Controlling ODBC Cursor Library Usage" ;
	ns6:created	"Mon, 16 Nov 2009 14:28:45 GMT" ;
	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/mt/oledb.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/mt/oledbdefbmk.sioc.rdf> ;
	dc:title	"Controlling the Default Bookmark Setting for Rowsets" ;
	ns6:created	"Mon, 16 Nov 2009 14:28:45 GMT" ;
	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/mt/oledb.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/mt/oledbknownissuse.sioc.rdf> ;
	dc:title	"Known Issues" ;
	ns6:created	"Mon, 16 Nov 2009 14:28:45 GMT" ;
	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/mt/oledb.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/mt/oledbobjsints.sioc.rdf> ;
	dc:title	"Objects and Interfaces Implemented by the OpenLink Provider" ;
	ns6:created	"Mon, 16 Nov 2009 14:28:45 GMT" .