https://cacontology.projectvic.org/prevention#TeacherTrainingShape
Validation shape for teacher training instances.
Instances of cacontology-prevention:TeacherTraining 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:TeacherTrainingShape a sh:NodeShape ;
rdfs:label "Teacher Training Shape"@en ;
rdfs:comment "Validation shape for teacher training instances."@en ;
sh:property [ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:message "Teacher training must specify start time."@en ;
sh:minCount 1 ;
sh:path uco-core:startTime ] ;
sh:targetClass cacontology-prevention:TeacherTraining .