https://cacontology.projectvic.org/street#RapidEscalationRecruitmentShape
Validation shape for rapid escalation recruitment instances.
Instances of cacontology-street:RapidEscalationRecruitment can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-street:RapidEscalationRecruitment | ||||
| cacontology-street:escalationTimeframe | 0 | 1 |
xsd:decimal
|
|
@prefix cacontology-street: <https://cacontology.projectvic.org/street#> .
@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-street:RapidEscalationRecruitmentShape a sh:NodeShape ;
rdfs:label "Rapid Escalation Recruitment Shape"@en ;
rdfs:comment "Validation shape for rapid escalation recruitment instances."@en ;
sh:property [ sh:datatype xsd:decimal ;
sh:maxCount 1 ;
sh:message "Escalation timeframe must be a non-negative decimal value in hours."@en ;
sh:minCount 0 ;
sh:minInclusive 0.0 ;
sh:path cacontology-street:escalationTimeframe ] ;
sh:targetClass cacontology-street:RapidEscalationRecruitment .