Skip to content
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

Targeting named graphs #43

Open
oco-adam opened this issue Nov 11, 2020 · 0 comments
Open

Targeting named graphs #43

oco-adam opened this issue Nov 11, 2020 · 0 comments

Comments

@oco-adam
Copy link

oco-adam commented Nov 11, 2020

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.

Has this been implemented, or could someone please suggest a workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant