Skip to content

Physical Resource

A Physical resource is, but not limited to, a datacenter, a bare-metal service, a warehouse, a plant. Those are entities that have a weight and position in physical space.

URI: gx:PhysicalResource

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


      PhysicalResource <|-- PointOfPresence
        click PointOfPresence href "../PointOfPresence"
      PhysicalResource <|-- Datacenter
        click Datacenter href "../Datacenter"


      PhysicalResource : aggregationOfResources




    PhysicalResource --> "*" String : aggregationOfResources
    click String href "../String"


      PhysicalResource : description




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


      PhysicalResource : energyMix




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


      PhysicalResource : energyUsageEfficiency




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


      PhysicalResource : location




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


      PhysicalResource : maintainedBy




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


      PhysicalResource : manufacturedBy




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


      PhysicalResource : name




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


      PhysicalResource : ownedBy




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


      PhysicalResource : waterUsageEffectiveness




    PhysicalResource --> "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 ... direct
aggregationOfResources *
xsd:string or 
Resource
A resolvable link of resources related to the resource and that can exist ind... direct
ownedBy *
LegalPerson
A list of resolvable links to Gaia-X Credentials of participant owning the re... direct
manufacturedBy *
LegalPerson
A list of resolvable links to Gaia-X Credentials of participant manufacturing... direct
location 1..*
Address
A list of physical locations direct
energyUsageEfficiency 0..1
EnergyUsageEfficiency
Information about the energy usage efficiency of the resource, including rele... direct
waterUsageEffectiveness 0..1
WaterUsageEffectiveness
Information regarding the water usage effectiveness of the resource, includin... direct
energyMix *
EnergyMix
A list of information on the composition of the energy mix used by the resour... direct
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
ServiceOffering hostedOn any_of[range] PhysicalResource
InfrastructureServiceOffering hostedOn any_of[range] PhysicalResource
ComputeServiceOffering hostedOn any_of[range] PhysicalResource
VirtualMachineServiceOffering hostedOn any_of[range] PhysicalResource
ContainerServiceOffering hostedOn any_of[range] PhysicalResource
BareMetalServiceOffering hostedOn any_of[range] PhysicalResource
ComputeFunctionServiceOffering hostedOn any_of[range] PhysicalResource
ConnectivityServiceOffering hostedOn any_of[range] PhysicalResource
DataProduct hostedOn any_of[range] PhysicalResource
NetworkConnectivityServiceOffering hostedOn any_of[range] PhysicalResource
InterconnectionServiceOffering hostedOn any_of[range] PhysicalResource
LinkConnectivityServiceOffering hostedOn any_of[range] PhysicalResource
PhysicalConnectivityServiceOffering hostedOn any_of[range] PhysicalResource
StorageServiceOffering hostedOn any_of[range] PhysicalResource
FileStorageServiceOffering hostedOn any_of[range] PhysicalResource
BlockStorageServiceOffering hostedOn any_of[range] PhysicalResource
ObjectStorageServiceOffering hostedOn any_of[range] PhysicalResource

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: PhysicalResource
description: A Physical resource is, but not limited to, a datacenter, a bare-metal
  service, a warehouse, a plant. Those are entities that have a weight and position
  in physical space.
title: Physical Resource
from_schema: https://w3id.org/gaia-x/development#resource
is_a: Resource
slots:
- maintainedBy
- aggregationOfResources
attributes:
  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
    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
    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
    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
    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
    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
    domain_of:
    - PhysicalResource
    range: EnergyMix
    multivalued: true

Induced

name: PhysicalResource
description: A Physical resource is, but not limited to, a datacenter, a bare-metal
  service, a warehouse, a plant. Those are entities that have a weight and position
  in physical space.
title: Physical Resource
from_schema: https://w3id.org/gaia-x/development#resource
is_a: Resource
attributes:
  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: PhysicalResource
    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: PhysicalResource
    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: PhysicalResource
    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: PhysicalResource
    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: PhysicalResource
    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: PhysicalResource
    domain_of:
    - PhysicalResource
    range: EnergyMix
    multivalued: true
  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: PhysicalResource
    domain_of:
    - PhysicalResource
    range: LegalPerson
    required: true
    multivalued: true
  aggregationOfResources:
    name: aggregationOfResources
    description: A resolvable link of resources related to the resource and that can
      exist independently of it.
    title: aggregation of
    from_schema: https://w3id.org/gaia-x/development#resource
    alias: aggregationOfResources
    owner: PhysicalResource
    domain_of:
    - ServiceOffering
    - Resource
    - PhysicalResource
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Resource
  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: PhysicalResource
    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: PhysicalResource
    domain_of:
    - GaiaXEntity
    - DataProduct
    - Measure
    range: string
    required: false