rete
playground
Aggregate
Models by museum
Museum
Models
National Museum of Natural Hi…
2135
National Museum of American H…
15
National Portrait Gallery
11
Cooper Hewitt, Smithsonian De…
10
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
9 rows · 57 ms · no server, no download — the query runs in your browser.
The query
PREFIX p: <https://3d.si.edu/prop/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?museum (COUNT(?o) AS ?models) WHERE { ?o p:unit ?u . ?u rdfs:label ?museum . } GROUP BY ?museum ORDER BY DESC(?models)
rete playground
·
documentation
·
github.com/caviri/rete