Institution Data Type

Properties
name data type constraints description
location Location  
dateModified string  
importantCollectors array of string  
taxonomicCoverage string  
collectionsSummary CollectionsSummary  
notes string  
organization string  
contact Contact  
division string  
dateFounded string  
incorporatedHerbaria array of string  
currentStatus string  
specimenTotal number required
cites string  
address Address  
department string  
geography string  
code string  
distance number required
irn number required

Example

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