W3C home > Mailing lists > Public > semantic-web@w3.org > June 2005

Help -- Importing ontology in alternative way

From: Paul Yoon <salt2world@gmail.com>
Date: Wed, 8 Jun 2005 17:43:19 -0700
Message-ID: <9043a4e7050608174320000adb@mail.gmail.com>
To: "semantic-web@w3.org" <semantic-web@w3.org>

Hello experts,

I would like to import ontoloies from local disk when internet
connection is not available.
So I want to add alternative uri on importing clause. 
If it is possible, please give me any comment.
I appreciate any comment.
Thank you so much in advance,

Paul

<owl:Ontology rdf:about="">
    <owl:imports>
        <rdf:Alt >
           <rdf:li rdf:resource="http://my.ontology.com/MyOntology.owl"/>
           <rdf:li rdf:resource="file:///C:/ontology/MyOntology.owl"/>
        </rdf:Alt>
     </owl:imports>
  </owl:Ontology>
Received on Thursday, 9 June 2005 12:14:23 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:44:44 GMT