Querying remote services #2146
Unanswered
wood-chris
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Just a quick question: am I right in thinking that
Graph
is only for RDF files or triplestores that come packaged with rdflib (e.g. berkeleydb, sleepycat)?I've got a locally installed instance of fuseki, and tried doing things like
g.open("http://localhost:3030/myfuseki/query")
(but queries return 0 results), andg.parse("http://localhost:3030/myfuseki/query")
- which returns 404:urllib.error.HTTPError: HTTP Error 404: Not Found
.Do I need SPARQLWrapper installed to be able to query my fuskeki instance? Or am I misunderstanding something?
Beta Was this translation helpful? Give feedback.
All reactions