Skip to content

Unable to parse tutorial example with rmlmapper #35

Answered by DylanVanAssche
ldesousa asked this question in Q&A
Discussion options

You must be logged in to vote

Hi! Thanks for using Matey, YARRRML, RML and the RMLMapper!

Matey is a YARRRML web based editor which uses the yarrrml-parser to transform YARRRML into RML mapping rules.
After that, it let the RMLMapper execute the RML mapping rules.
The RMLMapper on its own cannot parse YARRRML files, you first need to convert it it to RML with yarrrml-parser:

npm i -g @rmlio/yarrrml-parser
yarrrml-parser -i person.yarrrml -o person.rml.ttl

If you feed then the RMLMapper the person.rml.ttl file, it should work.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ldesousa
Comment options

@dachafra
Comment options

Answer selected by dachafra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants