Ontology Version: 2.2.0

cacontology-undercover:FollowsPlanShape leaf node


URI

https://cacontology.projectvic.org/undercover#FollowsPlanShape

Label

FollowsPlanShape

Implementation

@prefix cacontology-undercover: <https://cacontology.projectvic.org/undercover#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-undercover:FollowsPlanShape a sh:PropertyShape ;
    sh:class cacontology-undercover:OperationPlan ;
    sh:description "Links operation to operation plan followed" ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "follows plan" ;
    sh:path cacontology-undercover:followsPlan .