Skip to content

Region

A region is an aggregation of datacenters.

URI: gx:Region

 classDiagram
    class Region
    click Region href "../Region"
      Resource <|-- Region
        click Resource href "../Resource"

      Region : address




    Region --> "0..1" Address : address
    click Address href "../Address"


      Region : aggregationOfResources




    Region --> "1..*" String : aggregationOfResources
    click String href "../String"


      Region : description




    Region --> "0..1" String : description
    click String href "../String"


      Region : name




    Region --> "0..1" String : name
    click String href "../String"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
address 0..1
Address
The physical address associated with the region direct
aggregationOfResources 1..*
xsd:string or 
Datacenter
References those datacenters (at least one must exist) out of which a region ... Resource
name 0..1
xsd:string
A human readable name of the entity GaiaXEntity
description 0..1
xsd:string
A free text description of the entity GaiaXEntity

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#region

LinkML Source

Direct

name: Region
description: A region is an aggregation of datacenters.
title: Region
from_schema: https://w3id.org/gaia-x/development#region
is_a: Resource
slot_usage:
  aggregationOfResources:
    name: aggregationOfResources
    description: References those datacenters (at least one must exist) out of which
      a region is aggregated.
    title: Aggregation Of
    required: true
    multivalued: true
    any_of:
    - range: Datacenter
attributes:
  address:
    name: address
    description: The physical address associated with the region.
    title: Address
    from_schema: https://w3id.org/gaia-x/development#region
    domain_of:
    - AvailabilityZone
    - Region
    range: Address

Induced

name: Region
description: A region is an aggregation of datacenters.
title: Region
from_schema: https://w3id.org/gaia-x/development#region
is_a: Resource
slot_usage:
  aggregationOfResources:
    name: aggregationOfResources
    description: References those datacenters (at least one must exist) out of which
      a region is aggregated.
    title: Aggregation Of
    required: true
    multivalued: true
    any_of:
    - range: Datacenter
attributes:
  address:
    name: address
    description: The physical address associated with the region.
    title: Address
    from_schema: https://w3id.org/gaia-x/development#region
    alias: address
    owner: Region
    domain_of:
    - AvailabilityZone
    - Region
    range: Address
  aggregationOfResources:
    name: aggregationOfResources
    description: References those datacenters (at least one must exist) out of which
      a region is aggregated.
    title: Aggregation Of
    from_schema: https://w3id.org/gaia-x/development#resource
    alias: aggregationOfResources
    owner: Region
    domain_of:
    - ServiceOffering
    - Resource
    - PhysicalResource
    range: string
    required: true
    multivalued: true
    any_of:
    - range: Datacenter
  name:
    name: name
    description: A human readable name of the entity.
    title: name
    from_schema: http://w3id.org/gaia-x/gx-trust-framework
    rank: 1000
    slot_uri: https_schema:name
    alias: name
    owner: Region
    domain_of:
    - GaiaXEntity
    range: string
    required: false
  description:
    name: description
    description: A free text description of the entity.
    title: description
    from_schema: http://w3id.org/gaia-x/gx-trust-framework
    rank: 1000
    slot_uri: https_schema:description
    alias: description
    owner: Region
    domain_of:
    - GaiaXEntity
    - DataProduct
    - Measure
    range: string
    required: false