summaryrefslogtreecommitdiff
path: root/tests/libtracker-data/bind/bind1.rq
blob: c27a3a1a85e14d3ca9166120ffa1dcd7071dfb07 (plain)
1
2
3
4
5
6
7
8
PREFIX  : <http://example.org/ns#>
SELECT  ?a ?c ?x ?y
WHERE
    { ?a :string ?c .
      BIND (?c AS ?x) .
      BIND (:string(?a) AS ?y) .
    }
ORDER BY ?a