Skip to content

Commit

Permalink
MW / DCAT / Add licence for services.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Jan 31, 2025
1 parent 8770aa5 commit 3c53219
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@
|gco:CharacterString[starts-with(., 'http')])[1]"/>

<xsl:choose>
<xsl:when test="$httpUriInAnchorOrText = 'https://geoportail.wallonie.be/files/documents/ConditionsSPW/LicServicesSPW.pdf'">
<dct:license>
<dct:LicenseDocument rdf:about="https://geoportail.wallonie.be/files/documents/ConditionsSPW/LicServicesSPW.pdf"/>
</dct:license>
</xsl:when>
<xsl:when test="$httpUriInAnchorOrText != '' and $isMappingResourceConstraintsToEuVocabulary = true()">
<xsl:variable name="licenseUriWithoutHttp"
select="replace($httpUriInAnchorOrText,'https?://','')"/>
Expand Down

0 comments on commit 3c53219

Please sign in to comment.