blob: d5e5881ba3c06a6944ee5f1d8beb40d49ac47c77 [file] [log] [blame]
PREFIX : <http://example/>
PREFIX list: <http://jena.apache.org/ARQ/list#>
SELECT *
{
?list list:index (?index "B")
FILTER (?index = 1)
}