europarl / dcat-ep

The DCAT-AP profile of the European Parliament.
https://europarl.github.io/dcat-ep
1 stars 1 forks source link

Missing sh:node constraint for spdx:checksum #23

Closed andrea-perego closed 3 months ago

andrea-perego commented 1 year ago

The property shape for spdx:checksum is currently defined as follows:

https://github.com/europarl/dcat-ep/blob/2f920e96f60a3c0fcc3207f2c5eec472dcb90cc4/0.3/dcat-ep.shacl.ttl#L1469-L1477

The following sh:node constraint should be added, to state that the values of spdx:checksum must be instances of class spdx:Checksum:

sh:node spdx:Checksum ;
andrea-perego commented 11 months ago

This issue is being fixed in the DCAT-EP editor's draft - see PR https://github.com/europarl/dcat-ep/pull/28