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

Does Spaqlify support GRAPH? #65

Open
jindrichmynarz opened this issue Feb 11, 2016 · 0 comments
Open

Does Spaqlify support GRAPH? #65

jindrichmynarz opened this issue Feb 11, 2016 · 0 comments

Comments

@jindrichmynarz
Copy link

Does Sparqlify support graph selection via GRAPH?

For example, if I run the following query on the LinkedGeoData Sparqlify endpoint at http://linkedgeodata.org/vsparql I get results:

PREFIX lgdo: <http://linkedgeodata.org/ontology/>

SELECT ?s ?nuts
FROM <http://linkedgeodata.org>
WHERE {
  ?s lgdo:ref%3ANUTS ?nuts .
}

However, when I use a query with GRAPH, there are no results:

PREFIX lgdo: <http://linkedgeodata.org/ontology/>

SELECT ?s ?nuts
WHERE {
  GRAPH <http://linkedgeodata.org> {
    ?s lgdo:ref%3ANUTS ?nuts .
  }
}
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