We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using references in functions, a rml:parentTermap gets generated instead of a rml:reference.
rml:parentTermap
rml:reference
Generate RML from test/condition-function-on-po/mapping.rml.ttl
The resulting RML looks like:
:om_007 rdf:type rr:ObjectMap ; rml:parentTermMap :ptm_000 . :ptm_000 rml:reference "firstname" .
While it should look like:
:om_007 rdf:type rr:ObjectMap ; rml:reference "firstname" .
(This also makes test test/condition-function-on-po invalid)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue type: 🐛 Bug
Description
When using references in functions, a
rml:parentTermap
gets generated instead of arml:reference
.Steps
Generate RML from test/condition-function-on-po/mapping.rml.ttl
The resulting RML looks like:
:om_007 rdf:type rr:ObjectMap ; rml:parentTermMap :ptm_000 . :ptm_000 rml:reference "firstname" .
While it should look like:
:om_007 rdf:type rr:ObjectMap ; rml:reference "firstname" .
(This also makes test test/condition-function-on-po invalid)
The text was updated successfully, but these errors were encountered: