Importing Ontologies in P41

From Protege Wiki
Revision as of 10:43, December 27, 2009 by Tredmond (talk | contribs) (Created page with ' '''Under Construction''' == Importing Ontologies in Protege 4.1 == In this section, I will walk you through adding an import to an ontology. The purpose of this page is to i...')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Under Construction


Importing Ontologies in Protege 4.1

In this section, I will walk you through adding an import to an ontology. The purpose of this page is to illustrate OWL 2.0 imports and explain the design of the Protege 4.1 import mechanism. First I will introduce some terminology.

An import declaration is the owl statement that is used to import an ontology.

    <owl:Ontology rdf:about="http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl">
        <owl:imports rdf:resource="http://protege.stanford.edu/plugins/owl/protege"/>
    </owl:Ontology>