-
Notifications
You must be signed in to change notification settings - Fork 2
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
CIM WG Maintenance Request - Support DCAT3 #47
Comments
Must update the Header and metadata list.xlsx (entsoe.eu) |
For the item:
DIGIN is proposing the following: "dcterms:rights": "© 2023 Copyright",
"dcterms:rightsHolder": "DIGIN",
"dcterms:license": {
"@id": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
"dcterms:title": "CC BY-NC-SA 4.0"
}, Since JSON-LD support compound we can include both the "dcterms:title": "CC BY-NC-SA 4.0" and "@id": "https://creativecommons.org/licenses/by-nc-sa/4.0/" dcterms:license could be exchange as: <dcterms:license>
<rdf:Description rdf:about="https://creativecommons.org/licenses/by-nc-sa/4.0/">
<dcterms:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">CC BY-NC-SA 4.0</dcterms:title>
</rdf:Description>
</dcterms:license> I propose that we have String for rights and rightsHolder and stringIRII for License and we only include the URI. |
Relevant links from DCAT3: DCAT3 recommendation is to use IRI, witch can tehn be URN or URL. This would mean:
Resolvability: Serialization: |
Comment on using Compounds:
|
Description of issue:
Dataset version handling is very important. This is now addressed in DCAT-3 and our Metadata specification should rely on DCAT-3 so that we can easier implement support for Common Energy Data Space.
This change request is addressing the particular need from CSA and are therefor just adding the additional attributes that is needed without evaluating other elements.
Proposed resolution
Suggest to make the following updates:
Update line 161 to refer to DCAT-3.
Update Figure 3 by removing time (it is no longer used) and update the diagram with the changes done on the attributes.
Update Figure 7 based on the update done on the attribues
Update the following attributes in Table 2:
Add the following attributes:
Need to add the addtional fields.
The text was updated successfully, but these errors were encountered: