Skip to content

Instantly share code, notes, and snippets.

@axiomsofchoice
Created August 31, 2011 15:33
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