From a381d762a90347416dbfc0c9b60414e5abcc8d35 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 26 Jan 2024 17:47:17 -0500 Subject: [PATCH] Regenerate Make-managed files References: * https://github.com/casework/CASE/issues/146 Signed-off-by: Alex Nelson --- .../exif_data_validation-unstable-2.0.0.ttl | 22 ++++++++++++++++++- .../exif_data_validation-unstable.ttl | 22 ++++++++++++++++++- 2 files changed, 42 insertions(+), 2 deletions(-) diff --git a/examples/illustrations/exif_data/exif_data_validation-unstable-2.0.0.ttl b/examples/illustrations/exif_data/exif_data_validation-unstable-2.0.0.ttl index 33496ff0..5731b46e 100644 --- a/examples/illustrations/exif_data/exif_data_validation-unstable-2.0.0.ttl +++ b/examples/illustrations/exif_data/exif_data_validation-unstable-2.0.0.ttl @@ -1,3 +1,5 @@ +@prefix action: . +@prefix investigation: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @@ -6,6 +8,24 @@ [] a sh:ValidationReport ; - sh:conforms "true"^^xsd:boolean ; + sh:conforms "false"^^xsd:boolean ; + sh:result [ + a sh:ValidationResult ; + sh:focusNode ; + sh:resultMessage "An InvestigativeAction should have a ProvenanceRecord among its results. This will be a requirement in CASE 2.0.0."@en ; + sh:resultPath action:result ; + sh:resultSeverity sh:Warning ; + sh:sourceConstraintComponent sh:QualifiedMinCountConstraintComponent ; + sh:sourceShape [ + sh:message "An InvestigativeAction should have a ProvenanceRecord among its results. This will be a requirement in CASE 2.0.0."@en ; + sh:path action:result ; + sh:qualifiedMinCount "1"^^xsd:integer ; + sh:qualifiedValueShape [ + a sh:NodeShape ; + sh:class investigation:ProvenanceRecord ; + ] ; + sh:severity sh:Warning ; + ] ; + ] ; . diff --git a/examples/illustrations/exif_data/exif_data_validation-unstable.ttl b/examples/illustrations/exif_data/exif_data_validation-unstable.ttl index 33496ff0..5731b46e 100644 --- a/examples/illustrations/exif_data/exif_data_validation-unstable.ttl +++ b/examples/illustrations/exif_data/exif_data_validation-unstable.ttl @@ -1,3 +1,5 @@ +@prefix action: . +@prefix investigation: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @@ -6,6 +8,24 @@ [] a sh:ValidationReport ; - sh:conforms "true"^^xsd:boolean ; + sh:conforms "false"^^xsd:boolean ; + sh:result [ + a sh:ValidationResult ; + sh:focusNode ; + sh:resultMessage "An InvestigativeAction should have a ProvenanceRecord among its results. This will be a requirement in CASE 2.0.0."@en ; + sh:resultPath action:result ; + sh:resultSeverity sh:Warning ; + sh:sourceConstraintComponent sh:QualifiedMinCountConstraintComponent ; + sh:sourceShape [ + sh:message "An InvestigativeAction should have a ProvenanceRecord among its results. This will be a requirement in CASE 2.0.0."@en ; + sh:path action:result ; + sh:qualifiedMinCount "1"^^xsd:integer ; + sh:qualifiedValueShape [ + a sh:NodeShape ; + sh:class investigation:ProvenanceRecord ; + ] ; + sh:severity sh:Warning ; + ] ; + ] ; .