solveit-observable:Bitstream leaf node


URI

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

Label

Bitstream

Description

A sequential, complete bit-for-bit copy of a storage medium (LBA0 to LBAmax). Represents data in transit from a capture process to a storage format.

Usage

Instances of solveit-observable:Bitstream 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:Bitstream a owl:Class ;
    rdfs:label "Bitstream"@en ;
    rdfs:comment "A sequential, complete bit-for-bit copy of a storage medium (LBA0 to LBAmax). Represents data in transit from a capture process to a storage format."@en ;
    rdfs:subClassOf uco-observable:ObservableObject .