Ontology Version: 2.2.0

cacontology-detection:COPINEClassificationGUFOShape leaf node


URI

https://cacontology.projectvic.org/detection#COPINEClassificationGUFOShape

Label

COPINE Classification gUFO Shape

Description

Validates COPINE classification concept instances with gUFO enhancements.

Implementation

@prefix cacontology-detection: <https://cacontology.projectvic.org/detection#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-detection:COPINEClassificationGUFOShape a sh:NodeShape ;
    rdfs:label "COPINE Classification gUFO Shape"@en ;
    rdfs:comment "Validates COPINE classification concept instances with gUFO enhancements."@en ;
    sh:property [ sh:maxCount 1 ;
            sh:maxLength 100 ;
            sh:message "COPINE classification must have a preferred label (5-100 characters)"@en ;
            sh:minCount 1 ;
            sh:minLength 5 ;
            sh:path skos:prefLabel ],
        [ sh:maxCount 1 ;
            sh:maxLength 500 ;
            sh:message "COPINE classification must have a definition (10-500 characters)"@en ;
            sh:minCount 1 ;
            sh:minLength 10 ;
            sh:path skos:definition ],
        [ sh:hasValue cacontology-detection:COPINEClassificationScheme ;
            sh:maxCount 1 ;
            sh:message "COPINE classification must be in the COPINE Classification Scheme"@en ;
            sh:minCount 1 ;
            sh:path skos:inScheme ] ;
    sh:targetNode cacontology-detection:copine-1,
        cacontology-detection:copine-10,
        cacontology-detection:copine-4,
        cacontology-detection:copine-7,
        cacontology-detection:copine-8 .