comparison sparql/sparql/test/dawg/data-r2/boolean-effective-value/result-bev-2.ttl @ 0:7785ad38967f default tip

Uploaded
author atsuko
date Thu, 25 Aug 2011 22:14:55 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:7785ad38967f
1 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
2 @prefix rs: <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
3 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
4 @prefix : <http://example.org/ns#> .
5
6 [] rdf:type rs:ResultSet ;
7 rs:resultVariable "a" ;
8 rs:solution
9 [ rs:binding [ rs:value :y2 ;
10 rs:variable "a"
11 ]
12 ] ;
13 rs:solution
14 [ rs:binding [ rs:value :y4 ;
15 rs:variable "a"
16 ]
17 ] ;
18 rs:solution
19 [ rs:binding [ rs:value :y3 ;
20 rs:variable "a"
21 ]
22 ] ;
23 rs:solution
24 [ rs:binding [ rs:value :y1 ;
25 rs:variable "a"
26 ]
27 ] .