Herbarium Data Type

Properties
name data type description
code string
herbary string
institution Institution

Example

{
  "code" : "...",
  "herbary" : "...",
  "institution" : {
    "cites" : "...",
    "division" : "...",
    "notes" : "...",
    "organization" : "...",
    "location" : {
      "lat" : "...",
      "lon" : "..."
    },
    "distance" : 12345.0,
    "dateFounded" : "...",
    "taxonomicCoverage" : "...",
    "contact" : {
      "webUrl" : "...",
      "email" : "...",
      "phone" : "..."
    },
    "currentStatus" : "...",
    "specimenTotal" : 12345,
    "incorporatedHerbaria" : [ "...", "..." ],
    "importantCollectors" : [ "...", "..." ],
    "collectionsSummary" : {
      "numBryosDatabased" : 12345,
      "numAlgaeImaged" : 12345,
      "numBryos" : 12345,
      "numBryosImaged" : 12345,
      "numPteridosImaged" : 12345,
      "numSeedPl" : 12345,
      "numSeedPlImaged" : 12345,
      "numFungiImaged" : 12345,
      "numAlgaeDatabased" : 12345,
      "numPteridos" : 12345,
      "numFungi" : 12345,
      "numAlgae" : 12345,
      "numFungiDatabased" : 12345,
      "numSeedPlDatabased" : 12345,
      "numPteridosDatabased" : 12345
    },
    "dateModified" : "...",
    "department" : "...",
    "code" : "...",
    "geography" : "...",
    "address" : {
      "postalCountry" : "...",
      "postalState" : "...",
      "physicalZipCode" : "...",
      "physicalState" : "...",
      "postalCity" : "...",
      "physicalCountry" : "...",
      "postalZipCode" : "...",
      "postalStreet" : "...",
      "physicalStreet" : "...",
      "physicalCity" : "..."
    },
    "irn" : 12345
  }
}