Search

List all graphs SPARQL


Description
Get a list of all existing graphs


SELECT DISTINCT ?g WHERE { GRAPH ?g {?s ?p ?o} }
SEE ALSO