reteplayground
Select

Federation: Embassy cover ⋈ USTC record

SELECT ?cover ?title ?imprint ?place ?summary WHERE {
  ?e a u:Edition ; rdfs:label ?title ; u:imprint ?imprint…
     u:place ?place ; u:embassyBook ?book .
  ?book schema:image ?cover ; efmo:summary ?summary
}
LIMIT 25
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 25 rows · 4.2 s · no server, no download — the query runs in your browser.

The query

PREFIX u: <https://www.ustc.ac.uk/ontology#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX schema: <http://schema.org/> PREFIX efmo: <https://data.embassyofthefreemind.com/ontology#> SELECT ?cover ?title ?imprint ?place ?summary WHERE { ?e a u:Edition ; rdfs:label ?title ; u:imprint ?imprint ; u:place ?place ; u:embassyBook ?book . ?book schema:image ?cover ; efmo:summary ?summary } LIMIT 25

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