https://ontology.caseontology.org/case/investigation/SubjectActionLifecycle
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.
Instances of investigation:SubjectActionLifecycle can have the following properties:
@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 .