frictionlessdata / datapackage

Data Package is a standard consisting of a set of simple yet extensible specifications to describe datasets, data files and tabular data. It is a data definition language (DDL) and data API that facilitates findability, accessibility, interoperability, and reusability (FAIR) of data.
https://datapackage.org
The Unlicense
481 stars 109 forks source link

Allow spdx and other license schemes? #855

Open roll opened 7 months ago

roll commented 7 months ago

Overview

For example, spdx is often used in other metadata systems.

Example from Datacite notation:

  "rightsList": [
    {
      "rights": "Creative Commons Attribution 4.0 International",
      "rightsIdentifier": "cc-by-4.0",
      "rightsIdentifierScheme": "spdx",
      "rightsUri": "https://creativecommons.org/licenses/by/4.0/legalcode"
    }
  ]