Institution Data Type

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

Example

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