Slot: Dates Modified (dateModified)

URI: schema:dateModified Alias: dateModified

Applicable Classes

Name Description Modifies Slot
SoftwareApplication A description of the software used in the generation of your dataset no
Document A description of documents used, or produced in the generation of your datase... no
SoftwareSourceCode The location and description of the spreadsheet, script, or whole application... no
DataDownload A distribution of a Dataset, e 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, DataDownload, SoftwareSourceCode, SoftwareApplication, Document
Slot URI schema:dateModified

Cardinality and Requirements

Property Value
Multivalued Yes
### 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

Pipe-delimited when there are multiple values

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self schema:dateModified
native mbo:dateModified

LinkML Source

name: dateModified
title: Dates Modified
comments:
- 'A date in ISO8601, YYYY, YYYY-MM, or YYYY-MM-DD format

  For example: `2025`

  `2025-12`

  `2025-12-31`


  Pipe-delimited when there are multiple values

  '
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: schema:dateModified
alias: dateModified
domain_of:
- Dataset
- DataDownload
- SoftwareSourceCode
- SoftwareApplication
- Document
range: string
required: false
multivalued: true
pattern: ^(\d{4}(-\d{2}(-\d{2})?)?)$