|
| 1 | +{ |
| 2 | + "@context": { |
| 3 | + "kb": "http://example.org/kb/", |
| 4 | + "case-investigation": "https://ontology.caseontology.org/case/investigation/", |
| 5 | + "uco-action": "https://ontology.unifiedcyberontology.org/uco/action/", |
| 6 | + "uco-core": "https://ontology.unifiedcyberontology.org/uco/core/", |
| 7 | + "uco-observable": "https://ontology.unifiedcyberontology.org/uco/observable/", |
| 8 | + "xsd": "http://www.w3.org/2001/XMLSchema#" |
| 9 | + }, |
| 10 | + "@graph": [ |
| 11 | + { |
| 12 | + "@id": "kb:technician-identity-9a8b7c6d-5e4f-3a2b-1c0d-9e8f7a6b5c4d", |
| 13 | + "@type": "uco-core:Identity", |
| 14 | + "uco-core:name": "Forensic Technician Williams", |
| 15 | + "uco-core:role": { |
| 16 | + "@id": "kb:technician-role-c8d9f2e1-a4b7-4c3e-8f5d-6a1e9b2c7f4a" |
| 17 | + } |
| 18 | + }, |
| 19 | + { |
| 20 | + "@id": "kb:technician-role-c8d9f2e1-a4b7-4c3e-8f5d-6a1e9b2c7f4a", |
| 21 | + "@type": "case-investigation:Technician", |
| 22 | + "uco-core:startTime": { |
| 23 | + "@type": "xsd:dateTime", |
| 24 | + "@value": "2024-01-15T09:00:00Z" |
| 25 | + } |
| 26 | + }, |
| 27 | + { |
| 28 | + "@id": "kb:disk-image-3f8a2c7d-b1e9-4d3c-a5f7-1b2e4a9c8d6f", |
| 29 | + "@type": "uco-observable:File", |
| 30 | + "uco-core:description": "Forensic disk image of evidence laptop", |
| 31 | + "uco-core:hasFacet": { |
| 32 | + "@id": "kb:disk-image-facet-a3c9f7e1-d5b2-4a8e-9c3f-7e1a5d9b2c4f", |
| 33 | + "@type": "uco-observable:FileFacet", |
| 34 | + "uco-observable:fileName": "evidence-laptop-001.dd", |
| 35 | + "uco-observable:sizeInBytes": 512000000000 |
| 36 | + } |
| 37 | + }, |
| 38 | + { |
| 39 | + "@id": "kb:disk-imaging-action-5d7a3e9f-c2b4-4f8a-9e3d-6c1b5a8f7e2d", |
| 40 | + "@type": "case-investigation:InvestigativeAction", |
| 41 | + "uco-core:name": "Disk imaging of evidence laptop", |
| 42 | + "uco-action:performer": { |
| 43 | + "@id": "kb:technician-role-c8d9f2e1-a4b7-4c3e-8f5d-6a1e9b2c7f4a" |
| 44 | + }, |
| 45 | + "uco-action:result": [ |
| 46 | + { |
| 47 | + "@id": "kb:disk-image-3f8a2c7d-b1e9-4d3c-a5f7-1b2e4a9c8d6f" |
| 48 | + }, |
| 49 | + { |
| 50 | + "@id": "kb:provenance-record-e9f5c1a7-d4b8-4a6e-9c2f-3e5d7a9b1c4f" |
| 51 | + } |
| 52 | + ] |
| 53 | + }, |
| 54 | + { |
| 55 | + "@id": "kb:provenance-record-e9f5c1a7-d4b8-4a6e-9c2f-3e5d7a9b1c4f", |
| 56 | + "@type": "case-investigation:ProvenanceRecord", |
| 57 | + "case-investigation:exhibitNumber": "2024-001-E1", |
| 58 | + "case-investigation:rootExhibitNumber": "2024-001-E1", |
| 59 | + "uco-core:object": { |
| 60 | + "@id": "kb:disk-image-3f8a2c7d-b1e9-4d3c-a5f7-1b2e4a9c8d6f" |
| 61 | + } |
| 62 | + } |
| 63 | + ] |
| 64 | +} |
0 commit comments