Issue 19656: Issues on ODM 1.1 UML XMI file for RDFLibrary (odm-rtf) Source: Adaptive (Mr. Pete Rivett, pete.rivett(at)adaptive.com) Nature: Uncategorized Issue Severity: 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"/> Resolution: Revised Text: Actions taken: November 11, 2014: received issue Discussion: End of Annotations:===== m: Pete Rivett To: "issues@omg.org" CC: "Elisa Kendall (ekendall@thematix.com)" Subject: Issues on ODM 1.1 UML XMI file for RDFLibrary Thread-Topic: Issues on ODM 1.1 UML XMI file for RDFLibrary Thread-Index: Ac/+FJ0+iVHKlaTyTb6CMpDMk38QSQ== Date: Wed, 12 Nov 2014 01:04:33 +0000 Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [68.106.72.218] X-Virus-Scanned: amavisd-new at omg.org 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: And should be as follows: Pete