dportoles
dportoles
Dump (+load) action doesn't export custom views for resources. I think it'd be useful for migrating from one instance to other
Currently the XSLT raises incorrect content when there are multiple contactInfo (i18n). An example of metadata: https://www.idee.es/csw-codsi-idee/srv/spa/catalog.search#/metadata/inspire-demografia
XSLT generates the conversion to dct:LinguisticSystem to EU language vocabulary (https://op.europa.eu/en/web/eu-vocabularies/dataset/-/resource?uri=http://publications.europa.eu/resource/dataset/language) It's done directly, without any other checking. That works fine for the most of languages, but there are several...
Currently the XSLT raises an error when there are multiple individualName in ISO metadata for pointOfContact. An example of metadata: https://www.idee.es/csw-codsi-idee/srv/spa/catalog.search#/metadata/AU_alava_downloadservice Related code: https://github.com/SEMICeu/iso-19139-to-dcat-ap/blob/master/iso-19139-to-dcat-ap.xsl#L1580 I have a workaround using only...
Currently the XSLT raises an error when there are multiple languages in ISO metadata. I have a workaround using only the first language but I think this part should be...