ckan / ckanext-dcat

CKAN ♥ DCAT
164 stars 142 forks source link

Fix behavior if publisher_uri is not available #201

Closed seitenbau-govdata closed 2 years ago

seitenbau-govdata commented 2 years ago

If no URI for the publisher is available in the serialized RDF graph currently always the URL from the organization is used. This can lead to same URI values for different publisher names if there is a publisher name in the RDF graph. To avoid this we should not use the URL from the organization if there is a publisher name but no publisher URI in the serialized RDF graph.

amercader commented 2 years ago

Looks good @seitenbau-govdata !

seitenbau-govdata commented 2 years ago

Thanks a lot @amercader! 😃