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

add explicit a rr:TriplesMap #19

Closed fpriyatna closed 3 years ago

fpriyatna commented 3 years ago

There are some engines that need explicit a rr:TriplesMap.

Currently, I have to use this command: sed 's/rml:logicalSource/a rr:TriplesMap; rml:logicalSource/g'

anaigmo commented 3 years ago

Done