Skip to content

Commit

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

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Aug 22, 2022
1 parent cefe1d1 commit 2fa28fa
Show file tree
Hide file tree
Showing 4 changed files with 366 additions and 223 deletions.
30 changes: 30 additions & 0 deletions examples/asgard/src/asgard_validation-unstable.ttl
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
@prefix core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix investigation: <https://ontology.caseontology.org/case/investigation/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 tool: <https://ontology.unifiedcyberontology.org/uco/tool/> .
@prefix vocab: <https://ontology.caseontology.org/case/vocabulary/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

Expand Down Expand Up @@ -60,6 +62,34 @@
) ;
sh:path investigation:investigationForm ;
] ;
] ,
[
a sh:ValidationResult ;
sh:focusNode <http://example.org/kb#tool-embeddedextractor1-uid> ;
sh:resultMessage "Value does not have class core:Facet" ;
sh:resultPath core:hasFacet ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:ClassConstraintComponent ;
sh:sourceShape [
sh:class core:Facet ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path core:hasFacet ;
] ;
sh:value [
a tool:ToolConfigurationTypeFacet ;
tool:configurationSettings
[
a tool:ConfigurationSettingType ;
tool:itemName "ExtractionMethod" ;
tool:itemValue "iOS_Backup" ;
] ,
[
a tool:ConfigurationSettingType ;
tool:itemName "ExtractionType" ;
tool:itemValue "File System" ;
]
;
] ;
]
;
.
Expand Down
50 changes: 50 additions & 0 deletions examples/crossover_wmd/src/crossover_wmd_validation-unstable.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
@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 tool: <https://ontology.unifiedcyberontology.org/uco/tool/> .
@prefix vocab: <https://ontology.caseontology.org/case/vocabulary/> .
@prefix vocabulary: <https://ontology.unifiedcyberontology.org/uco/vocabulary/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
Expand Down Expand Up @@ -56,6 +57,55 @@
] ;
sh:value <http://example.org/kb/860FC853-9C3F-41FC-B144-8AC80D8F5849-URLHistory> ;
] ,
[
a sh:ValidationResult ;
sh:focusNode <http://example.org/kb/cellebrite-pa1-uuid> ;
sh:resultMessage "Value does not have class core:Facet" ;
sh:resultPath core:hasFacet ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:ClassConstraintComponent ;
sh:sourceShape [
sh:class core:Facet ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path core:hasFacet ;
] ;
sh:value [
a tool:ToolConfigurationTypeFacet ;
tool:configurationSettings [
a tool:ConfigurationSettingType ;
tool:itemName "OutputFormat" ;
tool:itemValue "XML" ;
] ;
] ;
] ,
[
a sh:ValidationResult ;
sh:focusNode <http://example.org/kb/cellebrite-ufed1-uuid> ;
sh:resultMessage "Value does not have class core:Facet" ;
sh:resultPath core:hasFacet ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:ClassConstraintComponent ;
sh:sourceShape [
sh:class core:Facet ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path core:hasFacet ;
] ;
sh:value [
a tool:ToolConfigurationTypeFacet ;
tool:configurationSettings
[
a tool:ConfigurationSettingType ;
tool:itemName "DeviceInfoConnectionType" ;
tool:itemValue "Cable No. 130" ;
] ,
[
a tool:ConfigurationSettingType ;
tool:itemName "ExtractionType" ;
tool:itemValue "Physical" ;
]
;
] ;
] ,
[
a sh:ValidationResult ;
sh:focusNode <http://example.org/kb/investigation-555E5FBB-BA09-449D-AF77-8A210D016FD7> ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
@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 tool: <https://ontology.unifiedcyberontology.org/uco/tool/> .
@prefix vocab: <https://ontology.caseontology.org/case/vocabulary/> .
@prefix vocabulary: <https://ontology.unifiedcyberontology.org/uco/vocabulary/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
Expand Down Expand Up @@ -65,6 +66,34 @@
] ;
sh:value "(list of uuids)" ;
] ,
[
a sh:ValidationResult ;
sh:focusNode <http://example.org/kb/magnet-acquire2005412-83715215-c5fc-4231-99ff-29a3c51cb5f1> ;
sh:resultMessage "Value does not have class core:Facet" ;
sh:resultPath core:hasFacet ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:ClassConstraintComponent ;
sh:sourceShape [
sh:class core:Facet ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path core:hasFacet ;
] ;
sh:value [
a tool:ToolConfigurationTypeFacet ;
tool:configurationSettings
[
a tool:ConfigurationSettingType ;
tool:itemName "DeviceInfoConnectionType" ;
tool:itemValue "Cable No. 10" ;
] ,
[
a tool:ConfigurationSettingType ;
tool:itemName "ExtractionType" ;
tool:itemValue "Physical" ;
]
;
] ;
] ,
[
a sh:ValidationResult ;
sh:focusNode [
Expand Down
Loading

0 comments on commit 2fa28fa

Please sign in to comment.