We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validation report message not included when using recursive shapes. Tested with sh:and
Example:
@prefix dash: <http://datashapes.org/dash#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix schema: <http://schema.org/> . @prefix sh: <http://www.w3.org/ns/shacl#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix dataid: <http://dataid.dbpedia.org/ns/core#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix dcat: <http://www.w3.org/ns/dcat#> . @prefix dcv: <http://dataid.dbpedia.org/ns/cv#> . ########## # Group ########## <#dataid-group-test> a sh:NodeShape ; sh:targetClass dataid:Group ; sh:and (<#en-title>) . <#en-title> a sh:PropertyShape ; sh:severity sh:Violation ; sh:message "Required property dct:title MUST occur at least once AND have one @en " ; sh:path dct:title ; sh:minCount 1 ; sh:languageIn ("en") ; sh:uniqueLang true .
Validation failure due to the PropertyShape will not give access to the error message.
The text was updated successfully, but these errors were encountered:
It looks to me this one issue has been fixed by 5e4b375
Sorry, something went wrong.
No branches or pull requests
Validation report message not included when using recursive shapes. Tested with sh:and
Example:
Validation failure due to the PropertyShape will not give access to the error message.
The text was updated successfully, but these errors were encountered: