Skip to content

Participant

An legal or natural person that is onboarded to Gaia-X and offers, consumes services or operates resources.

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

URI: gx:Participant

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


      Participant <|-- LegalPerson
        click LegalPerson href "../LegalPerson"


      Participant : description




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


      Participant : name




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


Inheritance

Slots

Name Cardinality and Range Description Inheritance
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
DataResource dataController range Participant

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: Participant
description: An legal or natural person that is onboarded to Gaia-X and offers, consumes
  services or operates resources.
from_schema: https://w3id.org/gaia-x/development#participant
is_a: GaiaXEntity
abstract: true

Induced

name: Participant
description: An legal or natural person that is onboarded to Gaia-X and offers, consumes
  services or operates resources.
from_schema: https://w3id.org/gaia-x/development#participant
is_a: GaiaXEntity
abstract: true
attributes:
  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: Participant
    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: Participant
    domain_of:
    - GaiaXEntity
    - DataProduct
    - Measure
    range: string
    required: false