Class: SimpleAddressFacet
A simple address facet is a grouping of characteristics unique to a geolocation expressed as an administrative address.
URI: master:SimpleAddressFacet
 classDiagram
    class SimpleAddressFacet
      Facet <|-- SimpleAddressFacet
      SimpleAddressFacet : addressType
      SimpleAddressFacet : country
      SimpleAddressFacet : locality
      SimpleAddressFacet : postalCode
      SimpleAddressFacet : region
      SimpleAddressFacet : street
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- SimpleAddressFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| addressType | 0..1  String  | 
The type of the address, for instance home or work | direct | 
| country | 0..1  String  | 
The name of the geolocation country | direct | 
| locality | 0..1  String  | 
The name of the geolocation locality (e | direct | 
| postalCode | 0..1  String  | 
The zip-code | direct | 
| region | 0..1  String  | 
The name of the geolocation region (e | direct | 
| street | 0..1  String  | 
The name of the street | direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:SimpleAddressFacet | 
| native | master: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/uco-master
rank: 1000
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/uco-master
rank: 1000
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/uco-master
    rank: 1000
    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/uco-master
    rank: 1000
    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/uco-master
    rank: 1000
    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/uco-master
    rank: 1000
    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/uco-master
    rank: 1000
    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/uco-master
    rank: 1000
    alias: street
    owner: SimpleAddressFacet
    domain_of:
    - SimpleAddressFacet
    range: string
    maximum_cardinality: 1