Ontology Version: 2.2.0

cacontology-athletic:TeamMembershipCoercionShape leaf node


URI

https://cacontology.projectvic.org/athletic#TeamMembershipCoercionShape

Label

Team Membership Coercion Shape

Description

Enhanced validation shape for team membership coercion with gUFO Situation validation.

Shape Properties

Instances of cacontology-athletic:TeamMembershipCoercion can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

@prefix cacontology-athletic: <https://cacontology.projectvic.org/athletic#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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-athletic:TeamMembershipCoercionShape a sh:NodeShape ;
    rdfs:label "Team Membership Coercion Shape"@en ;
    rdfs:comment "Enhanced validation shape for team membership coercion with gUFO Situation validation."@en ;
    sh:property [ sh:datatype xsd:string ;
            sh:in ( "vague" "specific" "detailed" "explicit" ) ;
            sh:maxCount 1 ;
            sh:message "Threat specificity must be one of: vague, specific, detailed, explicit."@en ;
            sh:minCount 1 ;
            sh:path cacontology-athletic:threatSpecificity ] ;
    sh:targetClass cacontology-athletic:TeamMembershipCoercion .