reteplayground
Select

Every model + its downloadable IFC (5 columns)

ModelDisciplineSchema+2
Project 1 — architectural @enarchitecturalIFC2X3
Fundamentals model 172 @ensingleIFC4
Fundamentals model 201 @ensingleIFC4
Fundamentals model 130 @ensingleIFC4
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 60 rows · 9.0 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 ?discipline ?schema ?elements ?ifc WHERE { ?m a g:Model ; rdfs:label ?model ; g:discipline ?discipline ; g:schema ?schema ; g:elementCount ?elements ; g:ifcFile ?ifc . } ORDER BY DESC(?elements) LIMIT 60

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