Skip to content

transitive-reflexive property paths and resources vs properties #313

@pfps

Description

@pfps

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions