From 9b4878d678a4a351d21eb759b1dfb97865760a9a Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 29 Jul 2024 11:12:58 -0400 Subject: [PATCH] Regenerate Make-managed files References: * https://github.com/ucoProject/UCO/issues/612 Signed-off-by: Alex Nelson --- .../illustrations/partitions/partitions.json | 4 ++++ .../partitions_validation-unstable.ttl | 19 +------------------ 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/examples/illustrations/partitions/partitions.json b/examples/illustrations/partitions/partitions.json index fdc7736c..ee0b4902 100644 --- a/examples/illustrations/partitions/partitions.json +++ b/examples/illustrations/partitions/partitions.json @@ -1245,6 +1245,10 @@ "@id": "kb:Relationship-b6ab7ce4-9f8c-4adc-9fdb-d5ab36f5aad2" } }, + { + "@id": "kb:Disk-8ad9fa04-cf49-4082-b828-29b7f01f47cb", + "@type": "uco-observable:StorageMedium" + }, { "@id": "kb:DiskPartition-1ef219fe-c490-48fc-b8e1-5b5ffe94a07e", "@type": [ diff --git a/examples/illustrations/partitions/partitions_validation-unstable.ttl b/examples/illustrations/partitions/partitions_validation-unstable.ttl index e7334c06..33496ff0 100644 --- a/examples/illustrations/partitions/partitions_validation-unstable.ttl +++ b/examples/illustrations/partitions/partitions_validation-unstable.ttl @@ -1,4 +1,3 @@ -@prefix observable: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @@ -7,22 +6,6 @@ [] a sh:ValidationReport ; - sh:conforms "false"^^xsd:boolean ; - sh:result [ - a sh:ValidationResult ; - sh:focusNode ; - sh:resultMessage "In UCO 2.0.0, uco-observable:Disk will be a subclass of uco-observable:StorageMedium. In preparation for UCO 2.0.0, the additional type uco-observable:StorageMedium should be assigned to this node."@en ; - sh:resultSeverity sh:Warning ; - sh:sourceConstraintComponent sh:ClassConstraintComponent ; - sh:sourceShape [ - a sh:NodeShape ; - rdfs:comment "This anonymous shape is attached with rdfs:seeAlso in order to associate a warning-severity class constraint, that will only be necessary as an independent shape until UCO 2.0.0."@en ; - sh:class observable:StorageMedium ; - sh:message "In UCO 2.0.0, uco-observable:Disk will be a subclass of uco-observable:StorageMedium. In preparation for UCO 2.0.0, the additional type uco-observable:StorageMedium should be assigned to this node."@en ; - sh:severity sh:Warning ; - sh:targetClass observable:Disk ; - ] ; - sh:value ; - ] ; + sh:conforms "true"^^xsd:boolean ; .