summaryrefslogtreecommitdiff
path: root/test/DAWG/data-r2/distinct/distinct-2.rq
blob: f423c602428c715673f0543d573f31abe894ae4c (plain)
1
2
3
4
5
6
7
8
PREFIX :      <http://example/> 
PREFIX xsd:   <http://www.w3.org/2001/XMLSchema#>

SELECT DISTINCT ?v
{
    :x1 ?p ?o
    OPTIONAL { ?o :q ?v }
}