Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →26 rows · 17.3 s · 7.5 MB of 793.6 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX gtr: <https://w3id.org/rete/gotriple#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
SELECT ?discipline (COUNT(?d) AS ?publications) WHERE {
?d gtr:inDiscipline ?disc .
?disc skos:prefLabel ?discipline .
} GROUP BY ?disc ?discipline ORDER BY DESC(?publications)