Skip to content
Snippets Groups Projects
main.query 79 B
SELECT DISTINCT ?g WHERE {
  GRAPH ?g{
  	[] ?p ?resource .
  }
}
 order by ?g