Slot: Embargo Expires (embargoExpires)
The date when the embargo expires.
URI: schema:expires
Alias: embargoExpires
Applicable Classes
| Name |
Description |
Modifies Slot |
| EmbargoStatement |
A record describing why a dataset has been embargoed and when it will be rele... |
no |
Properties
Type and Range
Cardinality and Requirements
| Property |
Value |
| Required |
Yes |
| ### Value Constraints |
|
| Property |
Value |
| Regex Pattern |
^(\d{4}(-\d{2}(-\d{2})?)?)$ |
- A date in ISO8601, YYYY, YYYY-MM, or YYYY-MM-DD format
For example:
2025
2025-12
2025-12-31
Schema Source
- from schema: https://w3id.org/marco-bolo/csv-input-classes
Mappings
| Mapping Type |
Mapped Value |
| self |
schema:expires |
| native |
mbo:embargoExpires |
LinkML Source
name: embargoExpires
description: The date when the embargo expires.
title: Embargo Expires
comments:
- 'A date in ISO8601, YYYY, YYYY-MM, or YYYY-MM-DD format
For example: `2025`
`2025-12`
`2025-12-31`
'
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: schema:expires
alias: embargoExpires
domain_of:
- EmbargoStatement
range: string
required: true
multivalued: false
pattern: ^(\d{4}(-\d{2}(-\d{2})?)?)$