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
Hi, apologies if I'm missing something, but I can't see how to target a named Graph using this library.
e.g. is it possible to generate a query like:
PREFIX foaf: <http://xmlns.com/foaf/0.1/> SELECT ?name FROM <http://example.org/foaf/aliceFoaf> WHERE { ?x foaf:name ?name }
where <http://example.org/foaf/aliceFoaf> identifies the named graph.
<http://example.org/foaf/aliceFoaf>
Has this been implemented, or could someone please suggest a workaround?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, apologies if I'm missing something, but I can't see how to target a named Graph using this library.
e.g. is it possible to generate a query like:
where
<http://example.org/foaf/aliceFoaf>
identifies the named graph.Has this been implemented, or could someone please suggest a workaround?
The text was updated successfully, but these errors were encountered: