Class Dataset

java.lang.Object
org.gbif.api.model.registry.Dataset
All Implemented Interfaces:
Serializable, Commentable, Contactable, Endpointable, Identifiable, LenientEquals<Dataset>, MachineTaggable, NetworkEntity, Taggable

A GBIF dataset which provides occurrence data, checklist data, sampling event data or metadata. This Dataset class is covering all the GBIF metadata profile v1.3, but only a few properties are kept in the database table:
  • key
  • parentDatasetKey
  • duplicateOfDatasetKey
  • version
  • installationKey
  • publishingOrganizationKey
  • publishingOrganizationName
  • networkKeys
  • license
  • maintenanceUpdateFrequency
  • external
  • numConstituents
  • type
  • subtype
  • title
  • alias
  • abbreviation
  • description
  • language
  • homepage
  • logoUrl
  • citation
  • rights
  • lockedForAutoUpdate
  • createdBy
  • modifiedBy
  • created
  • modified
  • deleted
See Also: