https://cacontology.projectvic.org/recruitment-networks/shapes#RecruitmentTimingShape
Validation shape for recruitment timing instances.
Instances of cacontology-recruitment:RecruitmentTiming can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@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 uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-recruitment-shapes:RecruitmentTimingShape a sh:NodeShape ;
rdfs:label "Recruitment Timing Shape"@en ;
rdfs:comment "Validation shape for recruitment timing instances."@en ;
sh:property [ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:message "Recruitment timing may have start time."@en ;
sh:minCount 0 ;
sh:path uco-core:startTime ],
[ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:message "Recruitment timing may have end time."@en ;
sh:minCount 0 ;
sh:path uco-core:endTime ] ;
sh:targetClass cacontology-recruitment:RecruitmentTiming .