solveit-observable:ReadWriteDeviceInterface leaf node


URI

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

Label

Read Write Device Interface

Description

A logical interface to a storage device that has been interfaced with in a read-write manner, as yet, without write protection.

Usage

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