ckan / ckanext-dcat

CKAN ♥ DCAT
164 stars 142 forks source link

License missing #182

Closed gallexme closed 1 year ago

gallexme commented 4 years ago

Hey,

what am im doing wrong if i set the Licence as usual in the Dataset, and the Distributions dont get a License Field???/the DCAT Catalogue doesnt have any license :(

shouldnt the license of the Dataset be copied to all Distributions(Aka Ressources in CKAN?)

amercader commented 4 years ago

Looks like the graph_from_dataset() method of the base profile doesn't try to import the dataset license to the distributions (the inverse, distribution license -> dataset license, was implemented a while ago) This would be need to be implemented.

gallexme commented 4 years ago

Would it be possible to have it implemented, since Licenses are Very important dont you think ? :) , and reading it from the Dataset which already has the License seems like the first logical step, sorry i am just slightly flabbergasted that licenses are not working in a 5 year old Open Data focused Project.

Feature idea:

  1. Read License from Dataset
  2. Output it in the DCAT Formats
ondics commented 2 years ago

Why not just enabling the administration of resource licences in the ckan core user interface?

seitenbau-govdata commented 1 year ago

Now there is a configuration option https://github.com/ckan/ckanext-dcat#inherit-license-from-the-dataset-as-fallback-in-distributions to enable the inheritance of the license from the dataset to the distributions.