Skip to content

Anonymous shapes are considered empty shapes #31

@labra

Description

@labra

Given the following schema:

PREFIX :       <http://example.org/>

:S { :p { :q . } }

and data:

@prefix :      <http://example.org/> .

:a      :p      :b .
:b      :q      1 , 2 .

The shapes map: :a@:S should fail but it passes with the message:

Node <http://example.org/b> matched empty shape

Example: https://tinyurl.com/y2frpzyh

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