Skip to content

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-csf-v2

Mappings

Mapping Type Mapped Value
self linkml:Any
native nist_csf_v2:Address

LinkML Source

Direct

name: Address
description: Postal address
in_subset:
- nist_csf_v2_catalog
from_schema: https://w3id.org/lmodel/nist-csf-v2
slots:
- addr-lines
- city
- state
- postal-code
class_uri: linkml:Any

Induced

name: Address
description: Postal address
in_subset:
- nist_csf_v2_catalog
from_schema: https://w3id.org/lmodel/nist-csf-v2
attributes:
  addr-lines:
    name: addr-lines
    description: Address lines
    in_subset:
    - nist_csf_v2_catalog
    from_schema: https://w3id.org/lmodel/nist-csf-v2
    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_csf_v2_catalog
    from_schema: https://w3id.org/lmodel/nist-csf-v2
    rank: 1000
    alias: city
    owner: Address
    domain_of:
    - Address
    range: string
  state:
    name: state
    description: State or region
    in_subset:
    - nist_csf_v2_catalog
    from_schema: https://w3id.org/lmodel/nist-csf-v2
    rank: 1000
    alias: state
    owner: Address
    domain_of:
    - Address
    range: string
  postal-code:
    name: postal-code
    description: Postal code
    in_subset:
    - nist_csf_v2_catalog
    from_schema: https://w3id.org/lmodel/nist-csf-v2
    aliases:
    - postal_code
    rank: 1000
    alias: postal_code
    owner: Address
    domain_of:
    - Address
    range: string
class_uri: linkml:Any