Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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> ```
- Loading branch information