https://cacontology.projectvic.org/specialized-units#AffiliateNetworkCoordinationShape
Validation shape for affiliate network coordination instances.
@prefix cacontology-specialized: <https://cacontology.projectvic.org/specialized-units#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-specialized:AffiliateNetworkCoordinationShape a sh:NodeShape ;
rdfs:label "Affiliate Network Coordination Shape"@en ;
rdfs:comment "Validation shape for affiliate network coordination instances."@en ;
sh:property [ sh:datatype xsd:string ;
sh:in ( "weekly" "monthly" "quarterly" "semi-annual" "annual" ) ;
sh:maxCount 1 ;
sh:message "Coordination meeting frequency must be from the allowed list."@en ;
sh:minCount 0 ;
sh:path cacontology-specialized:coordinationMeetingFrequency ] ;
sh:targetClass cacontology-specialized:AffiliateNetworkCoordination .