Slot: full name (fullName)
The complete name of the Person as one string.
URI: [foaf:name](http://xmlns.com/foaf/0.1/name)
## 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 | [foaf:name](http://xmlns.com/foaf/0.1/name) |
### 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 | foaf:name |
| native | cpv:fullName |
## LinkML Source
name: fullName
description: The complete name of the Person as one string.
title: full name
from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
rank: 1000
slot_uri: foaf:name
domain_of:
- Person
range: LangString
multivalued: true