Class: ContactAddress
"A contact address is a grouping of characteristics unique to a geolocation address of a contact entity."
 classDiagram
    class ContactAddress
      UcoInherentCharacterizationThing <|-- ContactAddress
      ContactAddress : contactAddressScope
      ContactAddress : geoLocationAddress
          ContactAddress ..> Location : geoLocationAddress
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- ContactAddress
 
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| geoLocationAddress | 0..1  Location  | 
"An administrative address for a particular geolocation | direct | 
| contactAddressScope | 0..1  String  | 
"contactAddressScope specifies the relevant scope (home, work, school, etc) f... | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| ContactAffiliation | organizationLocation | range | ContactAddress | 
| ContactFacet | contactAddress | range | ContactAddress | 
| ProfileFacet | contactAddress | range | ContactAddress | 
| WhoisContactFacet | contactAddress | range | ContactAddress | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:ContactAddress | 
| native | master:ContactAddress | 
| exact | lm_core:Address | 
| related | wikidata_property:P2918 | 
| close | sumo:PostalPlace | 
LinkML Source
Direct
name: ContactAddress
description: '"A contact address is a grouping of characteristics unique to a geolocation
  address of a contact entity."'
from_schema: https://w3id.org/lmodel/uco-master
exact_mappings:
- lm_core:Address
close_mappings:
- sumo:PostalPlace
related_mappings:
- wikidata_property:P2918
rank: 1000
is_a: UcoInherentCharacterizationThing
slots:
- geoLocationAddress
- contactAddressScope
Induced
name: ContactAddress
description: '"A contact address is a grouping of characteristics unique to a geolocation
  address of a contact entity."'
from_schema: https://w3id.org/lmodel/uco-master
exact_mappings:
- lm_core:Address
close_mappings:
- sumo:PostalPlace
related_mappings:
- wikidata_property:P2918
rank: 1000
is_a: UcoInherentCharacterizationThing
attributes:
  geoLocationAddress:
    name: geoLocationAddress
    description: '"An administrative address for a particular geolocation."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: geoLocationAddress
    owner: ContactAddress
    domain_of:
    - ContactAddress
    - WhoisRegistrarInfoType
    range: Location
  contactAddressScope:
    name: contactAddressScope
    description: '"contactAddressScope specifies the relevant scope (home, work, school,
      etc) for a geolocation address of a contact entity."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: contactAddressScope
    owner: ContactAddress
    domain_of:
    - ContactAddress
    union_of:
    - '{''range'': ''ContactAddressScopeVocab''}'
    - '{''range'': ''string type''}'
    range: string