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