@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:ee	rdf:type	ns2:Space .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:ee	rdfs:seeAlso	<http://docs.openlinksw.com/ee/eedocs.sioc.rdf> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:ee	dc:title	"OpenLink ODBC Drivers (Express Edition) User Guide" ;
	ns2:space_of	<http://docs.openlinksw.com/ee/licensing.html> .
<http://docs.openlinksw.com/ee/licensing.html>	rdf:type	"Documentation" ,
		ns2:Container ;
	ns2:container_of	<http://docs.openlinksw.com/ee/oplmgr.html> ;
	ns2:has_space	ns1:ee ;
	ns2:id	"Product Licensing" .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://docs.openlinksw.com/ee/oplmgr.html>	rdf:type	foaf:Document ;
	ns2:has_container	<http://docs.openlinksw.com/ee/licensing.html> ;
	rdfs:seeAlso	<http://docs.openlinksw.com/ee/oplmgr.sioc.rdf> ;
	dc:title	"OpenLink License Manager Usage Notes\n  " .
@prefix ns6:	<http://purl.org/dc/terms/> .
<http://docs.openlinksw.com/ee/oplmgr.html>	ns6:created	"Mon, 16 Nov 2009 14:29:03 GMT" .