Skip to content

Commit

Permalink
Regenerate Make-managed files
Browse files Browse the repository at this point in the history
References:
* casework/CASE#146

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Jan 26, 2024
1 parent 0907ba1 commit 32952ff
Show file tree
Hide file tree
Showing 11 changed files with 717 additions and 359 deletions.
34 changes: 34 additions & 0 deletions examples/illustrations/exif_data/exif_data-prov.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ kb:Association-a87a3853-b5f0-59bb-b69b-718d1f35f8d2
prov:agent kb:examiner-88a08acc-dad2-4964-be3b-8b70e11a4f4d ;
.

kb:Attribution-52e7fd0b-2459-52ca-9370-e88ca0c9e6f6
a prov:Attribution ;
prov:agent kb:annotator_tool-ca41faa8-a59c-4321-b047-4d916f75b1e8 ;
.

kb:Attribution-676da2a8-fdb3-5505-88c1-b1fe581e314e
a prov:Attribution ;
prov:agent kb:annotator_tool-ca41faa8-a59c-4321-b047-4d916f75b1e8 ;
Expand All @@ -34,6 +39,12 @@ kb:Derivation-19bf2d02-d31f-58d0-b171-cd30b1ad3a4d
prov:hadActivity kb:forensic_action-306e44f8-446d-4cff-a2fd-9e54affb1fa3 ;
.

kb:Derivation-3bc64fb0-ae63-5a32-a786-0eab271c784b
a prov:Derivation ;
prov:entity prov:EmptyCollection ;
prov:hadActivity kb:forensic_action-306e44f8-446d-4cff-a2fd-9e54affb1fa3 ;
.

kb:End-64e0bccb-5337-5c04-8000-e58afcb6af1d
a
time:Instant ,
Expand All @@ -51,6 +62,14 @@ kb:Generation-a19bfc2d-0682-5023-8046-4a4b0fe6c3f3
prov:activity kb:forensic_action-306e44f8-446d-4cff-a2fd-9e54affb1fa3 ;
.

kb:Generation-abb403d8-3fde-5f17-a74d-d721eb0b3423
a
time:Instant ,
prov:Generation
;
prov:activity kb:forensic_action-306e44f8-446d-4cff-a2fd-9e54affb1fa3 ;
.

kb:Start-1f683eec-81dd-5dad-a2fb-0937aa55b9d4
a
time:Instant ,
Expand Down Expand Up @@ -101,6 +120,7 @@ kb:forensic_action-306e44f8-446d-4cff-a2fd-9e54affb1fa3
time:hasEnd kb:End-64e0bccb-5337-5c04-8000-e58afcb6af1d ;
time:inside
kb:Generation-a19bfc2d-0682-5023-8046-4a4b0fe6c3f3 ,
kb:Generation-abb403d8-3fde-5f17-a74d-d721eb0b3423 ,
kb:Usage-00a4f357-3e85-52a1-857e-9cc8e3c6e124
;
prov:endedAtTime "2010-01-15T18:59:43.250000+00:00"^^xsd:dateTime ;
Expand All @@ -117,3 +137,17 @@ kb:forensic_action-306e44f8-446d-4cff-a2fd-9e54affb1fa3
uco-core:name "annotated" ;
.

kb:provenance-record-855f91a2-cc07-4d8e-bb93-d2b6db7672db
a
prov:Collection ,
prov:Entity
;
prov:hadMember kb:annotation-b8258799-b465-4182-904b-c0aa73a35b0b ;
prov:qualifiedAttribution kb:Attribution-52e7fd0b-2459-52ca-9370-e88ca0c9e6f6 ;
prov:qualifiedDerivation kb:Derivation-3bc64fb0-ae63-5a32-a786-0eab271c784b ;
prov:qualifiedGeneration kb:Generation-abb403d8-3fde-5f17-a74d-d721eb0b3423 ;
prov:wasAttributedTo kb:annotator_tool-ca41faa8-a59c-4321-b047-4d916f75b1e8 ;
prov:wasDerivedFrom prov:EmptyCollection ;
prov:wasGeneratedBy kb:forensic_action-306e44f8-446d-4cff-a2fd-9e54affb1fa3 ;
.

Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@prefix action: <https://ontology.unifiedcyberontology.org/uco/action/> .
@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#> .
Expand All @@ -8,24 +6,6 @@

[]
a sh:ValidationReport ;
sh:conforms "false"^^xsd:boolean ;
sh:result [
a sh:ValidationResult ;
sh:focusNode <http://example.org/kb/forensic_action-306e44f8-446d-4cff-a2fd-9e54affb1fa3> ;
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 ;
] ;
] ;
sh:conforms "true"^^xsd:boolean ;
.

Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@prefix action: <https://ontology.unifiedcyberontology.org/uco/action/> .
@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#> .
Expand All @@ -8,24 +6,6 @@

[]
a sh:ValidationReport ;
sh:conforms "false"^^xsd:boolean ;
sh:result [
a sh:ValidationResult ;
sh:focusNode <http://example.org/kb/forensic_action-306e44f8-446d-4cff-a2fd-9e54affb1fa3> ;
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 ;
] ;
] ;
sh:conforms "true"^^xsd:boolean ;
.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 32952ff

Please sign in to comment.