https://cacontology.projectvic.org/specialized-units#InterAffiliateResourceSharingShape
Validation shape for inter-affiliate resource sharing 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:InterAffiliateResourceSharingShape a sh:NodeShape ;
rdfs:label "Inter-Affiliate Resource Sharing Shape"@en ;
rdfs:comment "Validation shape for inter-affiliate resource sharing instances."@en ;
sh:property [ sh:datatype xsd:string ;
sh:in ( "daily" "weekly" "monthly" "quarterly" "annual" "as_needed" ) ;
sh:maxCount 1 ;
sh:message "Resource sharing frequency must be from the allowed list."@en ;
sh:minCount 0 ;
sh:path cacontology-specialized:resourceSharingFrequency ] ;
sh:targetClass cacontology-specialized:InterAffiliateResourceSharing .