Book a Demo

Author Topic: ODM OWL import with external resources  (Read 3124 times)

Guillaume

  • EA Practitioner
  • ***
  • Posts: 1405
  • Karma: +42/-2
    • View Profile
    • www.umlchannel.com
ODM OWL import with external resources
« on: October 31, 2015, 03:21:55 am »
I need to import and work on OWL ontology models so I tested the ODM MDG.

An existing OWL file defines the Data Model with classes that are used by another OWL file. I tried to import both these files, however EA does not make the link between the files.

the second file has the following:
Code: [Select]
<rdf:RDF xmlns:data_model="http://test/OWL/datamodel#">
<owl:Ontology rdf:about="">
<owl:imports rdf:resource="http://test/OWL/datamodel#"/>  </owl:Ontology>
<data_model:Customer>
</data_model:Customer>

Customer is declared as an owl:Class in the OWL data model file.

Expected result is to understand that data_model:Customer is a class from a separate Ontology. However EA currently ignores this.

Is there any plan to support this?
Guillaume

Blog: www.umlchannel.com | Free utilities addin: www.eautils.com