org.eclipse.rdf4j.sail.shacl.GraphDBShaclSailValidationException: Failed SHACL validation

@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix rdf4j: <http://rdf4j.org/schema/rdf4j#> .
@prefix dash: <http://datashapes.org/dash#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rsx: <http://rdf4j.org/shacl-extensions#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

_:52833f939275886cd4841935e0e3634410dd701234 a sh:ValidationReport;
  sh:conforms false;
  rdf4j:truncated false;
  sh:result _:62833f939275886cd4841935e0e3634410dd7012345, _:72833f939275886cd4841935e0e3634410dd70123456 .

_:62833f939275886cd4841935e0e3634410dd7012345 a sh:ValidationResult;
  sh:focusNode <https://www.edithlaszny.eu/OCS/data/#causal_Event_ID999901>;
  rsx:shapesGraph rdf4j:SHACLShapeGraph;
  sh:resultPath <http://www.w3.org/2004/02/skos/core#definition>;
  sh:sourceConstraintComponent sh:MinCountConstraintComponent;
  sh:resultSeverity sh:Violation;
  sh:resultMessage "Every Collective_Causal_Event must have exactly one skos:definition (a literal).";
  sh:sourceShape _:50c92e06-0386-42c1-89c1-e793937a1559-1 .

_:50c92e06-0386-42c1-89c1-e793937a1559-1 a sh:PropertyShape;
  sh:message "Every Collective_Causal_Event must have exactly one skos:definition (a literal).";
  sh:severity sh:Violation;
  sh:path <http://www.w3.org/2004/02/skos/core#definition>;
  sh:minCount 1;
  sh:maxCount 1 .

_:72833f939275886cd4841935e0e3634410dd70123456 a sh:ValidationResult;
  sh:focusNode <https://www.edithlaszny.eu/OCS/data/#causal_Event_ID999902>;
  rsx:shapesGraph rdf4j:SHACLShapeGraph;
  sh:resultPath <http://www.w3.org/2004/02/skos/core#definition>;
  sh:sourceConstraintComponent sh:MaxCountConstraintComponent;
  sh:resultSeverity sh:Violation;
  sh:resultMessage "Every Collective_Causal_Event must have exactly one skos:definition (a literal).";
  sh:sourceShape _:50c92e06-0386-42c1-89c1-e793937a1559-1 .