Code development platform for open source projects from the European Union institutions 🔵 EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content

The country code is provided for each winner

Rule Definition

Every Winner has a country code.


Additional Information

Rule elaboration

Completeness Business Rule with ID COM009 as defined in deliverable D06.06 – Data Quality Action Plan.

Ontology property involved:http://data.europa.eu/a4g/ontology#hasCountryCode

Rule source

https://code.europa.eu/eproc/ppds/documentation/-/blob/main/documents/d0606_data_quality_action_plan.md#21-completeness-business-rules

Rule implementation

ppsh:Winner-Address-hasCountryCode

Implementation note

Implementation in PPDS SHACL shapes graph:

ppsh:Winner-Address-hasCountryCode a sh:SPARQLConstraint ;
    sh:message "COM009" ;
    sh:name "Country code of the Winner is provided. " ;
    sh:description "In case of several Winners, the business rule is executed for each Winner provided in the notice" ;
    sh:severity sh:Warning ;
    sh:prefixes epo: , xsd:, cccev: ;
    sh:targetClass epo:Winner ;
    sh:select """
        SELECT $this (epo:hasCountryCode as ?path) (?countryCode as ?value)
             WHERE {
                    $this epo:playedBy ?organisation .
                    ?organisation cccev:registeredAddress ?address .
                    FILTER NOT EXISTS {
                        ?address epo:hasCountryCode ?countryCode .
                    }
        }

https://sdlc.webcloud.ec.europa.eu/ppds/docker/ppds-shacl-shapes/-/blob/featured/revision_0.3.3/ppds-shapes.ttl?ref_type=heads

Related rules

#20

#47

#48

#72

#73

#74

#86

#93

Related generic rule

(If the rule is a specialisation of a generic rule registered in this Rulebook, the URL of that generic rule is provided here.)

History note

(If applicable, add here a note about a previous state of the rule, before the Rulebook)

Edited by Enrique Jose Barcala Soto