reteplayground
Path

MS Gg.1.1 - its journey across the world

StagePlaceLat+1
owned byCambridge, University
owned byWashington
last known atCambridge51.733333
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 3 rows · 4.3 s · 4.0 MB of 140.3 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX crm: <http://erlangen-crm.org/current/> PREFIX mmm: <http://ldf.fi/schema/mmm/> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> PREFIX wgs: <http://www.w3.org/2003/01/geo/wgs84_pos#> SELECT ?stage ?place ?lat ?long WHERE { BIND(<http://ldf.fi/mmm/manifestation_singleton/sdbm_orphan_212926> AS ?ms) { ?ms crm:P51_has_former_or_current_owner ?owner . ?owner skos:prefLabel ?place . BIND("owned by" AS ?stage) } UNION { ?ms mmm:last_known_location ?loc . ?loc skos:prefLabel ?place . OPTIONAL { ?loc wgs:lat ?lat ; wgs:long ?long } BIND("last known at" AS ?stage) } }

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