From 6e8d2454392ca78b0a38c7e93e2649c9afd41c22 Mon Sep 17 00:00:00 2001 From: Francois Prunayre Date: Wed, 14 Feb 2024 12:02:18 +0100 Subject: [PATCH] INSPIRE / IACS validation require a specific date for the thesaurus. --- .../webapp/xslt/services/thesaurus/registry-to-skos.xsl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/web/src/main/webapp/xslt/services/thesaurus/registry-to-skos.xsl b/web/src/main/webapp/xslt/services/thesaurus/registry-to-skos.xsl index 65a73dbc4b5..faae053719c 100644 --- a/web/src/main/webapp/xslt/services/thesaurus/registry-to-skos.xsl +++ b/web/src/main/webapp/xslt/services/thesaurus/registry-to-skos.xsl @@ -87,6 +87,9 @@ + <title thesaurus="IACS data" + register="IACS data" + date="2021-06-08"/> </xsl:variable> <xsl:variable name="isInspireThemes" @@ -99,8 +102,6 @@ select="$thesaurusTitles/title[@register = $registerEnglishTitle]/@date"/> <xsl:template match="/documents"> - - <rdf:RDF xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" @@ -219,4 +220,4 @@ <xsl:template mode="concept" match="*"/> -</xsl:stylesheet> +</xsl:stylesheet> \ No newline at end of file