-
Notifications
You must be signed in to change notification settings - Fork 2
Metadata linkages
Armin Retterath edited this page Apr 18, 2024
·
2 revisions
Mapbenders dataset metadata model defines a list of downloadlinks. To enhance the possibility of link further resources, there is a new field further_links_json in the table mb_metadata.
To use some common vocabulary for the encoding, some attributes of DCAT 3.0 are implemented. https://www.w3.org/TR/vocab-dcat-3/
Example
{
"dcat:Distribution": [
{
"dcat:accessUrl": "https://example.com",
"dcterms:title": "Link zum Webshop",
"dcterms:description": "Beschreibung der Distribution",
"dcterms:format": "ZIPFILE",
"dcat:mediaType": "application/zip"
},
{
"dcat:accessService": {
"dct:hasPart": "https://lintopartofatomfeed.html"
},
"dcterms:title": "Link zum Webshop",
"dcterms:description": "Beschreibung der Distribution",
"dcterms:format": "ZIPFILE",
"dcat:mediaType": "application/zip"
}
]
}The adoption is work in progress
Actually a synthetical INSPIRE ATOM-Feed service (https://github.com/INSPIRE-MIF/technical-guidelines/blob/main/services/download-atom-wfs/DownloadServices.adoc) can be generated from a remote list. The list have to provide the link elements of the dataset feed. All other things are generated out of the box from the existing dataset metadata.