https://ontology.solveit-df.org/solveit/observable/ReadWriteDeviceInterface
A logical interface to a storage device that has been interfaced with in a read-write manner, as yet, without write protection.
Instances of solveit-observable:ReadWriteDeviceInterface 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:ReadWriteDeviceInterface a owl:Class ;
rdfs:label "Read Write Device Interface"@en ;
rdfs:comment "A logical interface to a storage device that has been interfaced with in a read-write manner, as yet, without write protection."@en ;
rdfs:subClassOf solveit-observable:DeviceInterface .