reteplayground
Path

Architecture vs structure, side by side (5 columns)

ProjectArc ElementsArc Storeys+2
Project 0 @en2,1329
Project 1 @en34,2316
Project 3 @en1,6685
Project 4 @en1,3908
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 7 rows · 3.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 ?project ?arcElements ?arcStoreys ?structElements ?structStoreys WHERE { ?p a g:Project ; rdfs:label ?project ; g:hasModel ?a , ?s . ?a g:discipline "architectural" ; g:elementCount ?arcElements ; g:storeyCount ?arcStoreys . ?s g:discipline "structural" ; g:elementCount ?structElements ; g:storeyCount ?structStoreys . } ORDER BY ?project

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