Collection Exploration ()
PREFIX gsdl: <http://localhost:3030/greenstone/data/> SELECT (?p as ?Predicate) (COUNT (?s) as ?Total)WHERE { GRAPH gsdl:{ ?s ?p ?o } } GROUP BY ?p ORDER BY DESC(?Total) Filler


Show Sparql query