Ontology Version: 2.2.0

cacontology-specialized:AffiliatePerformanceAssessmentShape leaf node


URI

https://cacontology.projectvic.org/specialized-units#AffiliatePerformanceAssessmentShape

Label

Affiliate Performance Assessment Shape

Description

Validation shape for affiliate performance assessment instances.

Implementation

@prefix cacontology-specialized: <https://cacontology.projectvic.org/specialized-units#> .
@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-specialized:AffiliatePerformanceAssessmentShape a sh:NodeShape ;
    rdfs:label "Affiliate Performance Assessment Shape"@en ;
    rdfs:comment "Validation shape for affiliate performance assessment instances."@en ;
    sh:property [ sh:datatype xsd:decimal ;
            sh:maxCount 1 ;
            sh:maxInclusive 1.0 ;
            sh:message "Performance score must be between 0.0 and 1.0."@en ;
            sh:minCount 0 ;
            sh:minInclusive 0.0 ;
            sh:path cacontology-specialized:performanceScore ] ;
    sh:targetClass cacontology-specialized:AffiliatePerformanceAssessment .