Skip to content

Commit

Permalink
Thesaurus / INSPIRE registry / Keep only one date.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Oct 3, 2024
1 parent 40e9df0 commit c811c78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@


<dcterms:issued><xsl:value-of select="if ($thesaurusDate != '') then $thesaurusDate else $now"/></dcterms:issued>
<dcterms:modified><xsl:value-of select="if ($thesaurusDate != '') then $thesaurusDate else $now"/></dcterms:modified>

<xsl:for-each select="distinct-values($concepts/*[skos:narrower and not(skos:broader)]/@rdf:about)">
<skos:hasTopConcept rdf:resource="{.}"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@


<dcterms:issued><xsl:value-of select="if ($thesaurusDate != '') then $thesaurusDate else $now"/></dcterms:issued>
<dcterms:modified><xsl:value-of select="if ($thesaurusDate != '') then $thesaurusDate else $now"/></dcterms:modified>

<!-- Add top concepts for all items with no parent -->
<xsl:if test="$hasBroaderNarrowerLinks">
Expand Down Expand Up @@ -220,4 +219,4 @@

<xsl:template mode="concept"
match="*"/>
</xsl:stylesheet>
</xsl:stylesheet>

0 comments on commit c811c78

Please sign in to comment.