mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 16:48:44 +02:00
15 lines
562 B
Plaintext
15 lines
562 B
Plaintext
@prefix rs: <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
|
|
|
|
[] <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
|
|
rs:ResultSet ;
|
|
rs:resultVariable
|
|
"val" ;
|
|
rs:solution [ rs:binding [ rs:value "http://example.com/literal" ;
|
|
rs:variable "val"
|
|
] ;
|
|
] ;
|
|
rs:solution [ rs:binding [ rs:value <http://example.com/uri> ;
|
|
rs:variable "val"
|
|
] ;
|
|
] .
|