You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When defining a predicate mapping with a function, yarrrml produces the following parsing error:
TypeError: Cannot read property 'length' of undefined
at /app/lib/rml-generator.js:89:47
at Array.forEach (<anonymous>)
at /app/lib/rml-generator.js:87:27
at Array.forEach (<anonymous>)
at /app/lib/rml-generator.js:80:34
at Array.forEach (<anonymous>)
at RMLGenerator.convertExpandedJSON (/app/lib/rml-generator.js:57:35)
at RMLGenerator.convert (/app/lib/abstract-generator.js:81:17)
at Object.<anonymous> (/app/bin/parser.js:106:23)
at Module._compile (internal/modules/cjs/loader.js:999:30)
Steps
example yarrrml with a function in the predicate mapping:
This mapping is an adapted version of test/datatype-on-function/mapping.yarrrml, just added a source definition and switched predicate and object.
This adapted mapping probably would not be usefull or correct, but I found it as a minimal test case for reproducing the error I get with a more complex mapping.
Environment
using yarrrml version 1.3.6 from container image docker.io/rmlio/yarrrml-parser
The text was updated successfully, but these errors were encountered:
Issue type: 🐛 Bug
Description
When defining a predicate mapping with a function, yarrrml produces the following parsing error:
Steps
example yarrrml with a function in the predicate mapping:
This mapping is an adapted version of test/datatype-on-function/mapping.yarrrml, just added a source definition and switched predicate and object.
This adapted mapping probably would not be usefull or correct, but I found it as a minimal test case for reproducing the error I get with a more complex mapping.
Environment
using yarrrml version 1.3.6 from container image
docker.io/rmlio/yarrrml-parser
The text was updated successfully, but these errors were encountered: