Class: Address
A class to specify a post or street address.
URI: common_domain_model:Address
classDiagram
class Address
click Address href "../Address/"
Address : city
Address : country
Address : postalCode
Address : state
Address : street
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| street | 1..* string |
The set of street and building number information that identifies a postal ad... | direct |
| city | 0..1 string |
The city component of the postal address | direct |
| state | 0..1 string |
A country subdivision used in postal addresses in some countries | direct |
| country | 0..1 string |
The ISO 3166 standard code for the country within which the postal address is... | direct |
| postalCode | 0..1 string |
The code, required for computerized mail sorting systems, that is allocated t... | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| ContactInformation | address | range | Address |
| NoticeContactInformation | address | range | Address |
| TransferContactInformation | address | range | Address |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | common_domain_model:Address |
| native | common_domain_model:Address |
| related | gist:PhysicalAddress, iso29100:PersonallyIdentifiableInformation |
| close | fpml_5_10:Address, gist:Address, oscal:Address |
LinkML Source
Direct
name: Address
description: A class to specify a post or street address.
in_subset:
- cdm_base_staticdata_party
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:Address
- gist:Address
- oscal:Address
related_mappings:
- gist:PhysicalAddress
- iso29100:PersonallyIdentifiableInformation
slots:
- street
- city
- state
- country
- postalCode
Induced
name: Address
description: A class to specify a post or street address.
in_subset:
- cdm_base_staticdata_party
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:Address
- gist:Address
- oscal:Address
related_mappings:
- gist:PhysicalAddress
- iso29100:PersonallyIdentifiableInformation
attributes:
street:
name: street
description: The set of street and building number information that identifies
a postal address within a city.
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:Address.street
rank: 1000
owner: Address
domain_of:
- Address
range: string
required: true
multivalued: true
city:
name: city
description: The city component of the postal address.
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:Address.city
rank: 1000
owner: Address
domain_of:
- Address
range: string
state:
name: state
description: A country subdivision used in postal addresses in some countries.
For example, US states, Canadian provinces, Swiss cantons, ...
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:Address.state
rank: 1000
owner: Address
domain_of:
- Address
- TradeState
- CounterpartyPositionState
- ClosedState
range: string
country:
name: country
annotations:
metadata_scheme:
tag: metadata_scheme
value: true
description: The ISO 3166 standard code for the country within which the postal
address is located.
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:Address.country
rank: 1000
owner: Address
domain_of:
- Address
- PersonIdentifier
range: string
postalCode:
name: postalCode
description: The code, required for computerized mail sorting systems, that is
allocated to a physical address by a national postal authority.
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:Address.postalCode
rank: 1000
owner: Address
domain_of:
- Address
range: string