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
Given the following schema:
and data:
The shapes map:
:a@:Sshould fail but it passes with the message:Example: https://tinyurl.com/y2frpzyh