Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SHACL - Missing predicate for CertificateInformation #614

Closed
cristianvasquez opened this issue May 17, 2024 · 1 comment
Closed

SHACL - Missing predicate for CertificateInformation #614

cristianvasquez opened this issue May 17, 2024 · 1 comment
Assignees
Labels
aux: 4.1.0-rc.2 errors found in 4.1.0-rc.2 tag module: eSubmission eSubmission
Milestone

Comments

@cristianvasquez
Copy link
Contributor

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

@cristianvasquez
Copy link
Contributor Author

Fixed trough re-generating the Shapes in 4.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aux: 4.1.0-rc.2 errors found in 4.1.0-rc.2 tag module: eSubmission eSubmission
Projects
None yet
Development

No branches or pull requests

4 participants