Ontology Version: 3.0.0

cacontology-institutional:VulnerableChildPhaseValidationShape leaf node


URI

https://cacontology.projectvic.org/institutional-exploitation#VulnerableChildPhaseValidationShape

Label

VulnerableChildPhaseValidationShape

Target Classes (1)

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-institutional: <https://cacontology.projectvic.org/institutional-exploitation#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-institutional:VulnerableChildPhaseValidationShape a sh:NodeShape ;
    sh:message "Vulnerable child phases are anti-rigid temporal stages and cannot be rigid Kinds"@en ;
    sh:not [ sh:property [ sh:class gufo:Kind ;
                    sh:path rdfs:subClassOf ] ] ;
    sh:targetClass cac-core:Phase .