solveit-observable:PrioritizedDeviceEntry leaf node


URI

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

Label

Prioritized Device Entry

Description

An entry pairing a device with its triage priority classification.

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-observable:PrioritizedDeviceEntry
solveit-observable:entryDevice owl:ObjectProperty The device in this prioritized entry. uco-observable:Device
solveit-observable:entryPriority owl:ObjectProperty The triage priority classification for this device, using cacontology-forensics:priorityClassification values. owl:Thing

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:PrioritizedDeviceEntry a owl:Class ;
    rdfs:label "Prioritized Device Entry"@en ;
    rdfs:comment "An entry pairing a device with its triage priority classification."@en .