Closed riccardoAlbertoni closed 2 years ago
Should we turn all the occurences of "in the context of DCAT 2" inseted in the skos:scopeNotes
to "in the context of DCAT 3"?
Or do we prefer to update only the skos:scopeNotes
that have changed by DCAT 3?
If you think that keeping track of when a property has been added is advisable, please consider that independently from the decision on skos:scopeNotes
, the history is registered anyway, as we have used skos:changeNote
to specify whether the property/class was adopted in DCAT 2 or 3.
After discussion in DCAT subgroup https://www.w3.org/2022/11/03-dxwgdcat-minutes, we agreed:
skos:changeNote "Property added in this context in DCAT 2.0."@en ;
to track when each term has been included.skos:changeNote "Property added in this context in DCAT 3.0."@en
; skos:scopeNote
and skos:definition
by turning “in the context of DCAT 2" to "in the context of DCAT"
, we update the existing notes/definition with the novel versions. skos:definition "The checksumValue property provides a lowercase hexadecimal encoded digest value produced using a specific algorithm [SPDX]."@en
I have completed the work required on the turtle for external terms. Updated DCAT mentions and implemented the changes required by Andrea. I think this is ready for merge, so I ask the co-editors to review the PR, and if they do not find issues, we can merge this PR.
Attempt to address #1498. Closes #1498