static/tutorials/sparql_data/q-f1.rq (
4
lines of code) (
raw
):
PREFIX vcard: <http://www.w3.org/2001/vcard-rdf/3.0#> SELECT ?g WHERE { ?y vcard:Given ?g . FILTER regex(?g, "r", "i") }