diff --git a/tests/examples/disjointedness_PASS_validation.ttl b/tests/examples/disjointedness_XFAIL_validation.ttl similarity index 80% rename from tests/examples/disjointedness_PASS_validation.ttl rename to tests/examples/disjointedness_XFAIL_validation.ttl index c88a7234..adb79ed0 100644 --- a/tests/examples/disjointedness_PASS_validation.ttl +++ b/tests/examples/disjointedness_XFAIL_validation.ttl @@ -7,12 +7,12 @@ [] a sh:ValidationReport ; - sh:conforms "true"^^xsd:boolean ; + sh:conforms "false"^^xsd:boolean ; sh:result [ a sh:ValidationResult ; sh:focusNode ; - sh:resultMessage "observable:UcoInherentCharacterizationThing and observable:UcoObject are disjoint classes. Assigning both types to a single node will be an error in UCO 2.0.0."@en ; - sh:resultSeverity sh:Warning ; + sh:resultMessage "observable:UcoInherentCharacterizationThing and observable:UcoObject are disjoint classes."@en ; + sh:resultSeverity sh:Violation ; sh:sourceConstraintComponent sh:NotConstraintComponent ; sh:sourceShape core:UcoInherentCharacterizationThing-disjointWith-UcoObject-shape ; sh:value ;