Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] Example Ontology import

Paul, in the example ontology at http://spwiki.editme.com/files/ExampleContextOntology/jim.owl should this:
 
<owl:imports>
   <rdf:Description rdf:about="file:///c:/higgins0.4.4.owl"/>
</owl:imports>
 
be like this:
<owl:imports>
   <rdf:Description rdf:about="http://www.eclipse.org/higgins/ontologies/2006/higgins.owl"/>
</owl:imports>
 
The higgins.owl isn't versioned like the reference in the example, maybe we need that?
 
Jim

Back to the top