Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XSL utility / Add function to retrieve thesaurus URI #8456

Merged
merged 1 commit into from
Oct 25, 2024

Commits on Oct 22, 2024

  1. XSL utility / Add function to retrieve thesaurus URI

    RDF based schema plugins may need the URI of vocabularies in a number of places. This utility is used in the DCAT-AP plugin when building concept elements in thesaurus-transformation.xsl:
    
    eg.
    ```
      <dct:accessRights xmlns:dct="http://purl.org/dc/terms/">
        <skos:Concept xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" rdf:about="http://publications.europa.eu/resource/authority/access-right/PUBLIC">
          <skos:prefLabel xml:lang="en">public</skos:prefLabel>
          <skos:prefLabel xml:lang="es">public</skos:prefLabel>
          <skos:inScheme rdf:resource="http://publications.europa.eu/resource/authority/access-right" />
        </skos:Concept>
      </dct:accessRights>
    ```
    fxprunayre authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    2a13d90 View commit details
    Browse the repository at this point in the history