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




    Participant --> "0..1" String : label
    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
GaiaXEntity
label 0..1
xsd:string
A human-readable label GaiaXEntity

Usages

used by used in type used
DataUsageAgreement dataConsumer 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: https://w3id.org/gaia-x/development#slots
    slot_uri: httpsschema:name
    alias: name
    owner: Participant
    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: Participant
    domain_of:
    - GaiaXEntity
    - Measure
    range: string
  label:
    name: label
    description: A human-readable label. Automatically entailed via RDFS inference
      from schema:name (which is declared as rdfs:subPropertyOf rdfs:label by schema.org).
      Declared here so that sh:closed SHACL shapes remain valid when an RDFS-aware
      validator materialises this property.
    title: label
    from_schema: https://w3id.org/gaia-x/development#slots
    slot_uri: rdfs:label
    alias: label
    owner: Participant
    domain_of:
    - GaiaXEntity
    range: string
    required: false