Skip to content

Class: ExposureToPhenotypeAssociation

An association between an exposure and a phenotype

URI: exposome_schema:ExposureToPhenotypeAssociation

classDiagram class ExposureToPhenotypeAssociation click ExposureToPhenotypeAssociation href "../ExposureToPhenotypeAssociation/" ExposureToPhenotypeAssociation : association_type ExposureToPhenotypeAssociation : evidence ExposureToPhenotypeAssociation : exposure ExposureToPhenotypeAssociation --> "0..1" ExposureEvent : exposure click ExposureEvent href "../ExposureEvent/" ExposureToPhenotypeAssociation : phenotype ExposureToPhenotypeAssociation --> "0..1" Phenotype : phenotype click Phenotype href "../Phenotype/" ExposureToPhenotypeAssociation : receiver ExposureToPhenotypeAssociation --> "0..1" BiologicalEntity : receiver click BiologicalEntity href "../BiologicalEntity/"

Slots

Name Cardinality and Range Description Inheritance
exposure 0..1
ExposureEvent
Exposure in association direct
phenotype 0..1
Phenotype
The phenotype being measured direct
receiver 0..1
BiologicalEntity
The organism, cell, tissue, or population being exposed in an association direct
association_type 0..1
String
Type of association direct
evidence 0..1
String
Evidence for association direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ExposureToPhenotypeAssociation
implements:
- ExposureEvent
description: An association between an exposure and a phenotype
from_schema: https://w3id.org/diatomsRcool/exposome-schema
slots:
- exposure
- phenotype
- receiver
- association_type
- evidence

Induced

name: ExposureToPhenotypeAssociation
implements:
- ExposureEvent
description: An association between an exposure and a phenotype
from_schema: https://w3id.org/diatomsRcool/exposome-schema
attributes:
  exposure:
    name: exposure
    description: Exposure in association
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: exposure
    owner: ExposureToPhenotypeAssociation
    domain_of:
    - ExposureToPhenotypeAssociation
    - ExposureToDiseaseAssociation
    range: ExposureEvent
  phenotype:
    name: phenotype
    description: The phenotype being measured
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: phenotype
    owner: ExposureToPhenotypeAssociation
    domain_of:
    - PhenotypeMeasurement
    - ExposureToPhenotypeAssociation
    - GeneticVariantToPhenotypeAssociation
    range: Phenotype
  receiver:
    name: receiver
    description: The organism, cell, tissue, or population being exposed in an association
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: receiver
    owner: ExposureToPhenotypeAssociation
    domain_of:
    - ExposureToPhenotypeAssociation
    - ExposureToDiseaseAssociation
    - ChemicalToGeneAssociation
    range: BiologicalEntity
  association_type:
    name: association_type
    description: Type of association
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: association_type
    owner: ExposureToPhenotypeAssociation
    domain_of:
    - ExposureToPhenotypeAssociation
    - ExposureToDiseaseAssociation
    - GeneToDiseaseAssociation
    range: string
  evidence:
    name: evidence
    description: Evidence for association
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: evidence
    owner: ExposureToPhenotypeAssociation
    domain_of:
    - ExposureToPhenotypeAssociation
    - ExposureToDiseaseAssociation
    range: string