Created
August 22, 2023 18:44
-
-
Save baskaufs/5c33e3d032677faad8c3f327b079f7cd to your computer and use it in GitHub Desktop.
Determine IRIs of all graphs in triplestore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| select distinct ?graph where { | |
| graph ?graph {?s ?o ?p.} | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment