Ontology Version: 2.2.0

cacontology-stranger:ResultsInRecoveryShape leaf node


URI

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

Label

ResultsInRecoveryShape

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:ResultsInRecoveryShape a sh:PropertyShape ;
    sh:class cacontology-stranger:VictimRecovery ;
    sh:description "Links abduction to victim recovery" ;
    sh:maxCount 1 ;
    sh:minCount 0 ;
    sh:name "results in recovery" ;
    sh:path cacontology-stranger:resultsInRecovery .