Skip navigation.
Home

Useful SPARQL queries

Get a list of graphs:

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

NB. This can also be done in Virtuoso by going to the conductor, logging in, and RDF > List of Graphs.