Skip to content

Commit

Permalink
Add missed ProvenanceRecord
Browse files Browse the repository at this point in the history
A follow-on patch will regenerate Make-managed files.

References:
* casework/CASE#146

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Jan 26, 2024
1 parent 89bd27b commit 0907ba1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/illustrations/exif_data/exif_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,13 @@
"@id": "kb:forensic_lab-fae4ff1e-7d06-49da-9c89-da37ef612b25",
"@type": "uco-location:Location"
},
{
"@id": "kb:provenance-record-855f91a2-cc07-4d8e-bb93-d2b6db7672db",
"@type": "case-investigation:ProvenanceRecord",
"uco-core:object": {
"@id": "kb:annotation-b8258799-b465-4182-904b-c0aa73a35b0b"
}
},
{
"@id": "kb:annotation-b8258799-b465-4182-904b-c0aa73a35b0b",
"@type": "uco-core:Annotation",
Expand Down Expand Up @@ -239,6 +246,9 @@
"uco-action:result": [
{
"@id": "kb:annotation-b8258799-b465-4182-904b-c0aa73a35b0b"
},
{
"@id": "kb:provenance-record-855f91a2-cc07-4d8e-bb93-d2b6db7672db"
}
],
"uco-action:location": {
Expand Down

0 comments on commit 0907ba1

Please sign in to comment.