Slot: locality/city (addressLocality)
The locality in which the street address is, and which is in the region. e.g, the city.
URI: EVORAO:addressLocality
Alias: addressLocality
Applicable Classes
| Name |
Description |
Modifies Slot |
| ContactPoint |
Entity serving as focal point of information |
yes |
Properties
Schema Source
- from schema: https://w3id.org/evorao/
Mappings
| Mapping Type |
Mapped Value |
| self |
EVORAO:addressLocality |
| native |
EVORAO:addressLocality |
| exact |
schema:addressLocality, vcard:locality |
| close |
vcard:hasLocality |
LinkML Source
```yaml
name: addressLocality
description: The locality in which the street address is, and which is in the region.
e.g, the city.
title: locality/city
from_schema: https://w3id.org/evorao/
exact_mappings:
- schema:addressLocality
- vcard:locality
close_mappings:
- vcard:hasLocality
rank: 1000
alias: addressLocality
domain_of:
- ContactPoint
range: string
required: false
multivalued: false
```