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
condition on map doesn't get picked up when subject has a function
Following YARRRML doesn't take the condition into account
prefixes: grel: http://users.ugent.be/~bjdmeest/function/grel.ttl# idlab-fn: http://example.com/idlab/function/ mappings: person: sources: - [source_1.csv~csv] s: function: grel:array_join parameters: - [grel:p_array_a, "http://example.org/"] - [grel:p_array_a, "$(three)"] condition: function: idlab-fn:notEqual parameters: - [grel:valueParameter, "$(three)"] - [grel:valueParameter2, ""] po: - [a, schema:Person]
The text was updated successfully, but these errors were encountered:
DylanVanAssche
No branches or pull requests
Issue type: 🐛 Bug
Description
condition on map doesn't get picked up when subject has a function
Steps
Following YARRRML doesn't take the condition into account
The text was updated successfully, but these errors were encountered: