Closed RichDijk closed 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
Solved in v1.5.4
Using an iterator for reading a xml file gives incorrect rml
removing the ; and new line gives a proper rml syntax.
input file: archimatetest.xlsx