Ontology Version: 2.2.0

cacontology-street:EscapeAttemptShape leaf node


URI

https://cacontology.projectvic.org/street#EscapeAttemptShape

Label

Escape Attempt Shape

Description

Validation shape for escape attempt instances.

Shape Properties

Instances of cacontology-street:EscapeAttempt can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-street:VictimResistance
cacontology-street:resistanceLevel 0 1 xsd:string
cacontology-street:VictimStreetResponse
cacontology-street:responseType 0 1 xsd:string

Implementation

@prefix cacontology-street: <https://cacontology.projectvic.org/street#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-street:EscapeAttemptShape a sh:NodeShape ;
    rdfs:label "Escape Attempt Shape"@en ;
    rdfs:comment "Validation shape for escape attempt instances."@en ;
    sh:targetClass cacontology-street:EscapeAttempt .