Skip to content

Instantly share code, notes, and snippets.

@baskaufs
Created August 22, 2023 18:44
Show Gist options
  • Select an option

  • Save baskaufs/5c33e3d032677faad8c3f327b079f7cd to your computer and use it in GitHub Desktop.

Select an option

Save baskaufs/5c33e3d032677faad8c3f327b079f7cd to your computer and use it in GitHub Desktop.
Determine IRIs of all graphs in triplestore
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