ODM 1.2 RTF Avatar
  1. OMG Issue

ODM12 — Issues on ODM 1.1 UML XMI file for RDFLibrary

  • Key: ODM12-2
  • Legacy Issue Number: 19656
  • Status: open  
  • Source: Adaptive ( Mr. Pete Rivett)
  • Summary:

    I was working on the FIBO UML files and came across some XMI issues with the ODM XMI[PJR] for RDFLibrary: It has an erroneous import of OWLProfile and it uses .xml instead of .xmi for the RDFProfile.

    Proposed resolution:

    The lines at 402 of RDFLibrary.xmi are currently:

    <uml:Package xmi:id="_16_6_1_15100de_1266442802908_497608_344" name="rdf" URI="http://www.omg.org/spec/ODM/20131101/RDFLibrary.xmi">

    <profileApplication xmi:type="uml:ProfileApplication" xmlns:RDFProfile="http://www.magicdraw.com/schemas/RDFProfile.xmi" xmi:id="_RDFProfile-Application" xmlns:OWLProfile="http://www.magicdraw.com/schemas/OWLProfile.xmi">

    <appliedProfile href="http://www.omg.org/spec/ODM/20131101/RDFProfile.xml#_12_5_1_137b03ac_1193948135234_354269_2454"/>

    And should be as follows:

    <uml:Package xmi:id="_16_6_1_15100de_1266442802908_497608_344" name="rdf" URI="http://www.omg.org/spec/ODM/20131101/RDFLibrary.xmi">

    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="_RDFProfile-Application">

    <appliedProfile href="http://www.omg.org/spec/ODM/20131101/RDFProfile.xmi#_12_5_1_137b03ac_1193948135234_354269_2454"/>

  • Reported: ODM 1.1 — Tue, 11 Nov 2014 05:00 GMT
  • Updated: Tue, 24 Mar 2015 23:05 GMT