solveit-observable:PrioritizedDeviceSet leaf node


URI

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

Label

Prioritized Device Set

Description

A device set where each device has been triaged and assigned a priority classification. Contains PrioritizedDeviceEntry instances that pair each device with its priority.

Usage

Instances of solveit-observable:PrioritizedDeviceSet can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-observable:PrioritizedDeviceSet
solveit-observable:hasEntry owl:ObjectProperty A prioritized device entry in this set. solveit-observable:PrioritizedDeviceEntry
From class solveit-observable:DeviceSet
solveit-observable:hasDevice owl:ObjectProperty A device belonging to this device set. 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/> .

solveit-observable:PrioritizedDeviceSet a owl:Class ;
    rdfs:label "Prioritized Device Set"@en ;
    rdfs:comment "A device set where each device has been triaged and assigned a priority classification. Contains PrioritizedDeviceEntry instances that pair each device with its priority."@en ;
    rdfs:subClassOf solveit-observable:DeviceSet .