Skip to content

Commit

Permalink
Regenerate Make-managed files
Browse files Browse the repository at this point in the history
References:
* ucoProject/UCO#612

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Jul 29, 2024
1 parent 154c73d commit 8072941
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 39 deletions.
5 changes: 4 additions & 1 deletion examples/crossover_heist/crossover_heist.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
19 changes: 1 addition & 18 deletions examples/crossover_heist/crossover_heist_validation-unstable.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,10 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

[]
a sh:ValidationReport ;
sh:conforms "false"^^xsd:boolean ;
sh:result [
a sh:ValidationResult ;
sh:focusNode <http://example.org/kb/Disk-6dbe5066-dfb8-4551-9bda-39aab2ae3db1> ;
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 <http://example.org/kb/Disk-6dbe5066-dfb8-4551-9bda-39aab2ae3db1> ;
] ;
sh:conforms "true"^^xsd:boolean ;
.

5 changes: 4 additions & 1 deletion examples/crossover_heist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,10 @@ <h3>INVESTIGATIVE ACTIONS</h3>
},
{
"@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",
Expand Down
5 changes: 4 additions & 1 deletion examples/hardware_duplicator/hardware_duplicator.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,10 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

[]
a sh:ValidationReport ;
sh:conforms "false"^^xsd:boolean ;
sh:result [
a sh:ValidationResult ;
sh:focusNode <http://example.org/kb/disk-e598c1b3-f76d-4c27-b592-49bfdbf23d11> ;
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 <http://example.org/kb/disk-e598c1b3-f76d-4c27-b592-49bfdbf23d11> ;
] ;
sh:conforms "true"^^xsd:boolean ;
.

0 comments on commit 8072941

Please sign in to comment.