Slot: Founding Date (foundingDate)
The date that the organization was founded.
URI: schema:foundingDate
Alias: foundingDate
Applicable Classes
| Name |
Description |
Modifies Slot |
| Organization |
An organization |
no |
Properties
Type and Range
Cardinality and Requirements
| Property |
Value |
| ### 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:foundingDate |
| native |
mbo:foundingDate |
LinkML Source
name: foundingDate
description: The date that the organization was founded.
title: Founding 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: schema:foundingDate
alias: foundingDate
domain_of:
- Organization
range: string
required: false
multivalued: false
pattern: ^(\d{4}(-\d{2}(-\d{2})?)?)$