Ontology Version: 2.2.0

cacontology-enterprises:GufoParticipationValidationShape leaf node


URI

https://cacontology.projectvic.org/extremist-enterprises#GufoParticipationValidationShape

Label

GufoParticipationValidationShape

Target Classes (1)

Shape Properties

Instances of uco-identity:Person can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

uco-identity:Person
cacontology-enterprises:participatesInCoercion cacontology-enterprises:SelfHarmCoercion
cacontology-enterprises:participatesInRecruitment cacontology-enterprises:ContentBasedRecruitment

Implementation

@prefix cacontology-enterprises: <https://cacontology.projectvic.org/extremist-enterprises#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-identity: <https://ontology.unifiedcyberontology.org/uco/identity/> .
cacontology-enterprises:GufoParticipationValidationShape a sh:NodeShape ;
    sh:property [ sh:class cacontology-enterprises:SelfHarmCoercion ;
            sh:message "Person participation in coercion must link to valid coercion events."@en ;
            sh:path cacontology-enterprises:participatesInCoercion ],
        [ sh:class cacontology-enterprises:ContentBasedRecruitment ;
            sh:message "Person participation in recruitment must link to valid recruitment events."@en ;
            sh:path cacontology-enterprises:participatesInRecruitment ] ;
    sh:targetClass uco-identity:Person .