Ontology Version: 2.2.0

cacontology-recruitment-shapes:CoercedPeerRecruitmentShape leaf node


URI

https://cacontology.projectvic.org/recruitment-networks/shapes#CoercedPeerRecruitmentShape

Label

Coerced Peer Recruitment Shape

Description

Validation shape for coerced peer recruitment instances.

Shape Properties

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

Implementation

@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 .