oeg-upm / yatter

Translate YARRRML into easy-to-read [R2]RML mappings
https://doi.org/10.5281/zenodo.7024500
Apache License 2.0
22 stars 7 forks source link

Correct structure for source and referenceFormulation #2

Closed dachafra closed 3 years ago

dachafra commented 3 years ago

Right now:

a rml:logicalSource;
rml:source [['bases_bicimad-with-links2.csv;
rml:referenceFormulation ql:csv']];

should be:

a rml:logicalSource;
rml:source 'bases_bicimad-with-links2.csv;
rml:referenceFormulation ql:csv' .
LuisLopezPi commented 3 years ago

Done