Skip to content

Class: PostalAddress

The mailing address.

URI: schema:PostalAddress

 classDiagram
    class PostalAddress
      ContactPoint <|-- PostalAddress

      PostalAddress : address_country
      PostalAddress : address_locality
      PostalAddress : address_region
      PostalAddress : email
      PostalAddress : id
      PostalAddress : name
      PostalAddress : postal_code
      PostalAddress : street_address
      PostalAddress : telephone

Inheritance

Attributes (AKA Slots)

Name Cardinality and Range Description Inheritance
address_country 0..1
CountryCode
2-letter code of the country direct
address_locality 0..1
String
Locality name in the local language direct
address_region 0..1
String
Region name in the local language direct
postal_code 0..1
String
Postal code (AKA ZIP-code) of the address direct
street_address 0..1
String
Street and number of the address direct
email 0..1
String
Email address ContactPoint
telephone 0..1
String
The telephone number ContactPoint
id 1
String
The identifier property represents any kind of identifier for any kind of Thi... Thing
name 0..1
String
The name of the item Thing
Deprecated attributes
Name Cardinality and Range Description Inheritance

Usages

used by used in type used
Organization address range PostalAddress

Identifier and Mapping Information

Mappings

Mapping Type Mapped Value
self schema:PostalAddress
native base:PostalAddress

LinkML Source

Direct

name: PostalAddress
description: The mailing address.
title: Postal Address
from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 1000
is_a: ContactPoint
attributes:
  address_country:
    name: address_country
    description: 2-letter code of the country.
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:addressCountry
    domain_of:
    - PostalAddress
    range: CountryCode
  address_locality:
    name: address_locality
    description: Locality name in the local language.
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:addressLocality
    domain_of:
    - PostalAddress
    range: string
  address_region:
    name: address_region
    description: Region name in the local language.
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:addressRegion
    domain_of:
    - PostalAddress
    range: string
  postal_code:
    name: postal_code
    description: Postal code (AKA ZIP-code) of the address.
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:postalCode
    domain_of:
    - PostalAddress
    range: string
  street_address:
    name: street_address
    description: Street and number of the address.
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:streetAddress
    domain_of:
    - PostalAddress
    range: string
class_uri: schema:PostalAddress

Induced

name: PostalAddress
description: The mailing address.
title: Postal Address
from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 1000
is_a: ContactPoint
attributes:
  address_country:
    name: address_country
    description: 2-letter code of the country.
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:addressCountry
    alias: address_country
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: CountryCode
  address_locality:
    name: address_locality
    description: Locality name in the local language.
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:addressLocality
    alias: address_locality
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: string
  address_region:
    name: address_region
    description: Region name in the local language.
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:addressRegion
    alias: address_region
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: string
  postal_code:
    name: postal_code
    description: Postal code (AKA ZIP-code) of the address.
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:postalCode
    alias: postal_code
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: string
  street_address:
    name: street_address
    description: Street and number of the address.
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:streetAddress
    alias: street_address
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: string
  email:
    name: email
    description: Email address.
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:email
    alias: email
    owner: PostalAddress
    domain_of:
    - ContactPoint
    range: string
  telephone:
    name: telephone
    description: The telephone number.
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:telephone
    alias: telephone
    owner: PostalAddress
    domain_of:
    - ContactPoint
    range: string
  id:
    name: id
    description: The identifier property represents any kind of identifier for any
      kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated
      properties for representing many of these, either as textual strings or as URL
      (URI) links.
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: PostalAddress
    domain_of:
    - FunctionalObject
    - ConnectionPoint
    - IdentifierType
    - Thing
    range: string
    required: true
  name:
    name: name
    description: The name of the item.
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: PostalAddress
    domain_of:
    - FunctionalObject
    - SoftwareIdentifier
    - Thing
    range: string
class_uri: schema:PostalAddress

Any questions left?

Ask the community