https://ontology.caseontology.org/case/investigation/VictimActionLifecycle
A victim 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 characterized by its potential to be harmed as a result of a crime, accident, or other event or action.
Instances of investigation:VictimActionLifecycle 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:VictimActionLifecycle a owl:Class,
sh:NodeShape ;
rdfs:label "VictimActionLifecycle"@en ;
rdfs:comment "A victim 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 characterized by its potential to be harmed as a result of a crime, accident, or other event or action."@en ;
rdfs:subClassOf action:ActionLifecycle ;
sh:targetClass investigation:VictimActionLifecycle .