Skip to content

Slot: FAIR Deposit Metadata (deposit_metadata)

FAIR-deposit metadata, present when the sidecar is intended to travel with a published deposit — see envar_health_layer.

Tier: optional

Why this slot matters

When the sidecar travels with a published deposit, the DOI, repository, and license are what make the object findable, citable, and legally reusable — omitting them strands a public artifact without citation or reuse terms. Optional because most records are never deposited.

In plain terms

If this record and its data are published in a public archive (such as Zenodo), this block holds the publication details: the permanent DOI link, where it lives, and the license saying how others may use it.

URI: envar:slot/deposit_metadata

Applicable Classes

Name Description Modifies Slot
EnvironmentalExposureRecord A single environmental-exposure record sidecar: the complete metadata graph t... no
DailyMaxTemperatureRecord Canonical record for daily maximum 2 m air temperature (Tmax) no
DailyMinTemperatureRecord Canonical record for daily minimum 2 m air temperature (Tmin) no
WetBulbGlobeTemperatureOutdoorRecord Canonical record for outdoor WBGT under the Liljegren 2008 formulation no
ExtremeHeatDayFlagRecord Canonical record for a daily binary extreme-heat-day flag, defined against a ... no

Properties

Type and Range

Property Value
Range DepositMetadata
Domain Of EnvironmentalExposureRecord
Slot Group health_data_integration

Cardinality and Requirements

Property Value

Examples

Value
None

See Also

Identifier and Mapping Information

Annotations

property value
tier optional
justification When the sidecar travels with a published deposit, the DOI, repository, and license are what make the object findable, citable, and legally reusable — omitting them strands a public artifact without citation or reuse terms. Optional because most records are never deposited.
explanation If this record and its data are published in a public archive (such as Zenodo), this block holds the publication details: the permanent DOI link, where it lives, and the license saying how others may use it.

Schema Source

Mappings

Mapping Type Mapped Value
self envar:deposit_metadata
native envar:deposit_metadata

LinkML Source

name: deposit_metadata
annotations:
  tier:
    tag: tier
    value: optional
  justification:
    tag: justification
    value: When the sidecar travels with a published deposit, the DOI, repository,
      and license are what make the object findable, citable, and legally reusable
      — omitting them strands a public artifact without citation or reuse terms. Optional
      because most records are never deposited.
  explanation:
    tag: explanation
    value: 'If this record and its data are published in a public archive (such as
      Zenodo), this block holds the publication details: the permanent DOI link, where
      it lives, and the license saying how others may use it.'
description: FAIR-deposit metadata, present when the sidecar is intended to travel
  with a published deposit — see envar_health_layer.
title: FAIR Deposit Metadata
examples:
- description: abridged — see tests/data/valid/EnvironmentalExposureRecord-tmax_ideal.yaml
    for a full instance
  object:
    deposit_doi: 10.5281/zenodo.9999999
    deposit_repository: zenodo
    deposit_license_spdx: CC-BY-4.0
from_schema: https://w3id.org/linkml/microschemas/envar
see_also:
- https://www.go-fair.org/fair-principles/
rank: 1000
domain_of:
- EnvironmentalExposureRecord
slot_group: health_data_integration
range: DepositMetadata
inlined: true