reteplayground
Construct

Who else struck at Cassander's mints

CONSTRUCT { ?auth nmo:hasMint ?mint . } WHERE {
  ?tc a nmo:TypeSeriesItem ; nmo:hasAuthority nm:cassande…
  ?t a nmo:TypeSeriesItem ; nmo:hasMint ?mint ; nmo:hasAu…
}
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 5 nodes, 4 edges · 65 ms · no server, no download — the query runs in your browser.

The query

PREFIX nmo: <http://nomisma.org/ontology#> PREFIX nm: <http://nomisma.org/id/> CONSTRUCT { ?auth nmo:hasMint ?mint . } WHERE { ?tc a nmo:TypeSeriesItem ; nmo:hasAuthority nm:cassander ; nmo:hasMint ?mint . ?t a nmo:TypeSeriesItem ; nmo:hasMint ?mint ; nmo:hasAuthority ?auth . }

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