I was wondering if there was a way to query graphs defined in 2 different Stardog instances. I can query graphs in 2 different databases within the same instance using SERVICE
but was wondering if it can be extended to different instances.
1 Like
Absolutely, the only difference would be the resource in the SERVICE query would point to the other Stardog instance.
The only thing I can think to watch out for is making sure you have permission to access and you may need to use the services.sdpass file.
1 Like
Thank you! I will try it out.