solveit-observable:BitstreamRandomAccessed leaf node


URI

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

Label

Bitstream Random Accessed

Description

Random access to sector-level data, whether from a live device or a decoded forensic image container. Enables partition parsing, filesystem traversal, and logical operations.

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE

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:BitstreamRandomAccessed a owl:Class ;
    rdfs:label "Bitstream Random Accessed"@en ;
    rdfs:comment "Random access to sector-level data, whether from a live device or a decoded forensic image container. Enables partition parsing, filesystem traversal, and logical operations."@en ;
    rdfs:subClassOf uco-observable:ObservableObject .