SEMICeu / GeoDCAT-AP

Repository of the geospatial extension to DCAT-AP (GeoDCAT-AP)
https://joinup.ec.europa.eu/solution/geodcat-application-profile-data-portals-europe
Creative Commons Attribution 4.0 International
17 stars 6 forks source link

Clarification of `character encoding` definition #88

Open jakubklimek opened 3 months ago

jakubklimek commented 3 months ago

Problem statement In GeoDCAT-AP 2.0.0, the usage note of character encoding refers to the whole instance of the class on which it is used.

This is confusing, as it actually refers to:

Proposal Follow the pattern similar to the definition of CatalogueRecord.language in DCAT-AP saying

A language used in the textual metadata describing titles, descriptions, etc. of the Catalogued Resource.

and change the definition to:

This may have also impact on the Distribution.language definition in DCAT-AP as it currently says simply

A language used in the Distribution.

jakubklimek commented 3 months ago

Based on the discussion in the webinar, Distribution usage note will be changed to

A character encoding used in the downloadable file or output of the data service represented by the Distribution.

There was a counterproposal for CatalogueRecord formulated: Drop character encoding from CatalogueRecord, as in RDF, UTF-8 is always used for all data (which is not the case for XML). It was approved.