-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: Add legal info documentation (DEV-4502) #3513
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
<!--- | ||
* Copyright © 2021 - 2025 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. | ||
* SPDX-License-Identifier: Apache-2.0 | ||
--> | ||
|
||
# Storing Legal Information | ||
|
||
Each file representation in the project data may have legal metadata associated with it. | ||
This metadata is stored in the [FileValue](../02-dsp-ontologies/knora-base.md#filevalue) that represents the file. | ||
|
||
!!! warning "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. | ||
|
||
## 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 [restricts the licenses that can be used](/03-endpoints/api-admin/#get-adminprojectsshortcodeprojectshortcodelegal-infolicenses). | ||
|
||
Currently, the set of allowed licenses is fixed to [our predefined licenses](#predefined-licenses) and cannot be changed by the project. | ||
|
||
## Copyright Holder | ||
|
||
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](/03-endpoints/api-admin/#get-adminprojectsshortcodeprojectshortcodelegal-infocopyright-holders) that can be used. | ||
System project administrators can [add new copyright holders](/03-endpoints/api-admin/#post-adminprojectsshortcodeprojectshortcodelegal-infocopyright-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. | ||
|
||
# Predefined 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](https://www.go-fair.org/fair-principles/). | ||
|
||
- **[Creative Commons](https://creativecommons.org/) Licenses** | ||
- **CC BY 4.0** (Attribution 4.0 International) | ||
- Id: `http://rdfh.ch/licenses/cc-by-4.0` | ||
- URI: [https://creativecommons.org/licenses/by/4.0/](https://creativecommons.org/licenses/by/4.0/) | ||
- Label-En: CC BY 4.0 | ||
- **CC BY-SA 4.0** (Attribution-ShareAlike 4.0 International) | ||
- Id: `http://rdfh.ch/licenses/cc-by-sa-4.0` | ||
- URI: [https://creativecommons.org/licenses/by-sa/4.0/](https://creativecommons.org/licenses/by-sa/4.0/) | ||
- Label-En: CC BY-SA 4.0 | ||
- **CC BY-NC 4.0** (Attribution-NonCommercial 4.0 International) | ||
- Id: `http://rdfh.ch/licenses/cc-by-nc-4.0` | ||
- URI: [https://creativecommons.org/licenses/by-nc/4.0/](https://creativecommons.org/licenses/by-nc/4.0/) | ||
- Label-En: CC BY-NC 4.0 | ||
- **CC BY-NC-SA 4.0** (Attribution-NonCommercial-ShareAlike 4.0 International) | ||
- Id: `http://rdfh.ch/licenses/cc-by-nc-sa-4.0` | ||
- URI: [https://creativecommons.org/licenses/by-nc-sa/4.0/](https://creativecommons.org/licenses/by-nc-sa/4.0/) | ||
- Label-En: CC BY-NC-SA 4.0 | ||
- **CC BY-ND 4.0** (Attribution-NoDerivatives 4.0 International) | ||
- Id: `http://rdfh.ch/licenses/cc-by-nd-4.0` | ||
- URI: [https://creativecommons.org/licenses/by-nd/4.0/](https://creativecommons.org/licenses/by-nd/4.0/) | ||
- Label-En: CC BY-ND 4.0 | ||
- **CC BY-NC-ND 4.0** (Attribution-NonCommercial-NoDerivatives 4.0 International) | ||
- Id: `http://rdfh.ch/licenses/cc-by-nc-nd-4.0` | ||
- URI: [https://creativecommons.org/licenses/by-nc-nd/4.0/](https://creativecommons.org/licenses/by-nc-nd/4.0/) | ||
- Label-En: CC BY-NC-ND 4.0 | ||
- **Special licenses** | ||
- **AI-Generated Content - Not Protected by Copyright** | ||
- Id: `http://rdfh.ch/licenses/ai-generated` | ||
- URI: [http://rdfh.ch/licenses/ai-generated](http://rdfh.ch/licenses/ai-generated) | ||
- Label-En: AI-Generated Content - Not Protected by Copyright | ||
- **Unknown License - Ask Copyright Holder for Permission** | ||
- Id: `http://rdfh.ch/licenses/unknown` | ||
- URI: [http://rdfh.ch/licenses/unknown](http://rdfh.ch/licenses/unknown) | ||
- Label-En: Unknown License - Ask Copyright Holder for Permission | ||
- **Public Domain - Not Protected by Copyright** | ||
- Id: `http://rdfh.ch/licenses/public-domain` | ||
- URI: [http://rdfh.ch/licenses/public-domain](http://rdfh.ch/licenses/public-domain) | ||
- Label-En: Public Domain - Not Protected by Copyright |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This info could be added to the deprecations page, because - while technically not a deprecation, just an API change - eventually it will no longer be possible to create assets without legal info. So I think it would fit quite well with the other deprecations.