For more information on the NBA object model, please refer to the official NBA documentation at https://docs.biodiversitydata.nl and the NBA model and endpoints reference at https://docs.biodiversitydata.nl/endpoints-reference.
# MultiMediaObject$new()
R6 class
Model class for MultiMediaObject objects. Naturalis stores a vast amount of multimedia in its internal document store. This can be multimedia captured from physical specimens (e.g. photos of a specimen), but also from human observations (e.g. audio recordings of bird sounds). Digitisation of Naturalis museum objects include a detailed photographic documentation. So far, there are more than 5 million photos and several houndreds of thousands of bird sounds.
sourceSystem
SourceSystem
sourceSystemId
character
recordURI
character
id
character
sourceInstitutionID
character
sourceID
character
owner
character
licenseType
character
license
character
unitID
character
collectionType
character
title
character
caption
character
description
character
serviceAccessPoints
list(ServiceAccessPoint)
type
character
taxonCount
integer
creator
character
copyrightText
character
associatedSpecimenReference
character
associatedTaxonReference
character
multiMediaPublic
logical
subjectParts
list(character)
subjectOrientations
list(character)
phasesOrStages
list(character)
sexes
list(character)
gatheringEvents
list(MultiMediaGatheringEvent)
identifications
list(MultiMediaContentIdentification)
theme
list(character)
associatedSpecimen
Specimen
associatedTaxon
Taxon
$new()
Constructor MultiMediaObject object.
$fromList(MultiMediaObjectList)
Create MultiMediaObject object from list.
$toList()
Get list representation of MultiMediaObject.
fromJSONString(MultiMediaObjectJson)
Create MultiMediaObject object from JSON.
toJSONString(pretty=TRUE)
Get JSON representation of MultiMediaObject.