investigation:ExaminerActionLifecylce leaf node


URI

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

Label

ExaminerActionLifecylce

Description

An examiner action life cycle 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://unifiedcyberontology.org/ontology/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:ExaminerActionLifecylce a owl:Class,
        sh:NodeShape ;
    rdfs:label "ExaminerActionLifecylce"@en ;
    rdfs:comment "An examiner action life cycle 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 .