From 8072941d3ee84c744adf9e96e0e7d570517f8925 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 29 Jul 2024 11:00:51 -0400 Subject: [PATCH] Regenerate Make-managed files References: * https://github.com/ucoProject/UCO/issues/612 Signed-off-by: Alex Nelson --- examples/crossover_heist/crossover_heist.json | 5 ++++- .../crossover_heist_validation-unstable.ttl | 19 +------------------ examples/crossover_heist/index.html | 5 ++++- .../hardware_duplicator.json | 5 ++++- ...ardware_duplicator_validation-unstable.ttl | 19 +------------------ 5 files changed, 14 insertions(+), 39 deletions(-) diff --git a/examples/crossover_heist/crossover_heist.json b/examples/crossover_heist/crossover_heist.json index 061cdd8e..41b82d7d 100644 --- a/examples/crossover_heist/crossover_heist.json +++ b/examples/crossover_heist/crossover_heist.json @@ -142,7 +142,10 @@ }, { "@id": "kb:Disk-6dbe5066-dfb8-4551-9bda-39aab2ae3db1", - "@type": "uco-observable:Disk", + "@type": [ + "uco-observable:Disk", + "uco-observable:StorageMedium" + ], "uco-core:hasFacet": [ { "@id": "kb:disk-facet-c9fa6408-85f8-4e0b-bf8f-f653f5bc97c3", diff --git a/examples/crossover_heist/crossover_heist_validation-unstable.ttl b/examples/crossover_heist/crossover_heist_validation-unstable.ttl index 3da756f2..33496ff0 100644 --- a/examples/crossover_heist/crossover_heist_validation-unstable.ttl +++ b/examples/crossover_heist/crossover_heist_validation-unstable.ttl @@ -2,27 +2,10 @@ @prefix rdf: . @prefix rdfs: . @prefix sh: . -@prefix uco-observable: . @prefix xsd: . [] 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 uco-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 uco-observable:Disk ; - ] ; - sh:value ; - ] ; + sh:conforms "true"^^xsd:boolean ; . diff --git a/examples/crossover_heist/index.html b/examples/crossover_heist/index.html index 9c6ec458..7d4be671 100644 --- a/examples/crossover_heist/index.html +++ b/examples/crossover_heist/index.html @@ -188,7 +188,10 @@

INVESTIGATIVE ACTIONS

}, { "@id": "kb:Disk-6dbe5066-dfb8-4551-9bda-39aab2ae3db1", - "@type": "uco-observable:Disk", + "@type": [ + "uco-observable:Disk", + "uco-observable:StorageMedium" + ], "uco-core:hasFacet": [ { "@id": "kb:disk-facet-c9fa6408-85f8-4e0b-bf8f-f653f5bc97c3", diff --git a/examples/hardware_duplicator/hardware_duplicator.json b/examples/hardware_duplicator/hardware_duplicator.json index e2e35f01..86dd4d62 100644 --- a/examples/hardware_duplicator/hardware_duplicator.json +++ b/examples/hardware_duplicator/hardware_duplicator.json @@ -109,7 +109,10 @@ }, { "@id": "kb:disk-e598c1b3-f76d-4c27-b592-49bfdbf23d11", - "@type": "uco-observable:Disk", + "@type": [ + "uco-observable:Disk", + "uco-observable:StorageMedium" + ], "uco-core:hasFacet": [ { "@id": "kb:disk-facet-257d2533-2d2d-4263-8467-0fd7ef8de262", diff --git a/examples/hardware_duplicator/hardware_duplicator_validation-unstable.ttl b/examples/hardware_duplicator/hardware_duplicator_validation-unstable.ttl index 1e95ea10..33496ff0 100644 --- a/examples/hardware_duplicator/hardware_duplicator_validation-unstable.ttl +++ b/examples/hardware_duplicator/hardware_duplicator_validation-unstable.ttl @@ -2,27 +2,10 @@ @prefix rdf: . @prefix rdfs: . @prefix sh: . -@prefix uco-observable: . @prefix xsd: . [] 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 uco-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 uco-observable:Disk ; - ] ; - sh:value ; - ] ; + sh:conforms "true"^^xsd:boolean ; .