Skip to content

Class: Address

An "address representation" as conceptually defined by the INSPIRE Address Representation data type.

URI: [locn:Address](http://www.w3.org/ns/locn#Address)
 classDiagram
    class Address
    click Address href "../Address/"
      Address : addressArea

      Address : administrativeUnitLevel1

      Address : administrativeUnitLevel2

      Address : fullAddress

      Address : locatorName

      Address : postName

      Address : thoroughfare

## Class Properties | Property | Value | | --- | --- | | Class URI | [locn:Address](http://www.w3.org/ns/locn#Address) | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [thoroughfare](thoroughfare.md) | *
[LangString](LangString.md) | The name of a passage or way through from one location to another | direct | | [administrativeUnitLevel1](administrativeUnitLevel1.md) | *
[LangString](LangString.md) | The name of the uppermost level of the address, almost always a country | direct | | [administrativeUnitLevel2](administrativeUnitLevel2.md) | *
[LangString](LangString.md) | The name of a secondary level/region of the address, usually a county, state ... | direct | | [addressArea](addressArea.md) | *
[LangString](LangString.md) | The name of a geographic area that groups Addresses | direct | | [postName](postName.md) | *
[LangString](LangString.md) | A name created and maintained for postal purposes to identify a subdivision o... | direct | | [locatorName](locatorName.md) | *
[LangString](LangString.md) | Proper noun(s) applied to the real world entity identified by the locator | direct | | [fullAddress](fullAddress.md) | *
[LangString](LangString.md) | The complete address written as a string | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Person](Person.md) | [domicile](domicile.md) | range | [Address](Address.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 | locn:Address | | native | cpv:Address | ## LinkML Source ### Direct
name: Address
description: An "address representation" as conceptually defined by the INSPIRE Address
  Representation data type.
from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
slots:
- thoroughfare
- administrativeUnitLevel1
- administrativeUnitLevel2
- addressArea
- postName
- locatorName
- fullAddress
class_uri: locn:Address
### Induced
name: Address
description: An "address representation" as conceptually defined by the INSPIRE Address
  Representation data type.
from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
attributes:
  thoroughfare:
    name: thoroughfare
    description: The name of a passage or way through from one location to another.
    title: thoroughfare
    from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
    rank: 1000
    slot_uri: locn:thoroughfare
    owner: Address
    domain_of:
    - Address
    range: LangString
    multivalued: true
  administrativeUnitLevel1:
    name: administrativeUnitLevel1
    description: The name of the uppermost level of the address, almost always a country.
    title: administrative unit level 1
    from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
    rank: 1000
    slot_uri: locn:adminUnitL1
    owner: Address
    domain_of:
    - Address
    range: LangString
    multivalued: true
  administrativeUnitLevel2:
    name: administrativeUnitLevel2
    description: The name of a secondary level/region of the address, usually a county,
      state or other such area that typically encompasses several localities.
    title: administrative unit level 2
    from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
    rank: 1000
    slot_uri: locn:adminUnitL2
    owner: Address
    domain_of:
    - Address
    range: LangString
    multivalued: true
  addressArea:
    name: addressArea
    description: The name of a geographic area that groups Addresses.
    title: address area
    from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
    rank: 1000
    slot_uri: locn:addressArea
    owner: Address
    domain_of:
    - Address
    range: LangString
    multivalued: true
  postName:
    name: postName
    description: A name created and maintained for postal purposes to identify a subdivision
      of addresses and postal delivery points.
    title: post name
    from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
    rank: 1000
    slot_uri: locn:postName
    owner: Address
    domain_of:
    - Address
    range: LangString
    multivalued: true
  locatorName:
    name: locatorName
    description: Proper noun(s) applied to the real world entity identified by the
      locator. The locator name could be the name of the property or complex, of the
      building or part of the building, or it could be the name of a room inside a
      building.
    title: locator name
    from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
    rank: 1000
    slot_uri: locn:locatorName
    owner: Address
    domain_of:
    - Address
    range: LangString
    multivalued: true
  fullAddress:
    name: fullAddress
    description: The complete address written as a string.
    title: full address
    from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
    rank: 1000
    slot_uri: locn:fullAddress
    owner: Address
    domain_of:
    - Address
    range: LangString
    multivalued: true
class_uri: locn:Address