solveit-observable:AcquiredData


URI

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

Label

Acquired Data

Description

Data that has been forensically collected from a source device or system. This is the parent class for all types of forensic data acquisition outputs.

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE
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

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/> .
@prefix uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .

solveit-observable:AcquiredData a owl:Class ;
    rdfs:label "Acquired Data"@en ;
    rdfs:comment "Data that has been forensically collected from a source device or system. This is the parent class for all types of forensic data acquisition outputs."@en ;
    rdfs:subClassOf uco-observable:ObservableObject .