Skip to content

Slot: Temporal Coverage (temporal_coverage)

Start date and end date (if known) of the project in ISO-8601 interval format (YYYY-MM-DD/YYY-MM-DD). If the end date is not known, use open-ended format YYYY-MM-DD/..

URI: schema:temporalCoverage

Applicable Classes

Name Description Modifies Slot
OAEProject A project conducting OAE field trials or modeling yes
ExternalProject A research project that is not directly managed by the OAE project, but whose... no

Properties

  • Range: String

  • Required: True

  • Regex pattern: ^\d{4}-\d{2}-\d{2}/(\d{4}-\d{2}-\d{2}|\.\.)$

Identifier and Mapping Information

Schema Source

  • from schema: OAEDataManagementProtocol

Mappings

Mapping Type Mapped Value
self schema:temporalCoverage
native oae:temporal_coverage

LinkML Source

name: temporal_coverage
description: Start date and end date (if known) of the project in ISO-8601 interval
  format (YYYY-MM-DD/YYY-MM-DD). If the end date is not known, use open-ended format
  YYYY-MM-DD/..
title: Temporal Coverage
from_schema: OAEDataManagementProtocol
rank: 1000
slot_uri: schema:temporalCoverage
alias: temporal_coverage
domain_of:
- OAEProject
- ExternalProject
range: string
required: true
pattern: ^\d{4}-\d{2}-\d{2}/(\d{4}-\d{2}-\d{2}|\.\.)$