Ontology Version: 2.2.0

cacontology-stranger:RequiresRescueShape leaf node


URI

https://cacontology.projectvic.org/stranger-abduction#RequiresRescueShape

Label

RequiresRescueShape

Implementation

@prefix cacontology-stranger: <https://cacontology.projectvic.org/stranger-abduction#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-stranger:RequiresRescueShape a sh:PropertyShape ;
    sh:class cacontology-stranger:RescueOperation ;
    sh:description "Links recovery to rescue operation" ;
    sh:maxCount 1 ;
    sh:minCount 0 ;
    sh:name "requires rescue" ;
    sh:path cacontology-stranger:requiresRescue .