Slot: In Progress Date (inProgressDate)

The point in time when you expect that the thing (e.g. data, document) will be accessible.

URI: mbo:inProgressDate Alias: inProgressDate

Applicable Classes

Name Description Modifies Slot
Document A description of documents used, or produced in the generation of your datase... no
Dataset A dataset either produced as part of MBO or used in the process of producing ... no

Properties

Type and Range

Property Value
Range String
Domain Of Dataset, Document
Slot URI mbo:inProgressDate

Cardinality and Requirements

Property Value
### Value Constraints
Property Value
Regex Pattern ^(\d{4}(-\d{2}(-\d{2})?)?)$

Comments

  • A date in ISO8601, YYYY, YYYY-MM, or YYYY-MM-DD format For example: 2025 2025-12 2025-12-31

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/marco-bolo/csv-input-classes

Mappings

Mapping Type Mapped Value
self mbo:inProgressDate
native mbo:inProgressDate

LinkML Source

name: inProgressDate
description: The point in time when you expect that the thing (e.g. data, document)
  will be accessible.
title: In Progress Date
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: mbo:inProgressDate
alias: inProgressDate
domain_of:
- Dataset
- Document
range: string
required: false
multivalued: false
pattern: ^(\d{4}(-\d{2}(-\d{2})?)?)$