Ecosystem
Description of an ecosystem including a (formal) representation of its trust profile. The (subject) identifier of an RDF resource of this type is understood to be the ecosystem's ID so should be chosen with care.
URI: gx:class/Ecosystem
classDiagram
class Ecosystem
click Ecosystem href "../Ecosystem"
GaiaXEntity <|-- Ecosystem
click GaiaXEntity href "../GaiaXEntity"
Ecosystem : description
Ecosystem --> "0..1" String : description
click String href "../String"
Ecosystem : ecoTrustScope
Ecosystem --> "1..*" EcoTrustScope : ecoTrustScope
click EcoTrustScope href "../EcoTrustScope"
Ecosystem : name
Ecosystem --> "0..1" String : name
click String href "../String"
Inheritance
- GaiaXEntity
- Ecosystem
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| ecoTrustScope | 1..* EcoTrustScope |
direct | |
| name | 0..1 xsd:string |
A human readable name of the entity | GaiaXEntity |
| description | 0..1 xsd:string |
GaiaXEntity |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#meta-registry
LinkML Source
Direct
name: Ecosystem
description: Description of an ecosystem including a (formal) representation of its
trust profile. The (subject) identifier of an RDF resource of this type is understood
to be the ecosystem's ID so should be chosen with care.
title: Ecosystem
from_schema: https://w3id.org/gaia-x/development#meta-registry
is_a: GaiaXEntity
slots:
- ecoTrustScope
tree_root: true
Induced
name: Ecosystem
description: Description of an ecosystem including a (formal) representation of its
trust profile. The (subject) identifier of an RDF resource of this type is understood
to be the ecosystem's ID so should be chosen with care.
title: Ecosystem
from_schema: https://w3id.org/gaia-x/development#meta-registry
is_a: GaiaXEntity
attributes:
ecoTrustScope:
name: ecoTrustScope
title: Trust Scope
from_schema: https://w3id.org/gaia-x/development#meta-registry
alias: ecoTrustScope
owner: Ecosystem
domain_of:
- Ecosystem
range: EcoTrustScope
required: true
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: Ecosystem
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: Ecosystem
domain_of:
- GaiaXEntity
- Measure
range: string
tree_root: true