-
Notifications
You must be signed in to change notification settings - Fork 9
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
Sparql path properties in rdflib #32
Comments
Hi @sergeitarasov: |
ok! Thanks for the prompt reply! |
Thanks @amoeba ! @sergeitarasov , just in case it is helpful, Bryce and I have an alternative R package, https://github.com/ropensci/virtuoso, which uses |
Good call, @cboettig. I'd bet they work there. |
Thanks @cboettig ! I've just tried Virtuoso and it supports, at least some (like '/'), path expression. |
Hi,
I wonder if R rdflib supports path properties in sparql queries, e.g., '+', '*', '/', etc? For example, I tried few queries:
WHERE {
dry:phenotype_17956 rdfs:subClassOf/rdfs:subClassOf ?x .
}'
WHERE {
dry:phenotype_17956 rdfs:subClassOf* ?x .
}'
and all of them return the same error about the syntax:
librdf error - syntax error, unexpected '/'
rdf_query_results.c:422: (librdf_query_results_to_string2) assertion failed: object pointer of type librdf_query_results is NULL.
Error:
file
must be a string, raw vector or a connection.Cheers, Sergei
The text was updated successfully, but these errors were encountered: