Skip to main content

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

The file:/// construct was just a hack I used to create the jim.owl file. You’re right about the import.

 

(BTW, using the owl:Ontology tag which would make the import statement even better looking).

 

-----Original Message-----
From: higgins-dev-bounces@xxxxxxxxxxx [mailto:higgins-dev-bounces@xxxxxxxxxxx] On Behalf Of Jim Sermersheim
Sent: Friday, August 18, 2006 6:28 PM
To: Higgins (Trust Framework) Project developer discussions
Subject: [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