oeg-upm / mapeathor

Translator of spreadsheet mappings into R2RML, RML or YARRRML
https://morph.oeg.fi.upm.es/tool/mapeathor
Apache License 2.0
30 stars 10 forks source link

xml rml:iterator #42

Closed RichDijk closed 2 years ago

RichDijk commented 2 years ago

Using an iterator for reading a xml file gives incorrect rml

<#IdElement>
    a rr:TriplesMap;
    rml:logicalSource [
        rml:source "architest.xml";
        rml:referenceFormulation ql:XPath;
        rml:iterator ;
    "/model/elements/element"];
    rr:subjectMap [
        a rr:Subject;

removing the ; and new line gives a proper rml syntax.

input file: archimatetest.xlsx

anaigmo commented 2 years ago

Solved in v1.5.4