DEBSOURCES
Skip Quicknav
sources / tracker / 3.4.2-1 / tests / core / bound / bound1.rq
123456789
PREFIX : <http://example.org/ns#> SELECT ?a ?c WHERE { ?a :b ?c . OPTIONAL { ?c :d ?e } . FILTER (! bound(?e)) } ORDER BY ?a