-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read properties of undefined (reading '@id') #6
Comments
Hello! Happy to help. First, when running your example, I'm seeing an error that the After fixing that, I can replicate the error you are experiencing. This error comes from the fact that you have PredicateMaps with no |
Also, I can't find any tests specifically for using a reference in a PredicateMap in the RML Test Cases so maybe the creators and early implementers didn't expect it to be used that way (ie. they assumed data sources wouldn't have URIs in them to use as predicates in generated rdf?) |
@adlerfaulkner Thank you for your answers! In fact, the RML rules are generated based on a YARRRML template on Matey. So I just write YARRRML and RML is generated automatically. Unfortunately, I'm not really an expert with RML rules, that's why I raised this issue. It would be really awesome to support RML rules generated by Matey. Thanks again! |
Hello!
(I opened the same issue in RocketRML repository, but I think it's not maintained anymore)
I'm facing a weird problem. I have an RML generated by Matey that I want to try on RocketRML (and this package, locally), however, whenever I submit the input + RML to generate N-Tripples (RDF), I get the following error:
TypeError: Cannot read properties of undefined (reading '@id')
This is the RML
CSV data
Can you help me, please?
The text was updated successfully, but these errors were encountered: