https://cacontology.projectvic.org/specialized-units#AffiliateResourceAllocationShape
Validation shape for affiliate resource allocation instances.
@prefix cacontology-specialized: <https://cacontology.projectvic.org/specialized-units#> .
@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:AffiliateResourceAllocationShape a sh:NodeShape ;
rdfs:label "Affiliate Resource Allocation Shape"@en ;
rdfs:comment "Validation shape for affiliate resource allocation instances."@en ;
sh:property [ sh:datatype xsd:decimal ;
sh:maxCount 1 ;
sh:maxInclusive 720.0 ;
sh:message "Resource allocation response time must be between 1 and 720 hours (30 days)."@en ;
sh:minCount 0 ;
sh:minInclusive 1.0 ;
sh:path cacontology-specialized:resourceAllocationResponseTime ] ;
sh:targetClass cacontology-specialized:AffiliateResourceAllocation .