reteplayground
Construct

One drawing, redrawn as a graph

SubjectPredicateObject
1250labelBCCI Cayman Islands
2331label80/1
2331financialTransaction2678
2331financialTransaction2716
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 331 triples · 131 ms · no server, no download — the query runs in your browser.

The query

PREFIX lo: <https://w3id.org/rete/lombardi/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> CONSTRUCT { ?s ?rel ?o . ?s rdfs:label ?sn . ?o rdfs:label ?on } WHERE { ?w rdfs:label "Nugan Hand Bank Sydney, Australia c. 1974-80, 1995"@en . ?e lo:inDrawing ?w ; lo:source ?s ; lo:target ?o ; lo:arcType ?t . BIND(IRI(CONCAT("https://w3id.org/rete/lombardi/rel/", LCASE(SUBSTR(STRAFTER(STR(?t), "#"), 1, 1)), SUBSTR(STRAFTER(STR(?t), "#"), 2))) AS ?rel) OPTIONAL { ?s rdfs:label ?sn } OPTIONAL { ?o rdfs:label ?on } } LIMIT 200

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