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
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