OP-TED / ePO

The eProcurement Ontology provides the formal, semantic foundation for the creation and reuse of linked open data in the domain of public procurement in the EU.
European Union Public License 1.2
57 stars 18 forks source link

SHACL - Missing predicates for ESPDRequest #613

Open cristianvasquez opened 1 month ago

cristianvasquez commented 1 month ago

Some predicates are missing in the SHACL shape for ESPDRequest of the e-access module, for the pre-release 4.1.0-rc.2.

It currently describes no predicates.

acc-shape:epo-acc-ESPDRequest a sh:NodeShape ;
    rdfs:label "E s p d request" ;
    rdfs:comment "An updated self-declaration used by the economic operator as a preliminary evidence in replacement of certificates issued by public authorities or third parties confirming that the economic operator fulfils the Exclusion Grounds and the Selection Criteria set out by the Buyer for a specific Procurement. WG Approval 05/03/2024" ;
    rdfs:isDefinedBy acc-shape:acc-shape ;
    sh:targetClass :ESPDRequest .

Querying the Enterprise Architect file directly I get 3 predicates, specifiesProcurementCriterion, refersToNotice and concernsProcedure.

png