Book a Demo

Author Topic: ODM Export OWL/RDF not producing output I was expecting  (Read 6374 times)

apsule

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
ODM Export OWL/RDF not producing output I was expecting
« on: November 17, 2021, 08:44:40 pm »
Hi,

I am new to EA and ODM modelling, so likely user error but....

I have created a small test model with a number of classes and properties and defined range and domain relationships between them.

When I use the ODM : Export OWL/RDF function, the resultant file shows the classes and properties, but not the relationships.  (output below)

Are there certain properties that I need to set against the relationship to get the relationships exported? I have just used the default settings.

My output RDF file:
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:owl="http://www.w3.org/2002/07/owl#">
<rdfs:Class rdf:ID="Asset" />
<rdfs:Class rdf:ID="AssetLocation" />
<rdfs:Class rdf:ID="Equipment" />
<rdfs:Class rdf:ID="Location" />
<rdfs:Class rdf:ID="Profile" />
<rdfs:Class rdf:ID="Test" />
<rdf:Property rdf:ID="assetLocation" />
<rdf:Property rdf:ID="assetProfile" />
<rdf:Property rdf:ID="dateFrom" />
<rdf:Property rdf:ID="dateTo" />
<rdf:Property rdf:ID="equipmentProfile" />
<rdf:Property rdf:ID="equipmentType" />
<rdf:Property rdf:ID="location" />
<rdf:Property rdf:ID="name" />
<rdf:Property rdf:ID="result" />
<rdf:Property rdf:ID="testDate" />
<rdf:Property rdf:ID="testLocation" />
</rdf:RDF>

« Last Edit: November 19, 2021, 02:10:31 am by apsule »