Class: Location
A region or named place. It can be described by a geographic name or geographic identifier.
URI: [dcterms:Location](http://purl.org/dc/terms/Location)
[LangString](LangString.md) | A textual description for a Location | direct | | [geographicIdentifier](geographicIdentifier.md) | *
[Uri](Uri.md) | A reference in the form of a Uniform Resource Identifier to the Location | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Person](Person.md) | [countryOfBirth](countryOfBirth.md) | range | [Location](Location.md) | | [Person](Person.md) | [countryOfDeath](countryOfDeath.md) | range | [Location](Location.md) | | [Person](Person.md) | [placeOfBirth](placeOfBirth.md) | range | [Location](Location.md) | | [Person](Person.md) | [placeOfDeath](placeOfDeath.md) | range | [Location](Location.md) | ## 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 | dcterms:Location | | native | cpv:Location | ## LinkML Source ### Direct
### Induced
classDiagram
class Location
click Location href "../Location/"
Location : geographicIdentifier
Location : geographicName
## Class Properties
| Property | Value |
| --- | --- |
| Class URI | [dcterms:Location](http://purl.org/dc/terms/Location) |
## Slots
| Name | Cardinality and Range | Description | Inheritance |
| --- | --- | --- | --- |
| [geographicName](geographicName.md) | * [LangString](LangString.md) | A textual description for a Location | direct | | [geographicIdentifier](geographicIdentifier.md) | *
[Uri](Uri.md) | A reference in the form of a Uniform Resource Identifier to the Location | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Person](Person.md) | [countryOfBirth](countryOfBirth.md) | range | [Location](Location.md) | | [Person](Person.md) | [countryOfDeath](countryOfDeath.md) | range | [Location](Location.md) | | [Person](Person.md) | [placeOfBirth](placeOfBirth.md) | range | [Location](Location.md) | | [Person](Person.md) | [placeOfDeath](placeOfDeath.md) | range | [Location](Location.md) | ## 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 | dcterms:Location | | native | cpv:Location | ## LinkML Source ### Direct
name: Location
description: A region or named place. It can be described by a geographic name or
geographic identifier.
from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
slots:
- geographicName
- geographicIdentifier
class_uri: dcterms:Location
name: Location
description: A region or named place. It can be described by a geographic name or
geographic identifier.
from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
attributes:
geographicName:
name: geographicName
description: A textual description for a Location.
title: geographic name
from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
rank: 1000
slot_uri: locn:geographicName
owner: Location
domain_of:
- Location
range: LangString
multivalued: true
geographicIdentifier:
name: geographicIdentifier
description: A reference in the form of a Uniform Resource Identifier to the Location.
title: geographic identifier
from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
rank: 1000
slot_uri: rdfs:seeAlso
owner: Location
domain_of:
- Location
range: uri
multivalued: true
class_uri: dcterms:Location