Maximum number of received tenders
Rule Definition
The Number of received tenders is within a reasonable range (below 250 tenders).
Additional Information
Rule elaboration
This rule intends to remove from the data analysis those extreme/outlier values detected for the number of received tenders.
Rule source
PPDS Community Workshops
Rule implementation
(Provide only URIs of formal encodings of the rules for execution. These are typically URIs of SHACL rules or RML maps. Each URI should be provided on a new line with no additional information)
Implementation note
Implementation in the SHACL:
ppsh:SubmissionStatisticalInformation-hasReceivedSMETenders-upper-limit a sh:PropertyShape ;
sh:description "Number of received SME tenders should be within a reasonable range (max 250)." ;
sh:maxExclusive 250 ;
sh:severity sh:Warning ;
sh:message "ACC007" ;
sh:name "Number of received SME tenders upper limit" ;
sh:path epo:hasReceivedSMETenders .
SHACL file implementing the data quality rules: https://sdlc.webcloud.ec.europa.eu/ppds/docker/ppds-shacl-shapes/-/blob/main/ppds-shapes.ttl?ref_type=heads
Related rules
N/A
Related generic rule
N/A
History note
(If applicable, add here a note about a previous state of the rule, before the Rulebook)