investigation:SubjectActionLifecycle leaf node


URI

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

Label

SubjectActionLifecycle

Description

A subject action lifecycle is an action pattern consisting of an ordered set of multiple actions or subordinate action-lifecycles performed by an entity acting in a role whose conduct may be within the scope of an investigation.

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:SubjectActionLifecycle a owl:Class,
        sh:NodeShape ;
    rdfs:label "SubjectActionLifecycle"@en ;
    rdfs:comment "A subject action lifecycle is an action pattern consisting of an ordered set of multiple actions or subordinate action-lifecycles performed by an entity acting in a role whose conduct may be within the scope of an investigation."@en ;
    rdfs:subClassOf action:ActionLifecycle ;
    sh:targetClass investigation:SubjectActionLifecycle .