Skip to content

Instantly share code, notes, and snippets.

@axiomsofchoice
Created August 31, 2011 15:33
Show Gist options
  • Save axiomsofchoice/1183838 to your computer and use it in GitHub Desktop.
Save axiomsofchoice/1183838 to your computer and use it in GitHub Desktop.
How to select *everything* in a triplestore containing several different named graphs
# How to select *everything* in a triplestore containing several different named graphs
SELECT * { { ?s ?p ?o . } UNION { GRAPH ?g { ?s ?p ?o } } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment