DEBSOURCES
Skip Quicknav
sources / tracker / 3.4.2-1 / tests / core / algebra / two-nested-opt.rq
1234567891011
PREFIX : <http://example/> SELECT ?v ?w { :x1 :p ?v . OPTIONAL { :x3 :q ?w . OPTIONAL { :x2 :p ?v } } }