rete
playground
Select
Find a person by surname
Name
Birth
ABAD GARCIA, Juan @es
Mazarrón @ca
ADRIÁN GARCIA, Agustín @es
Ojos Negros @ca
AGÜERA GARCIA, Pedro @es
Lantarón @ca
AIGUAVIVA GARCIA, Pedro @es
Granollers @ca
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
100 rows · 359 ms · no server, no download — the query runs in your browser.
The query
PREFIX mc: <https://w3id.org/rete/memoria/ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?name ?birth WHERE { ?v a mc:Victim ; rdfs:label ?name . OPTIONAL { ?v mc:bornInMunicipality ?birth } FILTER(CONTAINS(UCASE(STR(?name)), "GARCIA")) } LIMIT 100
rete playground
·
documentation
·
github.com/caviri/rete