Slot: birth name (birthName)
Full name of the Person given upon their birth.
URI: [person:birthName](http://www.w3.org/ns/person#birthName)
## 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 | [LangString](LangString.md) |
| Domain Of | [Person](Person.md) |
| Slot URI | [person:birthName](http://www.w3.org/ns/person#birthName) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
| Multivalued | Yes |
## Identifier and Mapping Information
### Schema Source
* from schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | person:birthName |
| native | cpv:birthName |
## LinkML Source
name: birthName
description: Full name of the Person given upon their birth.
title: birth name
from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
rank: 1000
slot_uri: person:birthName
domain_of:
- Person
range: LangString
multivalued: true