solveit-observable:LiveOSDeviceInterface leaf node


URI

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

Label

Live OS Device Interface

Description

Access to a block device via the operating system on a live, running system. Provides sector-level access to storage without relying on the OS for file system parsing.

Usage

Instances of solveit-observable:LiveOSDeviceInterface 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/> .

solveit-observable:LiveOSDeviceInterface a owl:Class ;
    rdfs:label "Live OS Device Interface"@en ;
    rdfs:comment "Access to a block device via the operating system on a live, running system. Provides sector-level access to storage without relying on the OS for file system parsing."@en ;
    rdfs:subClassOf solveit-observable:DeviceInterface .