Querying tag:stardog:api:context:all
will query all of your local and virtual graphs. You can do this in Pystardog by setting `default_graph_uri` to tag:stardog:api:context:all
like so:
query_result = conn.select(
query= query,
limit=1000,
reasoning=True,
default_graph_uri=["tag:stardog:api:context:all"]
)
You need to have at least Pystardog v0.17.0 installed to do this.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article