https://ontology.solveit-df.org/solveit/observable/WriteProtectedDeviceInterface
A logical interface to a storage device that has been interfaced with in a write-protected manner, either via a hardware write blocker, software write blocking, or a read-only boot environment.
Instances of solveit-observable:WriteProtectedDeviceInterface 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:WriteProtectedDeviceInterface a owl:Class ;
rdfs:label "Write Protected Device Interface"@en ;
rdfs:comment "A logical interface to a storage device that has been interfaced with in a write-protected manner, either via a hardware write blocker, software write blocking, or a read-only boot environment."@en ;
rdfs:subClassOf solveit-observable:DeviceInterface .