https://cacontology.projectvic.org/detection#SARClassificationGUFOShape
Validates SAR classification concept instances with gUFO enhancements.
@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:SARClassificationGUFOShape a sh:NodeShape ;
rdfs:label "SAR Classification gUFO Shape"@en ;
rdfs:comment "Validates SAR classification concept instances with gUFO enhancements."@en ;
sh:property [ sh:maxCount 1 ;
sh:maxLength 100 ;
sh:message "SAR 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 "SAR classification must have a definition (10-500 characters)"@en ;
sh:minCount 1 ;
sh:minLength 10 ;
sh:path skos:definition ],
[ sh:hasValue cacontology-detection:SARClassificationScheme ;
sh:maxCount 1 ;
sh:message "SAR classification must be in the SAR Classification Scheme"@en ;
sh:minCount 1 ;
sh:path skos:inScheme ] ;
sh:targetNode cacontology-detection:sar-1,
cacontology-detection:sar-2,
cacontology-detection:sar-3,
cacontology-detection:sar-4,
cacontology-detection:sar-5 .