https://cacontology.projectvic.org/production#ExtendedProductionOperationShape
Validation shape for extended production operation 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:ExtendedProductionOperationShape a sh:NodeShape ;
rdfs:label "Extended Production Operation Shape"@en ;
rdfs:comment "Validation shape for extended production operation instances."@en ;
sh:property [ sh:datatype xsd:decimal ;
sh:maxCount 1 ;
sh:maxInclusive 3650.0 ;
sh:message "Extended operation duration must be between 7 days and 10 years."@en ;
sh:minCount 1 ;
sh:minInclusive 7.0 ;
sh:path cacontology-production:operationDuration ],
[ sh:datatype xsd:nonNegativeInteger ;
sh:maxCount 1 ;
sh:maxInclusive 5000 ;
sh:message "Extended operation must have between 5 and 5000 total sessions."@en ;
sh:minCount 1 ;
sh:minInclusive 5 ;
sh:path cacontology-production:totalSessions ] ;
sh:targetClass cacontology-production:ExtendedProductionOperation .