Skip to content
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

Enhancement: add “no license” or “unknown license” to glossary #159

Closed
effjot opened this issue Jun 19, 2023 · 3 comments
Closed

Comments

@effjot
Copy link
Contributor

effjot commented Jun 19, 2023

Similar to the “unknown“ publication frequency, it would be useful to document if there is no license and/or license terms are unknown and if confidentiality is unknown.

Suggested addition to glossary:

field = 'dataset.license'
code = 'NO'
label_en = 'No or unknown license'
description_en = 'Dataset has been published explicitly without license or no license conditions have been documented'

field = 'dataset.confidentiality'
code = 'UNK'
label_en = 'Unknown'
description_en = 'Access restrictions for this dataset are unknown'

The cases of explictly no license and unknown licenses could be separated, if there is an use case for that.

I could prepare a PR if you like.

@Gustry
Copy link
Member

Gustry commented Jun 19, 2023

It's indeed different than a "NULL" value in the DB.
It looks fine for me.

@effjot
Copy link
Contributor Author

effjot commented Jun 19, 2023

I have just realised that unkown publication frequency was a local addition and is not in the main branch. ;-)

So maybe add that as well:

field = 'dataset.publication_frequency'
code = 'UNK'
label_en = 'Unknown'
description_en = 'Frequency of maintenance for the data is not known'

@effjot
Copy link
Contributor Author

effjot commented Dec 22, 2023

Fixed by PR #103

@effjot effjot closed this as completed Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants