mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 23:49:28 +02:00
12 lines
346 B
Plaintext
12 lines
346 B
Plaintext
@prefix rs: <http://jena.hpl.hp.com/2003/03/result-set#> .
|
|
|
|
[] a rs:ResultSet ;
|
|
rs:resultVariable "y" ;
|
|
rs:size "1" ;
|
|
rs:solution
|
|
[ rs:binding
|
|
[ rs:value <http://rdf.hp.com/p1> ;
|
|
rs:variable "y"
|
|
]
|
|
] .
|