reteplayground
Select

The 3D body — systems you can open in the viewer

SystemStructuresModel
MuscularSystem @en683MuscularSystem.glb
CardioVascular @en676CardioVascular.glb
SkeletalSystem @en607SkeletalSystem.glb
NervousSystem @en587NervousSystem.glb
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 9 rows · 3.5 s · 1.4 MB of 5.4 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX anat: <https://w3id.org/rete/anatomy#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?system (COUNT(?s) AS ?structures) ?model WHERE { ?s anat:inSystem ?sys ; anat:glbFile ?model . ?sys rdfs:label ?system . } GROUP BY ?system ?model ORDER BY DESC(?structures)

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