-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mapping textual description of distribution encodings to URIs #24
Comments
This was referenced Jan 23, 2021
Merged
The proposed revision has been implemented in PR #26 The adopted approach is as follows:
|
Merged
As no objections were raised, I will merge PR #26 and close this issue. |
andrea-perego
added a commit
that referenced
this issue
Feb 18, 2021
- Remove explicit class specifications (`skos:Concept`) from code list values, as it is not necessary for validation via SHACL - see #22 (comment). - Map textual descriptions of distribution encodings to URIs - see #24. - Add global configuration parameter (`$include-deprecated`) to specify whether the output must or must not include deprecated mappings - see #25. - Change reference vocabulary for units of measure from OM (Ontology of Units of Measure) to QUDT (Quantity, Units, Dimensions, and Types Ontology).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the XSLT output includes URIs for formats only if they are present in the source record.
The reason is twofold:
On the other hand, there are also reasons for supporting a text-to-URI mapping:
Looking at the geospatial records available from the European Data Portal, using URIs for file formats is far from being a common practice.
So, the proposal is to revise the XSLT to include a provisional mapping from textual labels to URIs, which can be phased out in the future. For the textual labels to be mapped to URIs, those most frequently used for geospatial metadata in the European Data Portal can be taken into account. The full list can be obtained via the the following SPARQL queries:
dct:format/rdfs:label
dct:format
Of course, this solution will not ensure that all distributions will have a format specified via a URI. But this is not the purpose of this revision / patch.
The text was updated successfully, but these errors were encountered: