mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-19 14:17:41 +02:00
3 lines
54 B
SPARQL
3 lines
54 B
SPARQL
SELECT *
|
|
WHERE { ?s ?p ?o . FILTER REGEX(?o, "foo") }
|