investigation:VictimActionLifecycle leaf node


URI

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

Label

VictimActionLifecycle

Description

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.

Shape Properties

Instances of investigation:VictimActionLifecycle can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

action:ActionLifecycle
action:actionCount 0 xsd:nonNegativeInteger
action:actionStatus 0
action:endTime 0 xsd:dateTime
action:error 0 core:UcoObject
action:phase 1 1 action:ArrayOfAction
action:startTime 0 xsd:dateTime
action:Action
action:actionCount 1 xsd:nonNegativeInteger
action:actionStatus 1 vocabulary:ActionStatusTypeVocab
action:endTime 1 xsd:dateTime
action:environment 1 core:UcoObject
action:error core:UcoObject
action:instrument core:UcoObject
action:location location:Location
action:object core:UcoObject
action:participant core:UcoObject
action:performer 1 core:UcoObject
action:result core:UcoObject
action:startTime 1 xsd:dateTime
action:subaction action:Action
core:UcoObject
core:createdBy 1 core:IdentityAbstraction
core:description xsd:string
core:externalReference 0 core:ExternalReference
core:hasFacet core:Facet
core:modifiedTime xsd:dateTime
core:name 1 xsd:string
core:objectCreatedTime 1 xsd:dateTime
core:objectMarking core:MarkingDefinitionAbstraction
core:specVersion 1 xsd:string
core:tag xsd:string

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: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 .