ckan / ckanext-dcat

CKAN ♥ DCAT
https://docs.ckan.org/projects/ckanext-dcat
167 stars 146 forks source link

Manage downloadURL or accessURL #130

Closed seitenbau-govdata closed 6 years ago

seitenbau-govdata commented 6 years ago

Fixes #2.

Introduces a new property access_url for resources.

When parsing a dataset from RDF, the resource's url is set to downloadURL if present, with fallback to accessURL.

For serialization, access_url is used if available, and otherwise the old behavior is preserved (only add accessURL if it differs from downloadURL).

amercader commented 6 years ago

Thanks @seitenbau-govdata! and sorry about taking a bit to merge

seitenbau-govdata commented 6 years ago

Thank's for your work and time @amercader !