https://cacontology.projectvic.org/recruitment-networks/shapes#CoercedPeerRecruitmentShape
Validation shape for coerced peer recruitment instances.
Instances of cacontology-recruitment:CoercedPeerRecruitment can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-recruitment:VictimMediatedRecruitment | ||||
| cacontology-recruitment:facilitatedBy | 1 | 1 |
uco-identity:Person
|
|
| cacontology-recruitment:recruitmentAttempts | 0 | 1 |
xsd:nonNegativeInteger
|
|
| cacontology-recruitment:successfulRecruitments | 0 | 1 |
xsd:nonNegativeInteger
|
|
@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:CoercedPeerRecruitmentShape a sh:NodeShape ;
rdfs:label "Coerced Peer Recruitment Shape"@en ;
rdfs:comment "Validation shape for coerced peer recruitment instances."@en ;
sh:property [ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:maxLength 500 ;
sh:message "Coerced recruitment must have description 10-500 characters."@en ;
sh:minCount 1 ;
sh:minLength 10 ;
sh:path uco-core:description ] ;
sh:targetClass cacontology-recruitment:CoercedPeerRecruitment .