Class: Address

URI: gx:Address

classDiagram class Address Address <|-- LegalAddress Address <|-- HeadquarterAddress Address : country_name Address : gps Address : locality Address : postal_code Address : street_address

Inheritance

Slots

Name Cardinality and Range Description Inheritance
country_name 1..1
String
Physical location of head quarter in ISO 3166-1 alpha2, alpha-3 or numeric fo... direct
gps 0..1
String
GPS in ISO 6709:2008/Cor 1:2009 format direct
street_address 0..1
String
The v:street-address property specifies the street address of a postal addres... direct
postal_code 0..1
String
String of a street-address direct
locality 0..1
String
The v:locality property specifies the locality (e direct

Usages

used by used in type used
PhysicalResource locationAddress range Address

Identifier and Mapping Information

Schema Source

  • from schema: https://$BASE_URL$/aster-data

Mappings

Mapping Type Mapped Value
self gx:Address
native https://$BASE_URL$/aster-data/:Address

LinkML Source

Direct

name: Address
from_schema: https://$BASE_URL$/aster-data
attributes:
  country-name:
    name: country-name
    description: Physical location of head quarter in ISO 3166-1 alpha2, alpha-3 or
      numeric format.
    title: country name
    from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
    rank: 1000
    range: string
    required: true
  gps:
    name: gps
    description: GPS in ISO 6709:2008/Cor 1:2009 format.
    title: gps
    from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
    rank: 1000
    range: string
    required: false
  street-address:
    name: street-address
    description: The v:street-address property specifies the street address of a postal
      address.
    title: street address
    from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
    rank: 1000
    range: string
    required: false
  postal-code:
    name: postal-code
    description: String of a street-address.
    title: postal code
    from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
    rank: 1000
    range: string
    required: false
  locality:
    name: locality
    description: The v:locality property specifies the locality (e.g., city) of a
      postal address.
    title: locality
    from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
    rank: 1000
    range: string
    required: false
class_uri: gx:Address

Induced

name: Address
from_schema: https://$BASE_URL$/aster-data
attributes:
  country-name:
    name: country-name
    description: Physical location of head quarter in ISO 3166-1 alpha2, alpha-3 or
      numeric format.
    title: country name
    from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
    rank: 1000
    alias: country_name
    owner: Address
    domain_of:
    - Address
    range: string
    required: true
  gps:
    name: gps
    description: GPS in ISO 6709:2008/Cor 1:2009 format.
    title: gps
    from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
    rank: 1000
    alias: gps
    owner: Address
    domain_of:
    - Address
    range: string
    required: false
  street-address:
    name: street-address
    description: The v:street-address property specifies the street address of a postal
      address.
    title: street address
    from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
    rank: 1000
    alias: street_address
    owner: Address
    domain_of:
    - Address
    range: string
    required: false
  postal-code:
    name: postal-code
    description: String of a street-address.
    title: postal code
    from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
    rank: 1000
    alias: postal_code
    owner: Address
    domain_of:
    - Address
    range: string
    required: false
  locality:
    name: locality
    description: The v:locality property specifies the locality (e.g., city) of a
      postal address.
    title: locality
    from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
    rank: 1000
    alias: locality
    owner: Address
    domain_of:
    - Address
    range: string
    required: false
class_uri: gx:Address