You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
While many of the fieldnames are derived from DCAT it looks like format and mediaType were mixed up. The way that format is used here is really what mediaType is meant for (referring to IANA, aka MIME type). The distinction is described here: http://www.w3.org/TR/vocab-dcat/#Property:distribution_media_type
As a recommendation for a future iteration of the spec, format should be deprecated in favor of mediaType when referring to an IANA (aka MIME type) value as we're currently using it. The format field could still be acceptable for a more human readable name for the mediaType as per http://www.w3.org/TR/vocab-dcat/#Property:distribution_format
In related issues: mediaType should also be paired with downloadURL (#335) within the distribution array (#217)