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

Error in prefix syntax in generated rml mapping #8

Closed ednaru closed 4 years ago

ednaru commented 4 years ago

Prefix has the following problem: @prefix foaf: <http//xmlns.com/foaf/0.1/>., should be @prefix foaf: http://xmlns.com/foaf/0.1/. Some of the other prefix have the same problem. See https://github.com/oeg-upm/Mapeathor/blob/master/examples/publicBus/inputBus.rml.ttl

anaigmo commented 4 years ago

Check the first 4 prefixes written in https://github.com/oeg-upm/Mapeathor/blob/master/examples/publicBus/InputBus.xlsx, they are written as 'http//' instead of 'http://'