solveit-observable:WriteProtectedDeviceInterface leaf node


URI

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

Label

Write Protected Device Interface

Description

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.

Usage

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