reteplayground
Select

Find a person by surname

NameBirth
ABAD GARCIA, Juan @esMazarrón @ca
ADRIÁN GARCIA, Agustín @esOjos Negros @ca
AGÜERA GARCIA, Pedro @esLantarón @ca
AIGUAVIVA GARCIA, Pedro @esGranollers @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