See also ad-freiburg/qlever#2503
Given the following graph:
ex:a ex:b ex:c .
The query
SELECT * WHERE { ?x ex:b* ex:a }
produces a single result, but doesn't
SELECT * WHERE { ?x ex:b* ex:b }
produce no results?
Is this desired? Is there a test for it?
EDIT: As discussed below, the second query does produce a result.
See also ad-freiburg/qlever#2503
Given the following graph:
ex:a ex:b ex:c .
The query
SELECT * WHERE { ?x ex:b* ex:a }
produces a single result, but doesn't
SELECT * WHERE { ?x ex:b* ex:b }
produce no results?
Is this desired? Is there a test for it?
EDIT: As discussed below, the second query does produce a result.