solveit-observable:RawImage leaf node


URI

https://ontology.solveit-df.org/solveit/observable/RawImage

Label

Raw Image

Description

A raw forensic image containing a bitstream without container metadata. Unlike a ForensicImageContainer (e.g. E01, AFF4), a raw image has no embedded metadata. It may be stored across one or more files (e.g. split .dd segments) referenced via storedIn. Typically accompanied by a RawImageInfoFile containing hashes, case information, and acquisition details.

Shapes (1)

Usage

Instances of solveit-observable:RawImage can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-observable:RawImage
solveit-observable:hasInfoFile owl:ObjectProperty Links a RawImage to its accompanying RawImageInfoFile containing metadata. solveit-observable:RawImageInfoFile
From class solveit-observable:AcquiredData
solveit-observable:acquiredFrom owl:ObjectProperty The source from which the data was acquired, such as a device, device interface, or storage medium. uco-observable:ObservableObject
solveit-observable:contains owl:ObjectProperty The logical content encapsulated within the acquired data, such as bitstream data, files, or metadata. uco-observable:ObservableObject
solveit-observable:storedIn owl:ObjectProperty The file or files in which the acquired data is physically stored (e.g., .E01 segment files, a .dd file, a backup archive). uco-observable:File

Property Shapes

By the associated SHACL property shapes, instances of solveit-observable:RawImage can have the following properties:

PROPERTY

PROPERTY TYPE

DESCRIPTION

MIN COUNT

MAX COUNT

LOCAL RANGE
(type range for property on this class)

GLOBAL RANGE
(type range for property globally)

solveit-observable:RawImage
solveit-observable:contains owl:ObjectProperty The logical content encapsulated within the acquired data, such as bitstream data, files, or metadata.
1 solveit-observable:Bitstream
uco-observable:ObservableObject

Implementation

@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:RawImage a owl:Class ;
    rdfs:label "Raw Image"@en ;
    rdfs:comment "A raw forensic image containing a bitstream without container metadata. Unlike a ForensicImageContainer (e.g. E01, AFF4), a raw image has no embedded metadata. It may be stored across one or more files (e.g. split .dd segments) referenced via storedIn. Typically accompanied by a RawImageInfoFile containing hashes, case information, and acquisition details."@en ;
    rdfs:subClassOf solveit-observable:AcquiredData .