https://cacontology.projectvic.org/prevention#SchoolCounselorTrainingShape
Validation shape for school counselor training instances.
Instances of cacontology-prevention:SchoolCounselorTraining can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@prefix cacontology-prevention: <https://cacontology.projectvic.org/prevention#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-prevention:SchoolCounselorTrainingShape a sh:NodeShape ;
rdfs:label "School Counselor Training Shape"@en ;
rdfs:comment "Validation shape for school counselor training instances."@en ;
sh:property [ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:message "School counselor training must specify start time."@en ;
sh:minCount 1 ;
sh:path uco-core:startTime ] ;
sh:targetClass cacontology-prevention:SchoolCounselorTraining .