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:class/PhysicalResource

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
GaiaXEntity

Usages

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
- ownedBy
- manufacturedBy
- location
- energyUsageEfficiency
- waterUsageEffectiveness
- energyMix

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:
  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#slots
    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#slots
    alias: aggregationOfResources
    owner: PhysicalResource
    domain_of:
    - ServiceOffering
    - Resource
    - PhysicalResource
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Resource
  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#slots
    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#slots
    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#slots
    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#slots
    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#slots
    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#slots
    alias: energyMix
    owner: PhysicalResource
    domain_of:
    - PhysicalResource
    range: EnergyMix
    multivalued: true
  name:
    name: name
    description: A human readable name of the entity.
    title: name
    from_schema: https://w3id.org/gaia-x/development#slots
    slot_uri: httpsschema:name
    alias: name
    owner: PhysicalResource
    domain_of:
    - GaiaXEntity
    range: string
    required: false
  description:
    name: description
    from_schema: https://w3id.org/gaia-x/development#slots
    slot_uri: httpsschema:description
    alias: description
    owner: PhysicalResource
    domain_of:
    - GaiaXEntity
    - Measure
    range: string