Skip to content

Resource

Description of a good or object of the Gaia-X Ecosystem, and may be aggregated in a Service Offering or exist independently of it.

  • NOTE: this is an abstract class and should not be instantiated directly

URI: gx:Resource

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


      Resource <|-- AvailabilityZone
        click AvailabilityZone href "../AvailabilityZone"
      Resource <|-- VirtualResource
        click VirtualResource href "../VirtualResource"
      Resource <|-- PhysicalResource
        click PhysicalResource href "../PhysicalResource"
      Resource <|-- Region
        click Region href "../Region"


      Resource : aggregationOfResources




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


      Resource : description




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


      Resource : name




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


Inheritance

Slots

Name Cardinality and Range Description Inheritance
aggregationOfResources *
xsd:string or 
Resource
A resolvable link of resources related to the resource and that can exist ind... 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
AvailabilityZone aggregationOfResources any_of[range] Resource
CodeArtifact aggregationOfResources any_of[range] Resource
ComputeFunctionTemplate aggregationOfResources any_of[range] Resource
ServiceOffering aggregationOfResources any_of[range] Resource
InfrastructureServiceOffering aggregationOfResources any_of[range] Resource
ComputeServiceOffering aggregationOfResources any_of[range] Resource
VirtualMachineServiceOffering aggregationOfResources any_of[range] Resource
ContainerServiceOffering aggregationOfResources any_of[range] Resource
BareMetalServiceOffering aggregationOfResources any_of[range] Resource
ComputeFunctionServiceOffering aggregationOfResources any_of[range] Resource
PointOfPresence aggregationOfResources any_of[range] Resource
PhysicalInterconnectionPointIdentifier aggregationOfResources any_of[range] Resource
VirtualInterconnectionPointIdentifier aggregationOfResources any_of[range] Resource
InternetExchangePoint aggregationOfResources any_of[range] Resource
ConnectivityServiceOffering aggregationOfResources any_of[range] Resource
ContainerImage aggregationOfResources any_of[range] Resource
DataProduct aggregationOfResources any_of[range] Resource
BackupPolicy backupLocation range Resource
Resource aggregationOfResources any_of[range] Resource
VirtualResource aggregationOfResources any_of[range] Resource
PhysicalResource aggregationOfResources any_of[range] Resource
SoftwareResource aggregationOfResources any_of[range] Resource
OperatingSystem aggregationOfResources any_of[range] Resource
Hypervisor aggregationOfResources any_of[range] Resource
DataResource aggregationOfResources any_of[range] Resource
Image aggregationOfResources any_of[range] Resource
NetworkConnectivityServiceOffering aggregationOfResources any_of[range] Resource
InterconnectionServiceOffering aggregationOfResources any_of[range] Resource
LinkConnectivityServiceOffering aggregationOfResources any_of[range] Resource
PhysicalConnectivityServiceOffering aggregationOfResources any_of[range] Resource
PXEImage aggregationOfResources any_of[range] Resource
VMImage aggregationOfResources any_of[range] Resource
StorageServiceOffering aggregationOfResources any_of[range] Resource
FileStorageServiceOffering aggregationOfResources any_of[range] Resource
BlockStorageServiceOffering aggregationOfResources any_of[range] Resource
ObjectStorageServiceOffering aggregationOfResources any_of[range] Resource

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: Resource
description: Description of a good or object of the Gaia-X Ecosystem, and may be aggregated
  in a Service Offering or exist independently of it.
from_schema: https://w3id.org/gaia-x/development#resource
is_a: GaiaXEntity
abstract: true
slots:
- aggregationOfResources

Induced

name: Resource
description: Description of a good or object of the Gaia-X Ecosystem, and may be aggregated
  in a Service Offering or exist independently of it.
from_schema: https://w3id.org/gaia-x/development#resource
is_a: GaiaXEntity
abstract: true
attributes:
  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: Resource
    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: Resource
    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: Resource
    domain_of:
    - GaiaXEntity
    - DataProduct
    - Measure
    range: string
    required: false