Skip to content

Storing Legal Information

Each file representation in the project data may have legal metadata associated with it. This metadata is stored in the FileValue that represents the file.

Legal Information Will Become Mandatory

Currently, the legal information on the FileValue is optional. This will change in the future when License, Authorship, and Copyright Holder will become mandatory.

The copyright holder of the file. A copyright holder is a person or organization that holds the copyright to a file.

Each project references an allowed list of copyright holders that can be used.
System project administrators can add new copyright holders to the list.

Authorship

The authorship of the file. This can be a person or an organization who was involved in creating the asset, also known as moral rights to the asset.

License

The license under which the file is published. A license has the following properties:

  • uri - this is a URI that identifies the license.
  • label-en - this is a human-readable label for the license in English.
  • id - this is a unique identifier as an IRI for the license.

Each project knows which licenses are available. From the set of available licenses a project must enable the licenses it needs. New projects will be created with the DaSCH recommended licenses enabled. Only enabled licenses are allowed to be used for project data.

Currently, the set of available licenses is fixed and cannot be changed by the project.

Available Licenses

We encourage the use of Creative Commons licenses for the publication of data.
Notable CC BY 4.0 (Attribution 4.0 International) and CC BY-SA 4.0 (Attribution-ShareAlike 4.0 International) licenses are well suited for FAIR content.

Other Licenses