blob: dfa320a49c32eb83e75e9342488a1866c6cb91a0 [file] [log] [blame]
<?xml version='1.0'?>
<!DOCTYPE rdf:RDF [
<!ENTITY jena 'http://jena.hpl.hp.com/schemas/'>
<!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
<!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
<!ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'>
<!ENTITY base '&jena;2003/03/ont-manager'>
<!ENTITY ont '&base;#'>
]>
<rdf:RDF
xmlns:rdf ="&rdf;"
xmlns:rdfs="&rdfs;"
xmlns ="&ont;"
xml:base ="&base;"
>
<!--
An augmented set of mappings for locally cached ontologies, used in the test scripts
Author: Ian Dickinson, mailto:ian_dickinson@users.sourceforge.net
CVS: $Id: ont-policy.rdf,v 1.5 2003/11/06 17:37:24 ian_dickinson Exp $
-->
<DocumentManagerPolicy>
<!-- policy for controlling the document manager's behaviour -->
<processImports rdf:datatype="&xsd;boolean">true</processImports>
<cacheModels rdf:datatype="&xsd;boolean">true</cacheModels>
</DocumentManagerPolicy>
<OntologySpec>
<!-- local version of the OWL language ontology (in OWL) -->
<publicURI rdf:resource="http://www.w3.org/2002/07/owl" />
<altURL rdf:resource="file:vocabularies/owl.owl" />
<language rdf:resource="http://www.w3.org/2002/07/owl#" />
<prefix rdf:datatype="&xsd;string">owl</prefix>
</OntologySpec>
<OntologySpec>
<!-- local version of the RDFS vocabulary -->
<publicURI rdf:resource="http://www.w3.org/2000/01/rdf-schema" />
<altURL rdf:resource="file:vocabularies/rdf-schema.rdf" />
<language rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
<prefix rdf:datatype="&xsd;string">rdfs</prefix>
</OntologySpec>
<OntologySpec>
<publicURI rdf:resource="http://www.daml.org/2001/03/daml+oil" />
<altURL rdf:resource="file:vocabularies/daml+oil.daml" />
<language rdf:resource="http://www.daml.org/2001/03/daml+oil#" />
<prefix rdf:datatype="&xsd;string">daml</prefix>
</OntologySpec>
</rdf:RDF>