Skip to content

Class: PostalAddress

Structured postal or physical address for an agent.

Embedded value type — nested inside a parent record, not a graph node.

URI: pbs:PostalAddress

classDiagram
direction TB
class PostalAddress
click PostalAddress href "./PostalAddress.html" _blank
Hold "Alt" / "Option" to enable pan & zoom

Class Properties

Property Value
Class URI pbs:PostalAddress

Slots

Name Cardinality and Range Description Inheritance
street_address 0..1
String
Street name and house number or equivalent address line. direct
post_office_box_number 0..1
String
Post office box number where applicable. direct
postal_code 0..1
String
Postal or ZIP code. direct
address_locality 0..1
String
Locality, city, or town. direct
address_region 0..1
String
Region, state, canton, or province. direct
address_country 0..1
String
Country name. direct
address_country_code 0..1
String
Optional ISO 3166-1 alpha-2 or alpha-3 country code. direct

Usages

used by used in type used
Person postal_addresses range PostalAddress
Company postal_addresses range PostalAddress

Identifier and Mapping Information

Schema Source

  • from schema: https://schema.pragmaticbim.ch

Mappings

Mapping Type Mapped Value
self pbs:PostalAddress
native pbs:PostalAddress
exact schema:PostalAddress

LinkML Source

Direct

name: PostalAddress
description: Structured postal or physical address for an agent.
from_schema: https://schema.pragmaticbim.ch
exact_mappings:
- schema:PostalAddress
slots:
- street_address
- post_office_box_number
- postal_code
- address_locality
- address_region
- address_country
- address_country_code
class_uri: pbs:PostalAddress

Induced

name: PostalAddress
description: Structured postal or physical address for an agent.
from_schema: https://schema.pragmaticbim.ch
exact_mappings:
- schema:PostalAddress
attributes:
  street_address:
    name: street_address
    description: Street name and house number or equivalent address line.
    from_schema: https://schema.pragmaticbim.ch
    rank: 1000
    slot_uri: schema:streetAddress
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: string
  post_office_box_number:
    name: post_office_box_number
    description: Post office box number where applicable.
    from_schema: https://schema.pragmaticbim.ch
    rank: 1000
    slot_uri: schema:postOfficeBoxNumber
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: string
  postal_code:
    name: postal_code
    description: Postal or ZIP code.
    from_schema: https://schema.pragmaticbim.ch
    rank: 1000
    slot_uri: schema:postalCode
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: string
  address_locality:
    name: address_locality
    description: Locality, city, or town.
    from_schema: https://schema.pragmaticbim.ch
    rank: 1000
    slot_uri: schema:addressLocality
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: string
  address_region:
    name: address_region
    description: Region, state, canton, or province.
    from_schema: https://schema.pragmaticbim.ch
    rank: 1000
    slot_uri: schema:addressRegion
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: string
  address_country:
    name: address_country
    description: Country name.
    from_schema: https://schema.pragmaticbim.ch
    rank: 1000
    slot_uri: schema:addressCountry
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: string
  address_country_code:
    name: address_country_code
    description: Optional ISO 3166-1 alpha-2 or alpha-3 country code.
    from_schema: https://schema.pragmaticbim.ch
    rank: 1000
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: string
class_uri: pbs:PostalAddress