Difference between revisions of "MediaWiki:SMWToRDF.xsl"
From Diversity Workbench
Gabi Dröge (Talk | contribs) |
(add creator, test dcterms, cd) |
||
Line 4: | Line 4: | ||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | ||
− | + | xmlns:skos="http://www.w3.org/2004/02/skos/core#" | |
− | + | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
− | + | xmlns:swivt="http://semantic-mediawiki.org/swivt/1.0#" | |
− | + | xmlns:dc="http://purl.org/dc/elements/1.1/" | |
− | + | xmlns:property="http://terms.gbif.org/wiki/Special:URIResolver/Property-3A" | |
− | + | version="1.0"> | |
− | + | <xsl:output indent="yes" /> | |
− | + | <xsl:variable name="terms" select=" rdf:RDF/swivt:Subject" /> | |
− | + | <xsl:template match="/"> | |
− | + | <rdf:RDF xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" | |
− | + | xmlns:vann="http://purl.org/vocab/vann/" | |
− | + | xmlns:dcterms="http://purl.org/dc/terms/" | |
− | + | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
− | + | xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | |
− | + | xml:base="http://rs.tdwg.org/dwc/terms/" | |
− | + | xmlns:dwcattributes="http://rs.tdwg.org/dwc/terms/attributes/"> | |
<!-- | <!-- | ||
Line 45: | Line 45: | ||
<!-- the first $term element describes the ConceptScheme--> | <!-- the first $term element describes the ConceptScheme--> | ||
− | + | <rdf:Description> | |
− | + | <xsl:attribute name="rdf:value"><xsl:value-of select="$terms[1]/dc:identifier/@rdf:resource" /></xsl:attribute> | |
− | + | </rdf:Description> | |
− | + | ||
− | + | <dcterms:title> | |
− | + | <xsl:attribute name="xml:lang"><xsl:text>en</xsl:text></xsl:attribute> | |
− | + | <xsl:value-of select="$terms[1]/rdfs:label"/> | |
− | + | </dcterms:title> | |
− | + | <xsl:if test="boolean($terms[1]/dcterms:description)"> | |
− | + | <dcterms:description><xsl:value-of select="$terms[1]/dcterms:description" /></dcterms:description> | |
− | + | </xsl:if> | |
− | + | <xsl:if test="boolean($terms[1]/dc:description)"> | |
− | + | <dc:description><xsl:value-of select="$terms[1]/dc:description" /></dc:description> | |
− | + | </xsl:if> | |
− | + | ||
− | + | <dc:publisher><xsl:value-of select="$terms[1]/dc:publisher" /></dc:publisher> | |
− | + | ||
− | + | <dcterms:bibliographicCitation><xsl:value-of select="$terms[1]/dcterms:bibliographicCitation" /></dcterms:bibliographicCitation> | |
− | + | ||
− | + | <xsl:for-each select="$terms[1]/dcterms:contributor"> | |
− | + | <dcterms:contributor><xsl:value-of select="."/></dcterms:contributor> | |
− | + | </xsl:for-each> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <xsl:for-each select="$terms[1]/dc:contributor"> | |
+ | <dc:contributor><xsl:value-of select="."/></dc:contributor> | ||
+ | </xsl:for-each> | ||
+ | |||
+ | <xsl:for-each select="$terms[1]/dcterms:creator"> | ||
+ | <dcterms:creator><xsl:value-of select="."/></dcterms:creator> | ||
+ | </xsl:for-each> | ||
+ | <xsl:for-each select="$terms[1]/dc:creator"> | ||
+ | <dc:creator><xsl:value-of select="."/></dc:creator> | ||
+ | </xsl:for-each> | ||
+ | |||
+ | <!-- the remaining $term elements describe individual Concepts in the ConceptScheme --> | ||
− | + | <xsl:for-each select="$terms[position() != 1]"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <rdf:Description> | |
− | + | <xsl:attribute name="rdf:value"> | |
− | + | <xsl:value-of select="@rdf:about" /></xsl:attribute> | |
− | + | ||
− | + | ||
− | + | <xsl:for-each select="skos:prefLabel"> | |
− | < | + | <xsl:variable name="langLabel"><xsl:value-of select="."/></xsl:variable> |
− | + | <xsl:variable name="cleanLabel"><xsl:value-of select="substring-after($langLabel,':')"/></xsl:variable> | |
− | + | <xsl:variable name="language"><xsl:value-of select="substring-before($langLabel,':')"/></xsl:variable> | |
− | + | <xsl:if test="$language ='en'"> | |
− | + | <rdfs:label> | |
− | + | <xsl:attribute name="xml:lang"> | |
− | + | <xsl:value-of select="$language" /></xsl:attribute> | |
− | + | <xsl:value-of select="$cleanLabel" /> | |
+ | </rdfs:label> | ||
+ | </xsl:if> | ||
+ | </xsl:for-each> | ||
+ | |||
+ | <xsl:for-each select="skos:definition"> | ||
+ | <xsl:variable name="langDefinition"><xsl:value-of select="."/></xsl:variable> | ||
+ | <xsl:variable name="cleanDefinition"><xsl:value-of select="substring-after($langDefinition,':')"/></xsl:variable> | ||
+ | <xsl:variable name="language"><xsl:value-of select="substring-before($langDefinition,':')"/></xsl:variable> | ||
+ | <xsl:if test="$language ='en'"> | ||
+ | <rdfs:comment> | ||
+ | <xsl:attribute name="xml:lang"> | ||
+ | <xsl:value-of select="$language" /></xsl:attribute> | ||
+ | <xsl:value-of select="$cleanDefinition" /> | ||
+ | </rdfs:comment> | ||
+ | </xsl:if> | ||
+ | </xsl:for-each> | ||
− | + | ||
− | + | ||
− | + | <!-- dcterms:description is not needed for concepts - use rdfs:comment instead | |
− | + | <xsl:for-each select="skos:definition"> | |
+ | <xsl:variable name="langExample"><xsl:value-of select="."/></xsl:variable> | ||
+ | <xsl:variable name="cleanExample"><xsl:value-of select="substring-after($langExample,':')"/></xsl:variable> | ||
+ | <xsl:variable name="language"><xsl:value-of select="substring-before($langExample,':')"/></xsl:variable> | ||
+ | <xsl:if test="$language ='en'"> | ||
+ | <dcterms:description> | ||
+ | <xsl:attribute name="xml:lang"> | ||
+ | <xsl:value-of select="$language" /></xsl:attribute> | ||
+ | <xsl:value-of select="$cleanExample" /> | ||
+ | </dcterms:description> | ||
+ | </xsl:if> | ||
+ | </xsl:for-each> | ||
+ | --> | ||
+ | |||
+ | <rdfs:isDefinedBy> | ||
+ | <xsl:attribute name="rdf:resource"> | ||
+ | <xsl:value-of select="rdfs:isDefinedBy[2]/@rdf:resource" /></xsl:attribute> | ||
+ | </rdfs:isDefinedBy> | ||
+ | <xsl:if test="dcterms:issued != ''"> | ||
+ | <dcterms:issued> | ||
+ | <xsl:value-of select="dcterms:issued" /> | ||
+ | </dcterms:issued> | ||
+ | </xsl:if> | ||
+ | <xsl:if test="dcterms:modified != ''"> | ||
+ | <dcterms:modified> | ||
+ | <xsl:value-of select="dcterms:modified" /> | ||
+ | </dcterms:modified> | ||
+ | </xsl:if> | ||
+ | <xsl:for-each select="swivt:type/@rdf:resource"> | ||
+ | <rdf:type> | ||
+ | <!--<xsl:attribute name="rdf:resource"> | ||
+ | <xsl:value-of select="property:concept_type/@rdf:resource" /> --> | ||
+ | <xsl:value-of select="./." /> <!--</xsl:attribute> --> | ||
+ | </rdf:type> | ||
+ | </xsl:for-each> | ||
+ | <!-- | ||
+ | <dcterms:hasVersion> | ||
+ | <xsl:attribute name="rdf:resource"> | ||
+ | <xsl:value-of select="ZZZ" /></xsl:attribute> | ||
+ | </dcterms:hasVersion> | ||
+ | |||
+ | <dcterms:replaces> | ||
+ | <xsl:attribute name="rdf:resource"> | ||
+ | <xsl:value-of select="ZZZ" /></xsl:attribute> | ||
+ | </dcterms:replaces> | ||
+ | --> | ||
+ | |||
+ | <vs:term_status><xsl:value-of select="vs:term_status"/></vs:term_status> | ||
+ | <skos:closeMatch><xsl:value-of select="skos:closeMatch/@rdf:resource" /></skos:closeMatch> | ||
+ | |||
+ | <!-- vann:termGroup replaces dwc:organizedInClass | ||
+ | <vann:termGroup> | ||
+ | <xsl:attribute name="rdf:resource"> | ||
+ | <xsl:value-of select="ZZZ" /></xsl:attribute> | ||
+ | </vann:termGroup> | ||
+ | --> | ||
+ | |||
+ | </rdf:Description> | ||
+ | </xsl:for-each> | ||
+ | </rdf:RDF> | ||
+ | </xsl:template> | ||
</xsl:stylesheet> | </xsl:stylesheet> |
Latest revision as of 10:46, 13 October 2016
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:swivt="http://semantic-mediawiki.org/swivt/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:property="http://terms.gbif.org/wiki/Special:URIResolver/Property-3A" version="1.0">
<xsl:output indent="yes" />
<xsl:variable name="terms" select=" rdf:RDF/swivt:Subject" />
<xsl:template match="/"> <rdf:RDF xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xml:base="http://rs.tdwg.org/dwc/terms/" xmlns:dwcattributes="http://rs.tdwg.org/dwc/terms/attributes/">
<rdf:Description> <xsl:attribute name="rdf:value"><xsl:value-of select="$terms[1]/dc:identifier/@rdf:resource" /></xsl:attribute> </rdf:Description> <dcterms:title> <xsl:attribute name="xml:lang"><xsl:text>en</xsl:text></xsl:attribute> <xsl:value-of select="$terms[1]/rdfs:label"/> </dcterms:title> <xsl:if test="boolean($terms[1]/dcterms:description)"> <dcterms:description><xsl:value-of select="$terms[1]/dcterms:description" /></dcterms:description> </xsl:if> <xsl:if test="boolean($terms[1]/dc:description)"> <dc:description><xsl:value-of select="$terms[1]/dc:description" /></dc:description> </xsl:if> <dc:publisher><xsl:value-of select="$terms[1]/dc:publisher" /></dc:publisher> <dcterms:bibliographicCitation><xsl:value-of select="$terms[1]/dcterms:bibliographicCitation" /></dcterms:bibliographicCitation> <xsl:for-each select="$terms[1]/dcterms:contributor"> <dcterms:contributor><xsl:value-of select="."/></dcterms:contributor> </xsl:for-each>
<xsl:for-each select="$terms[1]/dc:contributor"> <dc:contributor><xsl:value-of select="."/></dc:contributor> </xsl:for-each> <xsl:for-each select="$terms[1]/dcterms:creator"> <dcterms:creator><xsl:value-of select="."/></dcterms:creator> </xsl:for-each>
<xsl:for-each select="$terms[1]/dc:creator"> <dc:creator><xsl:value-of select="."/></dc:creator> </xsl:for-each>
<xsl:for-each select="$terms[position() != 1]">
<rdf:Description> <xsl:attribute name="rdf:value"> <xsl:value-of select="@rdf:about" /></xsl:attribute> <xsl:for-each select="skos:prefLabel"> <xsl:variable name="langLabel"><xsl:value-of select="."/></xsl:variable> <xsl:variable name="cleanLabel"><xsl:value-of select="substring-after($langLabel,':')"/></xsl:variable> <xsl:variable name="language"><xsl:value-of select="substring-before($langLabel,':')"/></xsl:variable> <xsl:if test="$language ='en'"> <rdfs:label> <xsl:attribute name="xml:lang"> <xsl:value-of select="$language" /></xsl:attribute> <xsl:value-of select="$cleanLabel" /> </rdfs:label> </xsl:if> </xsl:for-each> <xsl:for-each select="skos:definition"> <xsl:variable name="langDefinition"><xsl:value-of select="."/></xsl:variable> <xsl:variable name="cleanDefinition"><xsl:value-of select="substring-after($langDefinition,':')"/></xsl:variable> <xsl:variable name="language"><xsl:value-of select="substring-before($langDefinition,':')"/></xsl:variable> <xsl:if test="$language ='en'"> <rdfs:comment> <xsl:attribute name="xml:lang"> <xsl:value-of select="$language" /></xsl:attribute> <xsl:value-of select="$cleanDefinition" /> </rdfs:comment> </xsl:if> </xsl:for-each>
<rdfs:isDefinedBy> <xsl:attribute name="rdf:resource"> <xsl:value-of select="rdfs:isDefinedBy[2]/@rdf:resource" /></xsl:attribute> </rdfs:isDefinedBy> <xsl:if test="dcterms:issued != "> <dcterms:issued> <xsl:value-of select="dcterms:issued" /> </dcterms:issued> </xsl:if> <xsl:if test="dcterms:modified != "> <dcterms:modified> <xsl:value-of select="dcterms:modified" /> </dcterms:modified> </xsl:if> <xsl:for-each select="swivt:type/@rdf:resource"> <rdf:type> <xsl:value-of select="./." /> </rdf:type> </xsl:for-each> <vs:term_status><xsl:value-of select="vs:term_status"/></vs:term_status> <skos:closeMatch><xsl:value-of select="skos:closeMatch/@rdf:resource" /></skos:closeMatch> </rdf:Description> </xsl:for-each> </rdf:RDF> </xsl:template>
</xsl:stylesheet>