Difference between revisions of "Importing Ontologies in P41"
From Protege Wiki
(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...') |
(No difference)
|
Revision as of 09:43, December 27, 2009
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>