Hi,
I have been trying to use the pystardog module to query the database using the pystardog API like
query_result = conn.select(
query= query,
# offset=100,
limit=1000,
reasoning=True
)
However the functionality of querying the whole database when virtual transparency is on is available on studio with setting "stardog:context:all" while querying .
I want to replicate the same functionality with the pystardog api , but was not able to reproduce the same results.
Can you help me how to approach this to produce similar results?