Ontology Version: 2.2.0

cacontology-athletic:MaterialBenefitCoercionShape leaf node


URI

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

Label

Material Benefit Coercion Shape

Description

Enhanced validation shape for material benefit coercion with gUFO Situation validation.

Shape Properties

Instances of cacontology-athletic:MaterialBenefitCoercion 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:MaterialBenefitCoercionShape a sh:NodeShape ;
    rdfs:label "Material Benefit Coercion Shape"@en ;
    rdfs:comment "Enhanced validation shape for material benefit coercion with gUFO Situation validation."@en ;
    sh:property [ sh:datatype xsd:string ;
            sh:in ( "equipment" "uniforms" "opportunities" "privileges" "scholarships" "awards" "recognition" "travel" "training" "other" ) ;
            sh:maxCount 1 ;
            sh:message "Material benefit type must be from the allowed list."@en ;
            sh:minCount 1 ;
            sh:path cacontology-athletic:materialBenefitType ] ;
    sh:targetClass cacontology-athletic:MaterialBenefitCoercion .