Skip to content

Class: Participant

An individual participant in a study

URI: exposome_schema:Participant

classDiagram class Participant click Participant href "../Participant/" StudyEntity <|-- Participant click StudyEntity href "../StudyEntity/" Participant : age Participant : category Participant : description Participant : id Participant : name Participant : part_of_cohort Participant --> "0..1" Cohort : part_of_cohort click Cohort href "../Cohort/" Participant : participant_id Participant : sex Participant --> "0..1" SexEnum : sex click SexEnum href "../SexEnum/" Participant : species Participant : xref

Inheritance

Slots

Name Cardinality and Range Description Inheritance
part_of_cohort 0..1
Cohort
Cohort that this participant is part of direct
participant_id 0..1
String
Participant identifier direct
age 0..1
Integer
Age in years direct
sex 0..1
SexEnum
Biological sex direct
species 0..1
String
Species name direct
id 1
Uriorcurie
A unique identifier for a thing NamedThing
name 0..1
String
A human-readable name for a thing NamedThing
description 0..1
String
A human-readable description for a thing NamedThing
category *
String
A category or type for a thing NamedThing
xref *
Uriorcurie
External database cross-references NamedThing

Usages

used by used in type used
ExposureMeasurement participant range Participant
BiomarkerMeasurement participant range Participant
PhenotypeMeasurement participant range Participant
ExposomeDatabase participants range Participant

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/diatomsRcool/exposome-schema

Mappings

Mapping Type Mapped Value
self exposome_schema:Participant
native exposome_schema:Participant

LinkML Source

Direct

name: Participant
description: An individual participant in a study
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: StudyEntity
slots:
- part_of_cohort
- participant_id
- age
- sex
- species

Induced

name: Participant
description: An individual participant in a study
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: StudyEntity
attributes:
  part_of_cohort:
    name: part_of_cohort
    description: Cohort that this participant is part of
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: biolink:member_of
    alias: part_of_cohort
    owner: Participant
    domain_of:
    - Participant
    range: Cohort
  participant_id:
    name: participant_id
    description: Participant identifier
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: participant_id
    owner: Participant
    domain_of:
    - Participant
    range: string
  age:
    name: age
    description: Age in years
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: age
    owner: Participant
    domain_of:
    - Participant
    range: integer
  sex:
    name: sex
    description: Biological sex
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: sex
    owner: Participant
    domain_of:
    - Participant
    range: SexEnum
  species:
    name: species
    description: Species name
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: species
    owner: Participant
    domain_of:
    - Participant
    - Organism
    range: string
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: Participant
    domain_of:
    - NamedThing
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Participant
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: Participant
    domain_of:
    - NamedThing
    range: string
  category:
    name: category
    description: A category or type for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: category
    owner: Participant
    domain_of:
    - NamedThing
    range: string
    multivalued: true
  xref:
    name: xref
    description: External database cross-references
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: xref
    owner: Participant
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true