reteplayground
Select

🏛️ Subclasses of building, weighed by census

ClassNameDescription+1
Q3947house @enbuilding usually inte…
Q41253movie theater @envenue, usually a buil…
Q845945Shinto shrine @enJapanese shrine of th…
Q11755880residential building…building mainly used…
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 40 rows · 110.9 s · 383.5 MB of 2081.4 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX wd: <http://www.wikidata.org/entity/> PREFIX wdt: <http://www.wikidata.org/prop/direct/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX schema: <http://schema.org/> PREFIX rete: <https://w3id.org/rete/> SELECT ?class ?name ?description ?instances WHERE { ?class wdt:P279 wd:Q41176 ; rdfs:label ?name . FILTER(lang(?name) = "en") ?class schema:description ?description . FILTER(lang(?description) = "en") OPTIONAL { ?class rete:instanceCount ?instances } } ORDER BY DESC(?instances) LIMIT 40

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