Skip to content

Slot: date of birth (dateOfBirth)

The point in time on which the Person was born.

URI: [m8g:birthDate](http://data.europa.eu/m8g/birthDate) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [Person](Person.md) | An individual human being who may be dead or alive, but not imaginary | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [String](String.md) or 
[Date](Date.md) or 
[GYear](GYear.md) or 
[GYearMonth](GYearMonth.md) | | Domain Of | [Person](Person.md) | | Slot URI | [m8g:birthDate](http://data.europa.eu/m8g/birthDate) | ### Cardinality and Requirements | Property | Value | | --- | --- | | Multivalued | Yes |
Expressions & Logic #### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'date'}) - AnonymousSlotExpression({'range': 'gYear'}) - AnonymousSlotExpression({'range': 'gYearMonth'})
## Comments * The date of birth could be expressed as date, gYearMonth or gYear, e.g. 1980-09-16, 1980-09, 1980. ## Identifier and Mapping Information ### Annotations | property | value | | --- | --- | | rdfs:seeAlso | https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.birthdate | | rdfs:isDefinedBy | http://data.europa.eu/m8g | ### Schema Source * from schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1 ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | m8g:birthDate | | native | cpv:dateOfBirth | ## LinkML Source
name: dateOfBirth
annotations:
  rdfs:seeAlso:
    tag: rdfs:seeAlso
    value: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.birthdate
  rdfs:isDefinedBy:
    tag: rdfs:isDefinedBy
    value: http://data.europa.eu/m8g
description: The point in time on which the Person was born.
title: date of birth
comments:
- The date of birth could be expressed as date, gYearMonth or gYear, e.g. 1980-09-16,
  1980-09, 1980.
from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
rank: 1000
slot_uri: m8g:birthDate
domain_of:
- Person
range: string
multivalued: true
any_of:
- range: date
- range: gYear
- range: gYearMonth