reteplayground
Aggregate

Which building components fill the corpus

Ifc ClassInstances
IfcMember @en69,209
IfcPlate @en49,046
IfcOpeningElement @en28,055
IfcFurniture @en22,043
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 42 rows · 26 ms · no server, no download — the query runs in your browser.

The query

PREFIX g: <https://w3id.org/rete/gnibim#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?ifcClass (SUM(?c) AS ?instances) WHERE { ?t g:ifcClass ?cl ; g:count ?c . ?cl rdfs:label ?ifcClass . } GROUP BY ?ifcClass ORDER BY DESC(?instances)

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