investigation:VictimActionLifecycle leaf node


URI

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

Label

VictimActionLifecycle

Description

A victim action life cycle 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.

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:VictimActionLifecycle a owl:Class,
        sh:NodeShape ;
    rdfs:label "VictimActionLifecycle"@en ;
    rdfs:comment "A victim action life cycle 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 .