rete
playground
Select
🏛️ Subclasses of building, weighed by census
Class
Name
Description
+1
Q3947
house @en
building usually inte…
…
Q41253
movie theater @en
venue, usually a buil…
…
Q845945
Shinto shrine @en
Japanese shrine of th…
…
Q11755880
residential 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