-
Notifications
You must be signed in to change notification settings - Fork 21
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
Support for rr:predicateMap? #31
Comments
Hi, Thanks for reporting this. In a rr:predicateMap, only an |
Hi, Thanks for the response. Unfortunately we have some 30 different values in the 'TestColumn'. Currently we have indeed split these up into 30 different maps. Which has a big impact on performance. Creating different rr:predicateObjectMap elements would also be a possibility. However, we also tried this out before and the result was a very sparse matrix that made overall performance even worse. |
Hi there. |
When trying to use a rr:predicateMap with a rr:column or rr:template value, the parsers produces no results.
Example:
I only get the desired triples when using
rr:predicateMap [ rr:constant ex:test ]
orrr:predicate ex:test
The text was updated successfully, but these errors were encountered: