Giter VIP home page Giter VIP logo

Comments (4)

Sveino avatar Sveino commented on September 26, 2024

Must update the Header and metadata list.xlsx (entsoe.eu)

from energy-reference-data.

Sveino avatar Sveino commented on September 26, 2024

For the item:

Should consider changing the following from String to stringIRI and it shall be serialized as literal.
dcterms:license
dcterms:rights
dcterms:rightHolder

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.

from energy-reference-data.

Haigutus avatar Haigutus commented on September 26, 2024

Relevant links from DCAT3:
https://www.w3.org/TR/vocab-dcat-3/#license-rights
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_license
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_license

DCAT3 recommendation is to use IRI, witch can tehn be URN or URL. This would mean:

  1. In case of open licence, use URL defined here https://creativecommons.org/about/cclicenses/
  2. In case custom/internal licence/contract, create a unique URN on internal URL

Resolvability:
In case of IRI, the resource is not expected to be available within the same resource, will be dangling reference in most cases
In case it is URL, it does not need to resolvable

Serialization:
Shall be IRI. Meaning in case of RDF/XML it is in the xml object with tag rdf:resource and in case of JSONLD @id

from energy-reference-data.

Haigutus avatar Haigutus commented on September 26, 2024

Comment on using Compounds:

  1. Help users to get access to most relevant information of a resource without resolving it
  2. The main source is still available at the source ID
  3. Compound may not be up to date
  4. Compound may contain only some of the original resource attributes (usually only the ones that are most relevant to receiver)

from energy-reference-data.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.