1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-09 22:53:55 +01:00
Files
audacity/lib-src/redland/rasqal/tests/sparql/simple/result-tp-02.n3
2010-01-24 09:19:39 +00:00

21 lines
874 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
"q" , "x" ;
rs:solution [ rs:binding [ rs:value <http://example.org/data/v2> ;
rs:variable "q"
] ;
rs:binding [ rs:value <http://example.org/data/x> ;
rs:variable "x"
]
] ;
rs:solution [ rs:binding [ rs:value <http://example.org/data/v1> ;
rs:variable "q"
] ;
rs:binding [ rs:value <http://example.org/data/x> ;
rs:variable "x"
]
] .