https://cacontology.projectvic.org/production#PrimaryProducerShape
Validation shape for primary producer instances.
@prefix cacontology-production: <https://cacontology.projectvic.org/production#> .
@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-production:PrimaryProducerShape a sh:NodeShape ;
rdfs:label "Primary Producer Shape"@en ;
rdfs:comment "Validation shape for primary producer instances."@en ;
sh:property [ sh:datatype xsd:boolean ;
sh:hasValue true ;
sh:maxCount 1 ;
sh:message "Primary producer must have leadership role set to true."@en ;
sh:minCount 1 ;
sh:path cacontology-production:leadershipRole ] ;
sh:targetClass cacontology-production:PrimaryProducer .