Class: Address
Postal address
URI: linkml:Any
classDiagram
class Address
click Address href "../Address/"
Address : addr_lines
Address : city
Address : postal_code
Address : state
Class Properties
| Property | Value |
|---|---|
| Class URI | linkml:Any |
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| addr_lines | * String |
Address lines | direct |
| city | 0..1 String |
City name | direct |
| state | 0..1 String |
State or region | direct |
| postal_code | 0..1 String |
Postal code | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Party | addresses | range | Address |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/nist-sp-800-171
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | linkml:Any |
| native | nist_sp_800_171:Address |
LinkML Source
Direct
name: Address
description: Postal address
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
slots:
- addr-lines
- city
- state
- postal-code
class_uri: linkml:Any
Induced
name: Address
description: Postal address
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
attributes:
addr-lines:
name: addr-lines
description: Address lines
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
aliases:
- addr_lines
rank: 1000
alias: addr_lines
owner: Address
domain_of:
- Address
range: string
multivalued: true
city:
name: city
description: City name
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
rank: 1000
alias: city
owner: Address
domain_of:
- Address
range: string
state:
name: state
description: State or region
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
rank: 1000
alias: state
owner: Address
domain_of:
- Address
range: string
postal-code:
name: postal-code
description: Postal code
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
aliases:
- postal_code
rank: 1000
alias: postal_code
owner: Address
domain_of:
- Address
range: string
class_uri: linkml:Any