reteplayground
Aggregate

Most-represented authors

AuthorBooks
Anonymous176
Unknown88
Boehme, Jacob56
Eckartshausen, Karl von34
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 25 rows · 37 ms · no server, no download — the query runs in your browser.

The query

PREFIX schema: <http://schema.org/> PREFIX dct: <http://purl.org/dc/terms/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> PREFIX geo: <http://www.opengis.net/ont/geosparql#> PREFIX efmo: <https://data.embassyofthefreemind.com/ontology#> SELECT ?author (COUNT(?b) AS ?books) WHERE { ?b schema:author ?a . ?a rdfs:label ?author } GROUP BY ?author ORDER BY DESC(?books) LIMIT 25

rete playground · documentation · github.com/caviri/rete