@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/bugsfixed.html> .
<http://docs.openlinksw.com/mt/bugsfixed.html>	rdf:type	"Documentation" ,
		ns2:Container ;
	ns2:has_space	ns1:mt ;
	ns2:id	"Bugs Fixed" .