Skip to content

Datacenter

A datacenter is an aggregation of availability zones

URI: gx:Datacenter

 classDiagram
    class Datacenter
    click Datacenter href "../Datacenter"
      PhysicalResource <|-- Datacenter
        click PhysicalResource href "../PhysicalResource"

      Datacenter : aggregationOfResources




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


      Datacenter : description




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


      Datacenter : energyMix




    Datacenter --> "*" EnergyMix : energyMix
    click EnergyMix href "../EnergyMix"


      Datacenter : energyUsageEfficiency




    Datacenter --> "0..1" EnergyUsageEfficiency : energyUsageEfficiency
    click EnergyUsageEfficiency href "../EnergyUsageEfficiency"


      Datacenter : location




    Datacenter --> "1..*" Address : location
    click Address href "../Address"


      Datacenter : maintainedBy




    Datacenter --> "1..*" LegalPerson : maintainedBy
    click LegalPerson href "../LegalPerson"


      Datacenter : manufacturedBy




    Datacenter --> "*" LegalPerson : manufacturedBy
    click LegalPerson href "../LegalPerson"


      Datacenter : name




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


      Datacenter : ownedBy




    Datacenter --> "*" LegalPerson : ownedBy
    click LegalPerson href "../LegalPerson"


      Datacenter : waterUsageEffectiveness




    Datacenter --> "0..1" WaterUsageEffectiveness : waterUsageEffectiveness
    click WaterUsageEffectiveness href "../WaterUsageEffectiveness"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
maintainedBy 1..*
LegalPerson
A list of resolvable links to Gaia-X Credentials of participants maintaining ... PhysicalResource
aggregationOfResources 1..*
xsd:string or 
AvailabilityZone
References those availability zones (at least one must exist) out of which a ... PhysicalResource, Resource
ownedBy *
LegalPerson
A list of resolvable links to Gaia-X Credentials of participant owning the re... PhysicalResource
manufacturedBy *
LegalPerson
A list of resolvable links to Gaia-X Credentials of participant manufacturing... PhysicalResource
location 1..*
Address
A list of physical locations PhysicalResource
energyUsageEfficiency 0..1
EnergyUsageEfficiency
Information about the energy usage efficiency of the resource, including rele... PhysicalResource
waterUsageEffectiveness 0..1
WaterUsageEffectiveness
Information regarding the water usage effectiveness of the resource, includin... PhysicalResource
energyMix *
EnergyMix
A list of information on the composition of the energy mix used by the resour... PhysicalResource
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

Usages

used by used in type used
DatacenterAllocation refersTo range Datacenter
Region aggregationOfResources any_of[range] Datacenter

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: Datacenter
description: A datacenter is an aggregation of availability zones
title: Datacenter
from_schema: https://w3id.org/gaia-x/development#datacenter
is_a: PhysicalResource
slot_usage:
  aggregationOfResources:
    name: aggregationOfResources
    description: References those availability zones (at least one must exist) out
      of which a datacenter is aggregated.
    title: Aggregation Of
    required: true
    multivalued: true
    any_of:
    - range: AvailabilityZone

Induced

name: Datacenter
description: A datacenter is an aggregation of availability zones
title: Datacenter
from_schema: https://w3id.org/gaia-x/development#datacenter
is_a: PhysicalResource
slot_usage:
  aggregationOfResources:
    name: aggregationOfResources
    description: References those availability zones (at least one must exist) out
      of which a datacenter is aggregated.
    title: Aggregation Of
    required: true
    multivalued: true
    any_of:
    - range: AvailabilityZone
attributes:
  maintainedBy:
    name: maintainedBy
    description: A list of resolvable links to Gaia-X Credentials of participants
      maintaining the resource in operational condition and thus having physical access
      to it.
    title: maintained by
    from_schema: https://w3id.org/gaia-x/development#resource
    alias: maintainedBy
    owner: Datacenter
    domain_of:
    - PhysicalResource
    range: LegalPerson
    required: true
    multivalued: true
  aggregationOfResources:
    name: aggregationOfResources
    description: References those availability zones (at least one must exist) out
      of which a datacenter is aggregated.
    title: Aggregation Of
    from_schema: https://w3id.org/gaia-x/development#resource
    alias: aggregationOfResources
    owner: Datacenter
    domain_of:
    - ServiceOffering
    - Resource
    - PhysicalResource
    range: string
    required: true
    multivalued: true
    any_of:
    - range: AvailabilityZone
  ownedBy:
    name: ownedBy
    description: A list of resolvable links to Gaia-X Credentials of participant owning
      the resource.
    title: owned by
    from_schema: https://w3id.org/gaia-x/development#resource
    rank: 1000
    alias: ownedBy
    owner: Datacenter
    domain_of:
    - PhysicalResource
    range: LegalPerson
    multivalued: true
  manufacturedBy:
    name: manufacturedBy
    description: A list of resolvable links to Gaia-X Credentials of participant manufacturing
      the resource.
    title: manufactured by
    from_schema: https://w3id.org/gaia-x/development#resource
    rank: 1000
    alias: manufacturedBy
    owner: Datacenter
    domain_of:
    - PhysicalResource
    range: LegalPerson
    multivalued: true
  location:
    name: location
    description: A list of physical locations.
    from_schema: https://w3id.org/gaia-x/development#resource
    rank: 1000
    alias: location
    owner: Datacenter
    domain_of:
    - PhysicalResource
    range: Address
    required: true
    multivalued: true
  energyUsageEfficiency:
    name: energyUsageEfficiency
    description: Information about the energy usage efficiency of the resource, including
      relevant certifications and metrics.
    title: Energy Usage Efficiency
    from_schema: https://w3id.org/gaia-x/development#resource
    rank: 1000
    alias: energyUsageEfficiency
    owner: Datacenter
    domain_of:
    - PhysicalResource
    range: EnergyUsageEfficiency
  waterUsageEffectiveness:
    name: waterUsageEffectiveness
    description: Information regarding the water usage effectiveness of the resource,
      including certifications and effectiveness measures.
    title: Water Usage Effectiveness
    from_schema: https://w3id.org/gaia-x/development#resource
    rank: 1000
    alias: waterUsageEffectiveness
    owner: Datacenter
    domain_of:
    - PhysicalResource
    - WaterUsageEffectiveness
    range: WaterUsageEffectiveness
  energyMix:
    name: energyMix
    description: A list of information on the composition of the energy mix used by
      the resource, including percentages of renewable energy and carbon-free energy.
    title: Energy Mix
    from_schema: https://w3id.org/gaia-x/development#resource
    rank: 1000
    alias: energyMix
    owner: Datacenter
    domain_of:
    - PhysicalResource
    range: EnergyMix
    multivalued: true
  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: Datacenter
    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: Datacenter
    domain_of:
    - GaiaXEntity
    - DataProduct
    - Measure
    range: string
    required: false