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 predicate for CertificateInformation #614

Open cristianvasquez opened 1 month ago

cristianvasquez commented 1 month ago

The summarisesInformationAboutCertificate predicate is missing in the SHACL shape for CertificateInformation of the eSubmission module, for the pre-release 4.1.0-rc.2.

sub-shape:epo-sub-CertificateInformation a sh:NodeShape ;
    rdfs:label "Certificate information" ;
    rdfs:comment "Information about a Certificate. WG approval 12/03/2024" ;
    rdfs:isDefinedBy sub-shape:sub-shape ;
    sh:property sub-shape:epo-sub-CertificateInformation-dct-description,
        sub-shape:epo-sub-CertificateInformation-epo-sub-coversAllSelectionCriteria ;
    sh:targetClass :CertificateInformation .

sub-shape:epo-sub-CertificateInformation-dct-description a sh:PropertyShape ;
    rdfs:isDefinedBy sub-shape:sub-shape ;
    sh:datatype rdf:PlainLiteral ;
    sh:description "An account of the resource. Additional Information: Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. WG Approval 30/05/2023" ;
    sh:maxCount 1 ;
    sh:name "Description" ;
    sh:path dcterms:description .

sub-shape:epo-sub-CertificateInformation-epo-sub-coversAllSelectionCriteria a sh:PropertyShape ;
    rdfs:isDefinedBy sub-shape:sub-shape ;
    sh:datatype xsd:boolean ;
    sh:description "Indicator that the Certificate proves whether the Organization fulfils all Selection Criteria. WG approval 12/03/2024" ;
    sh:maxCount 1 ;
    sh:name "Covers all selection criteria" ;
    sh:path :coversAllSelectionCriteria .

Querying the Enterprise architect directly:

Image