mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-30 23:23:44 +02:00
5 lines
80 B
SPARQL
5 lines
80 B
SPARQL
prefix ex: <http://example.org/#>
|
|
ask
|
|
from <data.n3>
|
|
where { $x ex:bar ex:baz }
|