pycsw icon indicating copy to clipboard operation
pycsw copied to clipboard

Support DCAT

Open kalxas opened this issue 11 years ago • 5 comments

Implement support for http://www.w3.org/TR/vocab-dcat/

kalxas avatar Jun 30 '14 16:06 kalxas

Implementation Options

Ingest

  • add hook and parser (_parse_dcat) to pycsw.core.metadata

Output

  • implement core outputschema plugin
    • outputschema: http://www.w3.org/ns/dcat#
    • serializer in pycsw.plugins.outputschemas
  • example DCAT: http://demo.ckan.org/dataset/newcastle-city-council-payments-over-500.xml

tomkralidis avatar Jul 27 '15 14:07 tomkralidis

ISO to GeoDCAT XSLT: https://webgate.ec.europa.eu/CITnet/stash/projects/ODCKAN/repos/iso-19139-to-dcat-ap/browse

kalxas avatar Sep 15 '15 11:09 kalxas

Currently CKAN uses https://github.com/RDFLib

kalxas avatar Sep 15 '15 11:09 kalxas

GeoDCAT-AP has reached v1.0 https://joinup.ec.europa.eu/catalogue/distribution/geodcat-ap-version-10

kalxas avatar Jan 22 '16 13:01 kalxas

ISO to GeoDCAT XSLT: https://webgate.ec.europa.eu/CITnet/stash/projects/ODCKAN/repos/iso-19139-to-dcat-ap/browse

The reference XSLT implementation of GeoDCAT-AP has been moved to:

https://github.com/SEMICeu/iso-19139-to-dcat-ap/

andrea-perego avatar Oct 17 '20 21:10 andrea-perego

There is XSLT support now in pycsw master #761 so the GeoDCAT-AP XSLT can be configured to work directly with pycsw.

kalxas avatar Oct 09 '22 08:10 kalxas