solveit-observable:entryDevice leaf node


URI

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

Label

entry device

Description

The device in this prioritized entry.

Usage

DOMAINPROPERTYRANGE
solveit-observable:PrioritizedDeviceEntry solveit-observable:entryDevice uco-observable:Device

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:entryDevice a owl:ObjectProperty ;
    rdfs:label "entry device"@en ;
    rdfs:comment "The device in this prioritized entry."@en ;
    rdfs:domain solveit-observable:PrioritizedDeviceEntry ;
    rdfs:range uco-observable:Device .