summaryrefslogtreecommitdiff
path: root/test/DAWG/data-r2/solution-seq/slice-results-04.ttl
blob: 1d82eb18b9ecc8bb44a8182f2490899f125a68e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
@prefix :        <http://example.org/ns#> .
@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd:        <http://www.w3.org/2001/XMLSchema#> .

[]    rdf:type      rs:ResultSet ;
      rs:resultVariable  "v" ;
      rs:solution   [ rs:binding    [ rs:value      "3"^^xsd:integer ;
                                      rs:variable   "v"
                                    ] ;
                      rs:index      4
                    ] ;
      rs:solution   [ rs:binding    [ rs:value      "4"^^xsd:integer ;
                                      rs:variable   "v"
                                    ] ;
                      rs:index      5
                    ] ;
      rs:solution   [ rs:binding    [ rs:value      "2"^^xsd:integer ;
                                      rs:variable   "v"
                                    ] ;
                      rs:index      3
                    ] ;
      rs:solution   [ rs:binding    [ rs:value      "1.5"^^xsd:decimal ;
                                      rs:variable   "v"
                                    ] ;
                      rs:index      2
                    ] ;
      rs:solution   [ rs:binding    [ rs:value      "1"^^xsd:integer ;
                                      rs:variable   "v"
                                    ] ;
                      rs:index      1
                    ] .