european-commission-empl / European-Learning-Model

Data Model for the Europass Digital Credentials Infrastructure
European Union Public License 1.2
47 stars 22 forks source link

[EDC-Constraints SHACL] add CredentialProfiles to SHACL constraints #65

Open Esayos opened 1 year ago

Esayos commented 1 year ago

Organisation - EDC Team

a field "CredentialProfiles" should be added to SHACL, with type "Concept" and minCount 1, suggestion:

edc:EuropeanDigitalCredential-cred_credentialProfiles a sh:PropertyShape; sh:path elm:credentialProfiles; sh:class skos:Concept; sh:minCount 1; sh:description "The credential profiles of the european digital credential."@en; sh:name "credential schema"@en; sh:severity sh:Violation;

sh:order 11;

NatasaSofou commented 1 year ago

This property already exists. It is elm:credentialLabel. In this case the property will be renamed to elm:credentialProfileand made mandatory.