You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@pmaria This is due a limitation of SHACL specification, to enable multilingual messages in combination with the engine message.
SHACL specifies that shacl:message overwrites the message generated by the engine.
Thus for the constraint
https://semiceu.github.io//DCAT-AP/releases/3.0.0#AgentShape/236f0210baaf149903750c43bbe7012c21debb2a>
rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/3.0.0#Agent.type";
shacl:description "A type of the agent that makes the Catalogue or Dataset available."@en;
shacl:maxCount 1;
shacl:name "type"@en;
shacl:path dc:type.
dcat-ap-SHACL.ttl
uses<https://purl.eu/ns/shacl#message>
instead ofshacl:message
for validation messages:DCAT-AP/releases/3.0.0/shacl/dcat-ap-SHACL.ttl
Line 73 in b9b20d1
Is this intended? https://purl.eu/ns/shacl#message is not dereferenceable.
The text was updated successfully, but these errors were encountered: