Ontology Version: 3.0.0

cacontology-training:CommunityEducationTrainingShape leaf node


URI

https://cacontology.projectvic.org/training#CommunityEducationTrainingShape

Label

Community Education Training Shape

Description

Validation shape for community education training instances.

Shape Properties

Instances of cacontology-training:CommunityEducationTraining can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-training:CommunityEducationTraining
cacontology-training:trainingDuration 0 1 xsd:decimal
cacontology-training:ChildProtectionTraining
cacontology-training:trainingDuration 0 1 xsd:decimal
cacontology-training:InternationalTraining
cacontology-training:completionRate 0 1 xsd:decimal
cacontology-training:participationRate 0 1 xsd:decimal
cacontology-training:trainingDuration 0 1 xsd:decimal
cacontology-training:trainingLanguage 0 10 xsd:string
cacontology-training:trainingReachCount 0 1 xsd:nonNegativeInteger
0 1 xsd:dateTime
1 1 xsd:string
1 1 xsd:dateTime

Implementation

@prefix cacontology-training: <https://cacontology.projectvic.org/training#> .
@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-training:CommunityEducationTrainingShape a sh:NodeShape ;
    rdfs:label "Community Education Training Shape"@en ;
    rdfs:comment "Validation shape for community education training instances."@en ;
    sh:property [ sh:datatype xsd:decimal ;
            sh:maxCount 1 ;
            sh:maxInclusive 40.0 ;
            sh:message "Community education training duration should be between 0.5 and 40 hours."@en ;
            sh:minCount 0 ;
            sh:minInclusive 0.5 ;
            sh:path cacontology-training:trainingDuration ] ;
    sh:targetClass cacontology-training:CommunityEducationTraining .