rete
playground
Select
Doors & windows, and the walls they fill
Opening
Type
Host Wall
+2
OG-Fenster-1 @en
IfcWindow
Wand-Ext-OG-3 @en
…
OG-Fenster-2 @en
IfcWindow
Wand-Ext-OG-1 @en
…
EG-Fenster-1 @en
IfcWindow
Wand-Ext-ERDG-2 @en
…
EG-Fenster-2 @en
IfcWindow
Wand-Ext-ERDG-2 @en
…
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
16 rows · 3.0 ms · no server, no download — the query runs in your browser.
The query
PREFIX cad: <https://w3id.org/rete/cad#> PREFIX geo: <http://www.opengis.net/ont/geosparql#> PREFIX geo3: <https://w3id.org/rete/geo3#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?opening ?type ?hostWall ?floor ?x WHERE { ?e cad:fillsWall ?w ; cad:ifcClass ?type ; rdfs:label ?opening ; cad:inStorey ?s ; geo:hasGeometry ?g . ?w rdfs:label ?hostWall . ?s rdfs:label ?floor . ?g geo3:x ?x . } ORDER BY ?floor ?opening LIMIT 60
rete playground
·
documentation
·
github.com/caviri/rete