@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/sampleapps.html> .
<http://docs.openlinksw.com/mt/sampleapps.html>	rdf:type	ns2:Container ,
		"Documentation" ;
	ns2:container_of	<http://docs.openlinksw.com/mt/bindir.html> ,
		<http://docs.openlinksw.com/mt/odbcsam.html> ,
		<http://docs.openlinksw.com/mt/odbcsaml.html> ,
		<http://docs.openlinksw.com/mt/macosxsamples.html> ,
		<http://docs.openlinksw.com/mt/jdbcsaa.html> ;
	ns2:has_space	ns1:mt ;
	ns2:id	"Sample Applications" .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://docs.openlinksw.com/mt/bindir.html>	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/mt/sampleapps.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/mt/bindir.sioc.rdf> ;
	dc:title	"Binary & Source File Locations" .
@prefix ns6:	<http://purl.org/dc/terms/> .
<http://docs.openlinksw.com/mt/bindir.html>	ns6:created	"Mon, 16 Nov 2009 14:28:45 GMT" ;
	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/mt/sampleapps.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/mt/odbcsam.sioc.rdf> ;
	dc:title	"Windows 95/98/NT/2000 Based ODBC Sample Applications" ;
	ns6:created	"Mon, 16 Nov 2009 14:28:45 GMT" ;
	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/mt/sampleapps.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/mt/odbcsaml.sioc.rdf> ;
	dc:title	"Linux & UNIX Based ODBC Sample Applications" ;
	ns6:created	"Mon, 16 Nov 2009 14:28:45 GMT" ;
	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/mt/sampleapps.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/mt/macosxsamples.sioc.rdf> ;
	dc:title	"Mac OS X" ;
	ns6:created	"Mon, 16 Nov 2009 14:28:45 GMT" ;
	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/mt/sampleapps.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/mt/jdbcsaa.sioc.rdf> ;
	dc:title	"JDBC Sample Applications &Applets" ;
	ns6:created	"Mon, 16 Nov 2009 14:28:45 GMT" .