solveit-observable:entryPriority leaf node


URI

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

Label

entry priority

Description

The triage priority classification for this device, using cacontology-forensics:priorityClassification values.

Usage

DOMAINPROPERTYRANGE
solveit-observable:PrioritizedDeviceEntry solveit-observable:entryPriority owl:Thing (inferred)

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:entryPriority a owl:ObjectProperty ;
    rdfs:label "entry priority"@en ;
    rdfs:comment "The triage priority classification for this device, using cacontology-forensics:priorityClassification values."@en ;
    rdfs:domain solveit-observable:PrioritizedDeviceEntry .