https://ontology.solveit-df.org/solveit/observable/PrioritizedDeviceEntry
An entry pairing a device with its triage priority classification.
Instances of solveit-observable:PrioritizedDeviceEntry can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| 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 |
@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 .