Skip to content

Class: ProjectParticipant

A record of a person and their role on an EMSL project.

URI: basalt_schema:ProjectParticipant

 classDiagram
    class ProjectParticipant
    click ProjectParticipant href "../ProjectParticipant/"
      ProjectParticipant : id

      ProjectParticipant : person





        ProjectParticipant --> "1" PersonValue : person
        click PersonValue href "../PersonValue/"



      ProjectParticipant : role





        ProjectParticipant --> "1" NexusRoleEnum : role
        click NexusRoleEnum href "../NexusRoleEnum/"



Slots

Name Cardinality and Range Description Inheritance
id 1
Uuid
direct
role 1
NexusRoleEnum
The role of the contributor in the study (e direct
person 1
PersonValue
The person who contributed to the study direct

Usages

used by used in type used
Study has_participants range ProjectParticipant

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self basalt_schema:ProjectParticipant
native basalt_schema:ProjectParticipant

LinkML Source

Direct

name: ProjectParticipant
description: A record of a person and their role on an EMSL project.
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
attributes:
  id:
    name: id
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/study
    identifier: true
    domain_of:
    - Activity
    - Entity
    - DataProduct
    - DataGenerationActivity
    - DataProcessingActivity
    - AlternativeIdentifier
    - FunctionalAnnotationIdentifier
    - Instrument
    - OntologyClass
    - ContainerType
    - Custodian
    - InstrumentAlternativeIdentifier
    - LabDevice
    - SampleProcessing
    - ProcessingSampleLink
    - Configuration
    - MobilePhaseSegment
    - MassSpectrometryStandardRun
    - PurchasedMaterial
    - LabProcessingActivity
    - organism
    - MAOMProduct
    - WEOMProduct
    - Site
    - Sample
    - AerosolArmSample
    - AerosolSample
    - AMP2UserSample
    - CommerciallyPurchasedSample
    - CultureEnvironmentalSample
    - EngineeredStrainSample
    - FieldDeployedTerraformSample
    - MixedCultureSample
    - MonetSoilSample
    - OtherUndescribedSample
    - PlantSample
    - PureCultureSample
    - SedimentSample
    - SoilSample
    - SynthesizedMaterialSample
    - TerraformSample
    - WaterSample
    - ProcessedSample
    - CoreSection
    - SamplingActivity
    - AerosolArmSamplingActivity
    - AerosolSamplingActivity
    - CommerciallyPurchasedSamplingActivity
    - CultureEnvironmentalSamplingActivity
    - EngineeredStrainSamplingActivity
    - FieldDeployedTerraformSamplingActivity
    - MixedCultureSamplingActivity
    - MonetSoilSamplingActivity
    - OtherUndescribedSamplingActivity
    - PlantSamplingActivity
    - PureCultureSamplingActivity
    - SedimentSamplingActivity
    - SoilSamplingActivity
    - SynthesizedMaterialSamplingActivity
    - TerraformSamplingActivity
    - WaterSamplingActivity
    - Study
    - ProjectParticipant
    - TimestampValue
    - TextValue
    - SoftwareControlledTermValue
    - ControlledTermValue
    - PersonValue
    - QuantityValue
    - ConditioningValue
    - zipDownload
    range: uuid
    required: true
  role:
    name: role
    description: The role of the contributor in the study (e.g., data analysis, writing).
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/study
    domain_of:
    - ProcessingSampleLink
    - ProjectParticipant
    range: NexusRoleEnum
    required: true
  person:
    name: person
    description: The person who contributed to the study.
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/study
    rank: 1000
    domain_of:
    - ProjectParticipant
    range: PersonValue
    required: true

Induced

name: ProjectParticipant
description: A record of a person and their role on an EMSL project.
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
attributes:
  id:
    name: id
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/study
    identifier: true
    alias: id
    owner: ProjectParticipant
    domain_of:
    - Activity
    - Entity
    - DataProduct
    - DataGenerationActivity
    - DataProcessingActivity
    - AlternativeIdentifier
    - FunctionalAnnotationIdentifier
    - Instrument
    - OntologyClass
    - ContainerType
    - Custodian
    - InstrumentAlternativeIdentifier
    - LabDevice
    - SampleProcessing
    - ProcessingSampleLink
    - Configuration
    - MobilePhaseSegment
    - MassSpectrometryStandardRun
    - PurchasedMaterial
    - LabProcessingActivity
    - organism
    - MAOMProduct
    - WEOMProduct
    - Site
    - Sample
    - AerosolArmSample
    - AerosolSample
    - AMP2UserSample
    - CommerciallyPurchasedSample
    - CultureEnvironmentalSample
    - EngineeredStrainSample
    - FieldDeployedTerraformSample
    - MixedCultureSample
    - MonetSoilSample
    - OtherUndescribedSample
    - PlantSample
    - PureCultureSample
    - SedimentSample
    - SoilSample
    - SynthesizedMaterialSample
    - TerraformSample
    - WaterSample
    - ProcessedSample
    - CoreSection
    - SamplingActivity
    - AerosolArmSamplingActivity
    - AerosolSamplingActivity
    - CommerciallyPurchasedSamplingActivity
    - CultureEnvironmentalSamplingActivity
    - EngineeredStrainSamplingActivity
    - FieldDeployedTerraformSamplingActivity
    - MixedCultureSamplingActivity
    - MonetSoilSamplingActivity
    - OtherUndescribedSamplingActivity
    - PlantSamplingActivity
    - PureCultureSamplingActivity
    - SedimentSamplingActivity
    - SoilSamplingActivity
    - SynthesizedMaterialSamplingActivity
    - TerraformSamplingActivity
    - WaterSamplingActivity
    - Study
    - ProjectParticipant
    - TimestampValue
    - TextValue
    - SoftwareControlledTermValue
    - ControlledTermValue
    - PersonValue
    - QuantityValue
    - ConditioningValue
    - zipDownload
    range: uuid
    required: true
  role:
    name: role
    description: The role of the contributor in the study (e.g., data analysis, writing).
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/study
    alias: role
    owner: ProjectParticipant
    domain_of:
    - ProcessingSampleLink
    - ProjectParticipant
    range: NexusRoleEnum
    required: true
  person:
    name: person
    description: The person who contributed to the study.
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/study
    rank: 1000
    alias: person
    owner: ProjectParticipant
    domain_of:
    - ProjectParticipant
    range: PersonValue
    required: true