How to query `tag:stardog:api:context:all`

Created by Steve Place, Modified on Mon, 22 Jan 2024 at 03:07 PM by Steve Place

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

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article