Skip to content

Class: PostalAddress

Represents an Address

URI: schema:PostalAddress

classDiagram class PostalAddress Entity <|-- PostalAddress PostalAddress : city PostalAddress : country PostalAddress : postal_code PostalAddress : state PostalAddress : street_address PostalAddress : street_address_additional PostalAddress : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
street_address 0..1
String
The street address direct
street_address_additional 0..1
String
direct
city 0..1
String
The city direct
state 0..1
String
The state direct
postal_code 0..1
String
The postal code or zip code direct
country 0..1
String
The country direct
type 0..1
String
A type for a thing Entity

Usages

used by used in type used
HealthcareSite address range PostalAddress
Place address range PostalAddress
Landform address range PostalAddress
EnvironmentalSite address range PostalAddress

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-common

Mappings

Mapping Type Mapped Value
self schema:PostalAddress
native linkml_common:PostalAddress
exact omopschema:CARE_SITE

LinkML Source

Direct

name: PostalAddress
description: Represents an Address
from_schema: https://w3id.org/linkml/linkml-common
exact_mappings:
- omopschema:CARE_SITE
is_a: Entity
attributes:
  street_address:
    name: street_address
    description: The street address
    from_schema: https://w3id.org/linkml-common/geography
    exact_mappings:
    - omopschema:address_1
    rank: 1000
    domain_of:
    - PostalAddress
  street_address_additional:
    name: street_address_additional
    from_schema: https://w3id.org/linkml-common/geography
    exact_mappings:
    - omopschema:address_2
    rank: 1000
    domain_of:
    - PostalAddress
  city:
    name: city
    description: The city
    from_schema: https://w3id.org/linkml-common/geography
    rank: 1000
    domain_of:
    - PostalAddress
  state:
    name: state
    description: The state
    from_schema: https://w3id.org/linkml-common/geography
    rank: 1000
    domain_of:
    - PostalAddress
  postal_code:
    name: postal_code
    description: The postal code or zip code
    from_schema: https://w3id.org/linkml-common/geography
    rank: 1000
    domain_of:
    - PostalAddress
  country:
    name: country
    description: The country
    from_schema: https://w3id.org/linkml-common/geography
    rank: 1000
    domain_of:
    - PostalAddress
class_uri: schema:PostalAddress

Induced

name: PostalAddress
description: Represents an Address
from_schema: https://w3id.org/linkml/linkml-common
exact_mappings:
- omopschema:CARE_SITE
is_a: Entity
attributes:
  street_address:
    name: street_address
    description: The street address
    from_schema: https://w3id.org/linkml-common/geography
    exact_mappings:
    - omopschema:address_1
    rank: 1000
    alias: street_address
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: string
  street_address_additional:
    name: street_address_additional
    from_schema: https://w3id.org/linkml-common/geography
    exact_mappings:
    - omopschema:address_2
    rank: 1000
    alias: street_address_additional
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: string
  city:
    name: city
    description: The city
    from_schema: https://w3id.org/linkml-common/geography
    rank: 1000
    alias: city
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: string
  state:
    name: state
    description: The state
    from_schema: https://w3id.org/linkml-common/geography
    rank: 1000
    alias: state
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: string
  postal_code:
    name: postal_code
    description: The postal code or zip code
    from_schema: https://w3id.org/linkml-common/geography
    rank: 1000
    alias: postal_code
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: string
  country:
    name: country
    description: The country
    from_schema: https://w3id.org/linkml-common/geography
    rank: 1000
    alias: country
    owner: PostalAddress
    domain_of:
    - PostalAddress
    range: string
  type:
    name: type
    description: A type for a thing. The range of this should be a class within the
      schema. It is intended for schema-based classification. Anything beneath the
      shoreline of the schema should use `classification`.
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    designates_type: true
    alias: type
    owner: PostalAddress
    domain_of:
    - Entity
    - NamedThing
    range: string
class_uri: schema:PostalAddress