mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-03 14:13:11 +02:00
7 lines
131 B
SPARQL
7 lines
131 B
SPARQL
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
|
|
PREFIX : <http://example.org/things#>
|
|
SELECT ?x
|
|
WHERE
|
|
{ ?x :p 1.0e0 .
|
|
}
|