Skip to content

Commit

Permalink
added gbif-ids and httpUri to Material Citations
Browse files Browse the repository at this point in the history
  • Loading branch information
nleanba authored Mar 19, 2023
1 parent fca12d1 commit bba7a68
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions gg2rdf.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,21 @@
<xsl:value-of select="@collectingMethod" />
</dwc:samplingProtocol>
</xsl:if>
<xsl:if test="@ID-GBIF-Occurrence">
<trt:gbifOccurrenceId>
<xsl:value-of select="@ID-GBIF-Occurrence" />
</trt:gbifOccurrenceId>
</xsl:if>
<xsl:if test="@ID-GBIF-Specimen">
<trt:gbifSpecimenId>
<xsl:value-of select="@ID-GBIF-Specimen" />
</trt:gbifSpecimenId>
</xsl:if>
<xsl:if test="@httpUri">
<trt:httpUri>
<xsl:value-of select="@httpUri" />
</trt:httpUri>
</xsl:if>
</xsl:element>
</xsl:template>

Expand Down

0 comments on commit bba7a68

Please sign in to comment.