mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 16:15:48 +01:00
3 lines
54 B
SPARQL
3 lines
54 B
SPARQL
SELECT *
|
|
WHERE { ?s ?p ?o . FILTER REGEX(?o, "foo") }
|