solveit-observable:DeviceInterface


URI

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

Label

Device Interface

Description

A logical interface representing a direct connection to a storage device, such as a USB, SATA.

Usage

Instances of solveit-observable:DeviceInterface 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/> .
@prefix uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .

solveit-observable:DeviceInterface a owl:Class ;
    rdfs:label "Device Interface"@en ;
    rdfs:comment "A logical interface representing a direct connection to a storage device, such as a USB, SATA."@en ;
    rdfs:subClassOf uco-observable:ObservableObject .