TaxPub XML Usage - tp:material-citation

From Species-ID
Jump to: navigation, search

Remarks

  • These can be very cursorily to very detailed ("Costa Rica" to all the details recorded during the collection).
  • Within the <tp:treatement-sec> element the <tp:material-citation> has to be nested in the

    element.

  • Type material can either be described in the <tp:material-citation> element as part of the <tp:treatement-sec> or the <tp:nomenclature-citation> element.
  • For type descriptions the following additional elements are available:
    • <tp:material-location>
    • <tp:type status>

Examples

Minimal Encoding

citation tagged

<tp:material-citation> Holotype, Female: NIGERIA Nigeria, Osun St., Ife (Ile-Ife), Sept 1974,
        Medler, J. T., OSUC 148952 (deposited in CNCI).</tp:material-citation>

Light Encoding

citation and collection number (with LSID) tagged.

<tp:material-citation> Holotype, Female: NIGERIA Nigeria, Osun St., Ife (Ile-Ife), Sept 1974,
        Medler, J. T. <object-id object-id-type="LSID" content-type="catalogNumber"
            xlink:href="urn:lsid:biosci.ohio-state.edu:osuc_occurrences:OSUC__148952">OSUC
            148952</object-id> (deposited in CNCI) </tp:material-citation>

Medium Heavy Encoding

citation, collection number (with LSID), and tcollection location, date, and material location tagged (using only taxPub elements.

<tp:material-citation>
        <tp:type-status designation="y">Holotype</tp:type-status>Female: <tp:collecting-event>
            <tp:collecting-location>NIGERIA Nigeria, Osun St., Ife
                (Ile-Ife)</tp:collecting-location>, <date>Sept 1974</date>,Medler, J. T. </tp:collecting-event>
        <tp:material-location>
            <object-id xlink:href="urn:lsid:biosci.ohio-state.edu:osuc_occurrences:OSUC__148952"
                >OSUC 148952</object-id> (deposited in CNCI) </tp:material-location>
    </tp:material-citation>

Heavy Encoding

heavy: citation, collection number (with LSID), collection location, date, and material location, and other features not defined by taxPub tagged, with named-content and type attribute values drawn from external vocabularies.

<tp:material-citation>
        <tp:type-status>Holotype</tp:type-status>
        <named-content content-type="http://rs.tdwg.org/ontology/voc/TaxonOccurrence#sex">Female</named-content>
        <tp:collecting-event>
            <tp:collecting-location>
                <tp:location location-type="http://rs.tdwg.org/ontology/voc/TaxonOccurrence#country">NIGERIA</tp:location>
                <tp:location location-type="http://rs.tdwg.org/ontology/voc/TaxonOccurrence#locality">Ife (Ile-Ife), Osun St.,
                    Nigeria</tp:location>
                <tp:location location-type="http://rs.tdwg.org/ontology/voc/TaxonOccurrence#decimalLatitude">7.4667</tp:location>
                <tp:location location-type="http://rs.tdwg.org/ontology/voc/TaxonOccurrence#decimalLongitude">4.5667</tp:location>
            </tp:collecting-location><date date-type="http://rs.tdwg.org/ontology/voc/TaxonOccurrence#verbatimCollectingDate">Sept 1974</date>
            <named-content content-type="http://rs.tdwg.org/ontology/voc/TaxonOccurrence#collector">Medler, J.
            T.</named-content></tp:collecting-event>
        <tp:material-location>
            <object-id xlink:href="urn:lsid:biosci.ohio-state.edu:osuc_occurrences:OSUC__148952"
                >OSUC 148952</object-id> (deposited in CNCI) </tp:material-location>
    </tp:material-citation>