mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-21 08:01:13 +01:00
Move library tree where it belongs
This commit is contained in:
15
lib-src/redland/rasqal/tests/rdql/testsuite/result-S-05.n3
Normal file
15
lib-src/redland/rasqal/tests/rdql/testsuite/result-S-05.n3
Normal file
@@ -0,0 +1,15 @@
|
||||
@prefix rs: <http://jena.hpl.hp.com/2003/03/result-set#> .
|
||||
|
||||
[] a rs:ResultSet ;
|
||||
rs:resultVariable "p" , "v" ;
|
||||
rs:size "1" ;
|
||||
rs:solution
|
||||
[ rs:binding
|
||||
[ rs:value <http://rdf.hp.com/p1> ;
|
||||
rs:variable "p"
|
||||
] ;
|
||||
rs:binding
|
||||
[ rs:value "value-\u00E9" ;
|
||||
rs:variable "v"
|
||||
]
|
||||
] .
|
||||
Reference in New Issue
Block a user