SELECT ?typeLabel (COUNT(?s) AS ?n) WHERE { ?s bd:P2 ?type . ?type rdfs:label ?typeLabel . FILTER(L… } GROUP BY ?typeLabel ORDER BY DESC(?n) LIMIT 20
rete playground · documentation · github.com/caviri/rete