Skip to content

Class: SimpleAddressFacet

A simple address facet is a grouping of characteristics unique to a geolocation expressed as an administrative address.

URI: location:SimpleAddressFacet

classDiagram class SimpleAddressFacet Facet <|-- SimpleAddressFacet SimpleAddressFacet : addressType SimpleAddressFacet ..> string : addressType SimpleAddressFacet : country SimpleAddressFacet ..> string : country SimpleAddressFacet : locality SimpleAddressFacet ..> string : locality SimpleAddressFacet : postalCode SimpleAddressFacet ..> string : postalCode SimpleAddressFacet : region SimpleAddressFacet ..> string : region SimpleAddressFacet : street SimpleAddressFacet ..> string : street

Inheritance

Slots

Name Cardinality and Range Description Inheritance
addressType 0..1
xsd:string
The type of the address, for instance home or work direct
country 0..1
xsd:string
The name of the geolocation country direct
locality 0..1
xsd:string
The name of the geolocation locality (e direct
postalCode 0..1
xsd:string
The zip-code direct
region 0..1
xsd:string
The name of the geolocation region (e direct
street 0..1
xsd:string
The name of the street direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/ucolink-location

Mappings

Mapping Type Mapped Value
self location:SimpleAddressFacet
native location:SimpleAddressFacet

LinkML Source

Direct

name: SimpleAddressFacet
description: A simple address facet is a grouping of characteristics unique to a geolocation
  expressed as an administrative address.
from_schema: https://w3id.org/lmodel/ucolink-location
is_a: Facet
slots:
- addressType
- country
- locality
- postalCode
- region
- street
slot_usage:
  addressType:
    name: addressType
    domain_of:
    - SimpleAddressFacet
    maximum_cardinality: 1
  country:
    name: country
    domain_of:
    - SimpleAddressFacet
    maximum_cardinality: 1
  locality:
    name: locality
    domain_of:
    - SimpleAddressFacet
    maximum_cardinality: 1
  postalCode:
    name: postalCode
    domain_of:
    - SimpleAddressFacet
    maximum_cardinality: 1
  region:
    name: region
    domain_of:
    - SimpleAddressFacet
    maximum_cardinality: 1
  street:
    name: street
    domain_of:
    - SimpleAddressFacet
    maximum_cardinality: 1

Induced

name: SimpleAddressFacet
description: A simple address facet is a grouping of characteristics unique to a geolocation
  expressed as an administrative address.
from_schema: https://w3id.org/lmodel/ucolink-location
is_a: Facet
slot_usage:
  addressType:
    name: addressType
    domain_of:
    - SimpleAddressFacet
    maximum_cardinality: 1
  country:
    name: country
    domain_of:
    - SimpleAddressFacet
    maximum_cardinality: 1
  locality:
    name: locality
    domain_of:
    - SimpleAddressFacet
    maximum_cardinality: 1
  postalCode:
    name: postalCode
    domain_of:
    - SimpleAddressFacet
    maximum_cardinality: 1
  region:
    name: region
    domain_of:
    - SimpleAddressFacet
    maximum_cardinality: 1
  street:
    name: street
    domain_of:
    - SimpleAddressFacet
    maximum_cardinality: 1
attributes:
  addressType:
    name: addressType
    description: The type of the address, for instance home or work.
    from_schema: https://w3id.org/lmodel/ucolink-location
    alias: addressType
    owner: SimpleAddressFacet
    domain_of:
    - SimpleAddressFacet
    range: string
    maximum_cardinality: 1
  country:
    name: country
    description: The name of the geolocation country.
    from_schema: https://w3id.org/lmodel/ucolink-location
    alias: country
    owner: SimpleAddressFacet
    domain_of:
    - SimpleAddressFacet
    range: string
    maximum_cardinality: 1
  locality:
    name: locality
    description: The name of the geolocation locality (e.g., city).
    from_schema: https://w3id.org/lmodel/ucolink-location
    alias: locality
    owner: SimpleAddressFacet
    domain_of:
    - SimpleAddressFacet
    range: string
    maximum_cardinality: 1
  postalCode:
    name: postalCode
    description: The zip-code.
    from_schema: https://w3id.org/lmodel/ucolink-location
    alias: postalCode
    owner: SimpleAddressFacet
    domain_of:
    - SimpleAddressFacet
    range: string
    maximum_cardinality: 1
  region:
    name: region
    description: The name of the geolocation region (e.g., state).
    from_schema: https://w3id.org/lmodel/ucolink-location
    alias: region
    owner: SimpleAddressFacet
    domain_of:
    - SimpleAddressFacet
    range: string
    maximum_cardinality: 1
  street:
    name: street
    description: The name of the street.
    from_schema: https://w3id.org/lmodel/ucolink-location
    alias: street
    owner: SimpleAddressFacet
    domain_of:
    - SimpleAddressFacet
    range: string
    maximum_cardinality: 1