SELECT ?species (COUNT(?t) AS ?n) (MAX(?h) AS ?tallest) W… ?t a tci:Tree ; tci:champion true ; tci:taxon ?tx ; tci… ?tx skos:prefLabel ?species } GROUP BY ?species ORDER BY DESC(?n) LIMIT 15
rete playground · documentation · github.com/caviri/rete