https://ontology.solveit-df.org/solveit/observable/RawImageInfoFile
A sidecar file containing metadata for a raw/dd forensic image, including hash values, case information, evidence numbers, examiner details, and acquisition notes. Compensates for the lack of embedded metadata in raw image formats.
Instances of solveit-observable:RawImageInfoFile can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class solveit-observable:AcquisitionRecordFile | |||
| solveit-observable:containsEndTime | owl:DatatypeProperty | The acquisition end time as recorded in the acquisition record. | xsd:dateTime |
| solveit-observable:containsStartTime | owl:DatatypeProperty | The acquisition start time as recorded in the acquisition record. | xsd:dateTime |
| solveit-observable:containsDestinationHash | owl:ObjectProperty | A hash value computed from the acquired image or data after acquisition. | uco-types:Hash |
| solveit-observable:containsErrorRecord | owl:ObjectProperty | Links an AcquisitionRecordFile to the error records it contains. | solveit-observable:AcquisitionErrorRecord |
| solveit-observable:containsSourceHash | owl:ObjectProperty | A hash value computed from the source device or media before or during acquisition. | uco-types:Hash |
| From class uco-observable:File | |||
| solveit-observable:hasClusterRun | owl:ObjectProperty | Links a file to its cluster allocation runs. A contiguous file has one run; a fragmented file has multiple runs. | solveit-observable:ClusterRun |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-observable: <https://ontology.solveit-df.org/solveit/observable/> .
solveit-observable:RawImageInfoFile a owl:Class ;
rdfs:label "Raw Image Info File"@en ;
rdfs:comment "A sidecar file containing metadata for a raw/dd forensic image, including hash values, case information, evidence numbers, examiner details, and acquisition notes. Compensates for the lack of embedded metadata in raw image formats."@en ;
rdfs:subClassOf solveit-observable:AcquisitionRecordFile .