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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
consider the use-case:
t(Urn,L) :- f(Urn, "urn:rdfs:label", L), L = "Lomonosov Russia".
predicate f bind second variable to "urn:refs:label" but variable name unknown. The parser builds
f
"urn:refs:label"
#{t => [[urn,l], #{'@' => f, '_' => [urn,<<"urn:rdfs:label">>,l], l => <<"Lomonosov Russia">>}]}
The native query builder shall be aware of [urn,<<"urn:rdfs:label">>,l] mapping.
[urn,<<"urn:rdfs:label">>,l]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
consider the use-case:
predicate
f
bind second variable to"urn:refs:label"
but variable name unknown. The parser buildsThe native query builder shall be aware of
[urn,<<"urn:rdfs:label">>,l]
mapping.The text was updated successfully, but these errors were encountered: