rete
playground
Construct
One drawing, redrawn as a graph
Subject
Predicate
Object
1250
label
BCCI Cayman Islands
2331
label
80/1
2331
financialTransaction
2678
2331
financialTransaction
2716
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