reteplayground
Select

Every same-building model, by size (5 columns)

ModelSchemaElements+2
Fundamentals model 172 @enIFC45689
Fundamentals model 201 @enIFC45016
Fundamentals model 130 @enIFC44890
Fundamentals model 175 @enIFC43940
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 60 rows · 10 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 ?model ?schema ?elements ?storeys ?spaces WHERE { ?m g:subset "fundamentals" ; rdfs:label ?model ; g:schema ?schema ; g:elementCount ?elements ; g:storeyCount ?storeys ; g:spaceCount ?spaces . } ORDER BY DESC(?elements) LIMIT 60

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