From e6decb6f6db604ea106d52365105663df282f0a7 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 18 Feb 2025 17:09:53 -0500 Subject: [PATCH] Regenerate Make-managed files References: * https://github.com/ucoProject/UCO/issues/629 Signed-off-by: Alex Nelson --- .../action_inheritance_PASS_validation.ttl | 17 ++++-- .../action_inheritance_XFAIL_validation.ttl | 61 ------------------- 2 files changed, 12 insertions(+), 66 deletions(-) diff --git a/tests/examples/action_inheritance_PASS_validation.ttl b/tests/examples/action_inheritance_PASS_validation.ttl index 0a2a7b0b..b121487c 100644 --- a/tests/examples/action_inheritance_PASS_validation.ttl +++ b/tests/examples/action_inheritance_PASS_validation.ttl @@ -3,7 +3,6 @@ @prefix rdf: . @prefix rdfs: . @prefix sh: . -@prefix vocabulary: . @prefix xsd: . [] @@ -12,13 +11,21 @@ sh:result [ a sh:ValidationResult ; sh:focusNode ; - sh:resultMessage "Value is outside the default vocabulary ActionStatusTypeVocab." ; + sh:resultMessage "Value is not member of the vocabulary ActionStatusTypeVocab." ; sh:resultPath action:actionStatus ; sh:resultSeverity sh:Info ; - sh:sourceConstraintComponent sh:DatatypeConstraintComponent ; + sh:sourceConstraintComponent sh:InConstraintComponent ; sh:sourceShape [ - sh:datatype vocabulary:ActionStatusTypeVocab ; - sh:message "Value is outside the default vocabulary ActionStatusTypeVocab." ; + sh:in ( + "Complete/Finish" + "Error" + "Fail" + "Ongoing" + "Pending" + "Success" + "Unknown" + ) ; + sh:message "Value is not member of the vocabulary ActionStatusTypeVocab." ; sh:path action:actionStatus ; sh:severity sh:Info ; ] ; diff --git a/tests/examples/action_inheritance_XFAIL_validation.ttl b/tests/examples/action_inheritance_XFAIL_validation.ttl index fb8277fe..8d239b77 100644 --- a/tests/examples/action_inheritance_XFAIL_validation.ttl +++ b/tests/examples/action_inheritance_XFAIL_validation.ttl @@ -3,58 +3,12 @@ @prefix rdf: . @prefix rdfs: . @prefix sh: . -@prefix vocabulary: . @prefix xsd: . [] a sh:ValidationReport ; sh:conforms "false"^^xsd:boolean ; sh:result - [ - a sh:ValidationResult ; - sh:focusNode ; - sh:resultMessage "Value is outside the default vocabulary ActionStatusTypeVocab." ; - sh:resultPath action:actionStatus ; - sh:resultSeverity sh:Info ; - sh:sourceConstraintComponent sh:DatatypeConstraintComponent ; - sh:sourceShape [ - sh:datatype vocabulary:ActionStatusTypeVocab ; - sh:message "Value is outside the default vocabulary ActionStatusTypeVocab." ; - sh:path action:actionStatus ; - sh:severity sh:Info ; - ] ; - sh:value "Pending" ; - ] , - [ - a sh:ValidationResult ; - sh:focusNode ; - sh:resultMessage "Value is outside the default vocabulary ActionStatusTypeVocab." ; - sh:resultPath action:actionStatus ; - sh:resultSeverity sh:Info ; - sh:sourceConstraintComponent sh:DatatypeConstraintComponent ; - sh:sourceShape [ - sh:datatype vocabulary:ActionStatusTypeVocab ; - sh:message "Value is outside the default vocabulary ActionStatusTypeVocab." ; - sh:path action:actionStatus ; - sh:severity sh:Info ; - ] ; - sh:value "Pending" ; - ] , - [ - a sh:ValidationResult ; - sh:focusNode ; - sh:resultMessage "Value is outside the default vocabulary ActionStatusTypeVocab." ; - sh:resultPath action:actionStatus ; - sh:resultSeverity sh:Info ; - sh:sourceConstraintComponent sh:DatatypeConstraintComponent ; - sh:sourceShape [ - sh:datatype vocabulary:ActionStatusTypeVocab ; - sh:message "Value is outside the default vocabulary ActionStatusTypeVocab." ; - sh:path action:actionStatus ; - sh:severity sh:Info ; - ] ; - sh:value "Pending" ; - ] , [ a sh:ValidationResult ; sh:focusNode ; @@ -67,21 +21,6 @@ sh:path action:actionStatus ; ] ; ] , - [ - a sh:ValidationResult ; - sh:focusNode ; - sh:resultMessage "Value is outside the default vocabulary ActionStatusTypeVocab." ; - sh:resultPath action:actionStatus ; - sh:resultSeverity sh:Info ; - sh:sourceConstraintComponent sh:DatatypeConstraintComponent ; - sh:sourceShape [ - sh:datatype vocabulary:ActionStatusTypeVocab ; - sh:message "Value is outside the default vocabulary ActionStatusTypeVocab." ; - sh:path action:actionStatus ; - sh:severity sh:Info ; - ] ; - sh:value "Pending" ; - ] , [ a sh:ValidationResult ; sh:focusNode ;