Ontology Version: 3.0.0

cacontology:VictimRescueActionShape leaf node


URI

https://cacontology.projectvic.org#VictimRescueActionShape

Label

Victim Rescue Action Shape

Target Classes (1)

Shape Properties

Instances of cacontology:VictimRescueAction can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology: <https://cacontology.projectvic.org#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-action: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology:VictimRescueActionShape a sh:NodeShape ;
    rdfs:label "Victim Rescue Action Shape"@en ;
    sh:property [ sh:class cacontology:RescuerRole ;
            sh:message "Victim rescue action must have rescuer performer"@en ;
            sh:minCount 1 ;
            sh:path uco-action:performer ],
        [ sh:class cac-core:Situation ;
            sh:message "Rescue action should create situation"@en ;
            sh:path cacontology:createsSituation ] ;
    sh:targetClass cacontology:VictimRescueAction .