rete
playground
Path
Architecture vs structure, side by side (5 columns)
Project
Arc Elements
Arc Storeys
+2
Project 0 @en
2,132
9
…
Project 1 @en
34,231
6
…
Project 3 @en
1,668
5
…
Project 4 @en
1,390
8
…
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