https://cacontology.projectvic.org/recruitment-networks/shapes#AttendanceProblemsShape
Validation shape for attendance problems instances.
Instances of cacontology-recruitment:AttendanceProblems can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-recruitment:AttendanceProblems | ||||
| cacontology-recruitment:attendanceRate | 1 | 1 |
xsd:decimal
|
|
| cacontology-recruitment:SchoolVulnerabilityFactor | ||||
| cacontology-recruitment:vulnerabilityScore | 0 | 1 |
xsd:decimal
|
|
| 1 | 1 |
xsd:string
|
||
@prefix cacontology-recruitment: <https://cacontology.projectvic.org/recruitment-networks#> .
@prefix cacontology-recruitment-shapes: <https://cacontology.projectvic.org/recruitment-networks/shapes#> .
@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-recruitment-shapes:AttendanceProblemsShape a sh:NodeShape ;
rdfs:label "Attendance Problems Shape"@en ;
rdfs:comment "Validation shape for attendance problems instances."@en ;
sh:property [ sh:datatype xsd:decimal ;
sh:maxCount 1 ;
sh:maxInclusive 1.0 ;
sh:message "Attendance rate must be 0.0-1.0 (percentage)."@en ;
sh:minCount 1 ;
sh:minInclusive 0.0 ;
sh:path cacontology-recruitment:attendanceRate ] ;
sh:targetClass cacontology-recruitment:AttendanceProblems .