https://ontology.solveit-df.org/solveit/observable/entryDevice
The device in this prioritized entry.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| solveit-observable:PrioritizedDeviceEntry | solveit-observable:entryDevice | uco-observable:Device |
@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 .