https://cacontology.projectvic.org/specialized-units#AffiliateJointOperationShape
Validation shape for affiliate joint operation instances.
@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 uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-specialized:AffiliateJointOperationShape a sh:NodeShape ;
rdfs:label "Affiliate Joint Operation Shape"@en ;
rdfs:comment "Validation shape for affiliate joint operation instances."@en ;
sh:property [ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:message "Affiliate joint operation must specify start time."@en ;
sh:minCount 1 ;
sh:path uco-core:startTime ],
[ sh:datatype xsd:nonNegativeInteger ;
sh:maxCount 1 ;
sh:maxInclusive 1000 ;
sh:message "Joint operation count must be between 1 and 1000 when specified."@en ;
sh:minCount 0 ;
sh:minInclusive 1 ;
sh:path cacontology-specialized:jointOperationCount ] ;
sh:targetClass cacontology-specialized:AffiliateJointOperation .