Slot: travel_start_date
the date of the start of travel, can be approximate, should be YYYY-MM or YYYY-MM-DD (preferred)
URI: portable_microhaplotype_object:travel_start_date Alias: travel_start_date
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| TravelInfo | Information on travel info | no |
Properties
-
Range: String
-
Required: True
-
Regex pattern:
\d{4}-(?:0[1-9]|1[0-2])(?:-(?:0[1-9]|[12][0-9]|3[01]))?
Examples
| Value |
|---|
| 2024-03-10 |
| 2024-03 |
Identifier and Mapping Information
Schema Source
- from schema: https://plasmogenepi.github.io/portable-microhaplotype-object
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | portable_microhaplotype_object:travel_start_date |
| native | portable_microhaplotype_object:travel_start_date |
LinkML Source
name: travel_start_date
description: the date of the start of travel, can be approximate, should be YYYY-MM
or YYYY-MM-DD (preferred)
examples:
- value: '2024-03-10'
- value: 2024-03
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
rank: 1000
alias: travel_start_date
owner: TravelInfo
domain_of:
- TravelInfo
range: string
required: true
pattern: \d{4}-(?:0[1-9]|1[0-2])(?:-(?:0[1-9]|[12][0-9]|3[01]))?