investigation:ExaminerActionLifecycle leaf node


URI

https://ontology.caseontology.org/case/investigation/ExaminerActionLifecycle

Label

ExaminerActionLifecycle

Description

An examiner action lifecycle is an action pattern consisting of an ordered set of actions or subordinate action-lifecycles performed by an entity acting in a role involved in providing scientific evaluations of evidence that is used to aid law enforcement investigations and court cases.

Implementation

@prefix action: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix investigation: <https://ontology.caseontology.org/case/investigation/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .

investigation:ExaminerActionLifecycle a owl:Class,
        sh:NodeShape ;
    rdfs:label "ExaminerActionLifecycle"@en ;
    rdfs:comment "An examiner action lifecycle is an action pattern consisting of an ordered set of actions or subordinate action-lifecycles performed by an entity acting in a role involved in providing scientific evaluations of evidence that is used to aid law enforcement investigations and court cases."@en ;
    rdfs:subClassOf action:ActionLifecycle ;
    sh:targetClass investigation:ExaminerActionLifecylce .