Class: PostalAddress

Structured postal or physical address for an agent.

URI: pbs:PostalAddress

classDiagram class PostalAddress click PostalAddress href "./PostalAddress.html" PostalAddress : address_country PostalAddress : address_country_code PostalAddress : address_locality PostalAddress : address_region PostalAddress : post_office_box_number PostalAddress : postal_code PostalAddress : street_address

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
Agent postal_addresses range PostalAddress
Person postal_addresses range PostalAddress
Company postal_addresses range PostalAddress

Identifier and Mapping Information

Schema Source

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://example.org/pragmatic-bim-data-contract
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://example.org/pragmatic-bim-data-contract
exact_mappings:
- schema:PostalAddress
attributes:
  street_address:
    name: street_address
    description: Street name and house number or equivalent address line.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    slot_uri: schema:streetAddress
    alias: street_address
    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://example.org/pragmatic-bim-data-contract
    rank: 1000
    slot_uri: schema:postOfficeBoxNumber
    alias: post_office_box_number
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: string
  postal_code:
    name: postal_code
    description: Postal or ZIP code.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    slot_uri: schema:postalCode
    alias: postal_code
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: string
  address_locality:
    name: address_locality
    description: Locality, city, or town.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    slot_uri: schema:addressLocality
    alias: address_locality
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: string
  address_region:
    name: address_region
    description: Region, state, canton, or province.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    slot_uri: schema:addressRegion
    alias: address_region
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: string
  address_country:
    name: address_country
    description: Country name.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    slot_uri: schema:addressCountry
    alias: address_country
    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://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: address_country_code
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: string
class_uri: pbs:PostalAddress