https://ontology.solveit-df.org/solveit/observable/DeviceInterface
A logical interface representing a direct connection to a storage device, such as a USB, SATA.
Instances of solveit-observable:DeviceInterface 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/> .
@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 .