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
Does Sparqlify support graph selection via GRAPH?
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 . } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
However, when I use a query with
GRAPH
, there are no results:The text was updated successfully, but these errors were encountered: