https://ontology.solveit-df.org/solveit/observable/LiveOSDeviceInterface
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.
Instances of solveit-observable:LiveOSDeviceInterface can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|
@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 .