I want to get the name of all existing graphs in my Fuseki server, it should return a message with a list of all graphs name.
I have tried the answer given by Joshua Taylor in Virtuoso, but got nothing.
Maybe it's different between fuseki and virtuoso. So I provide a sparql for virtuoso users who just find the answer like me.
SELECT DISTINCT ?g WHERE { GRAPH ?g { ?s ?p ?o } }
1.4m articles
1.4m replys
5 comments
57.0k users