summaryrefslogtreecommitdiff
path: root/test/DAWG/data-r2/bound/bound1.rq
blob: b3d7f985bae1674e832a5f0e2cd93dd564ae0895 (plain)
1
2
3
4
5
6
7
8
PREFIX  : <http://example.org/ns#>
SELECT  ?a ?c
WHERE
    { ?a :b ?c . 
      OPTIONAL
        { ?c :d ?e } . 
      FILTER (! bound(?e)) 
    }