Skip to content

FILTER in FILTER EXISTS not properly handled #19

@vcharpenay

Description

@vcharpenay

Example pattern:

?o a owl:Ontology ;
   vann:preferredNamespaceUri ?ns .
filter exists {
    ?i a ?c .
    ?c rdfs:subClassOf schema:Enumeration .
    filter (strstarts(str(?i), str(?ns)))
}

example doc: td.ttl.

Expected results but none found.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions