error running rmlmapper-6.1.3-r367-all.jar #40
-
I am following the YARRRML tutorial (https://rml.io/yarrrml/tutorial/getting-started/), using the people.csv and episodes.csv as input.
Then I run yarrrml-parser -i .\idf.yml -o idf.rml.ttl
Then I run java -jar ./rmlmapper-6.1.3-r367-all.jar -m .\idf.rml.ttl Exception in thread "main" java.lang.Error: No Triples Maps found. The mapping document you should at least have one Triples Map. my yarrrml-parser version is 1.4.0 I found a similar issure at RMLio/rmlmapper-java#13, but still not able to fix the error I have. Any help is appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
By changing the RML prefix at prefix.cc, we had a small bug in the YARRRML-parser. We pushed v1.5.0 today, could you update the yarrrml-parser and try again? |
Beta Was this translation helpful? Give feedback.
By changing the RML prefix at prefix.cc, we had a small bug in the YARRRML-parser. We pushed v1.5.0 today, could you update the yarrrml-parser and try again?