Skip to content

Class: ASLAssay

Assay for measuring airway surface liquid properties including ASL height, periciliary layer depth, and ion composition. Informs on Key Event: "Decreased ASL height" or "Altered airway hydration" in CF-related AOPs.

URI: soma:ASLAssay

 classDiagram
    class ASLAssay
    click ASLAssay href "../ASLAssay/"
      Assay <|-- ASLAssay
        click Assay href "../Assay/"

      ASLAssay : assay_date

      ASLAssay : description

      ASLAssay : follows_protocols





        ASLAssay --> "*" Protocol : follows_protocols
        click Protocol href "../Protocol/"



      ASLAssay : has_exposure_condition





        ASLAssay --> "*" ExposureCondition : has_exposure_condition
        click ExposureCondition href "../ExposureCondition/"



      ASLAssay : has_specified_output





        ASLAssay --> "0..1" ASLOutput : has_specified_output
        click ASLOutput href "../ASLOutput/"



      ASLAssay : id

      ASLAssay : informs_on_key_event





        ASLAssay --> "0..1" KeyEvent : informs_on_key_event
        click KeyEvent href "../KeyEvent/"



      ASLAssay : name

      ASLAssay : study_subject





        ASLAssay --> "0..1" StudySubject : study_subject
        click StudySubject href "../StudySubject/"




Inheritance

Slots

Name Cardinality and Range Description Inheritance
informs_on_key_event 0..1
KeyEvent
The Key Event that this assay provides evidence for Assay
study_subject 0..1
StudySubject
The subject of the study — what the assay is performed on Assay
has_exposure_condition *
ExposureCondition
The exposure condition(s) applied to the study subject Assay
follows_protocols *
Protocol
The Protocol(s) that this assay follows Assay
has_specified_output 0..1
ASLOutput
The measurement results produced by this assay — the specified output of a pl... Assay
assay_date 0..1
Date
Date when the assay was performed Assay
id 1
Uriorcurie
A unique identifier for the entity NamedThing
name 0..1
String
A human-readable name for the entity NamedThing
description 0..1
String
A detailed description of the entity NamedThing

Usages

used by used in type used
Container asl_assays range ASLAssay

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/EHS-Data-Standards/soma

Mappings

Mapping Type Mapped Value
self soma:ASLAssay
native soma:ASLAssay

LinkML Source

Direct

name: ASLAssay
description: 'Assay for measuring airway surface liquid properties including ASL height,
  periciliary layer depth, and ion composition. Informs on Key Event: "Decreased ASL
  height" or "Altered airway hydration" in CF-related AOPs.'
from_schema: https://w3id.org/EHS-Data-Standards/soma
is_a: Assay
slot_usage:
  has_specified_output:
    name: has_specified_output
    range: ASLOutput

Induced

name: ASLAssay
description: 'Assay for measuring airway surface liquid properties including ASL height,
  periciliary layer depth, and ion composition. Informs on Key Event: "Decreased ASL
  height" or "Altered airway hydration" in CF-related AOPs.'
from_schema: https://w3id.org/EHS-Data-Standards/soma
is_a: Assay
slot_usage:
  has_specified_output:
    name: has_specified_output
    range: ASLOutput
attributes:
  informs_on_key_event:
    name: informs_on_key_event
    description: The Key Event that this assay provides evidence for. This establishes
      the mechanistic connection between the assay measurements and the Adverse Outcome
      Pathway framework. Multiple assays can inform on the same key event, providing
      converging evidence.
    from_schema: https://w3id.org/EHS-Data-Standards/soma
    rank: 1000
    alias: informs_on_key_event
    owner: ASLAssay
    domain_of:
    - Assay
    range: KeyEvent
    inlined: true
  study_subject:
    name: study_subject
    description: The subject of the study — what the assay is performed on. Can be
      a ModelSystem (e.g., CellularSystem), an InVivoSubject, or a PopulationSubject.
      The type of subject determines which context slots are available.
    from_schema: https://w3id.org/EHS-Data-Standards/soma
    rank: 1000
    alias: study_subject
    owner: ASLAssay
    domain_of:
    - Assay
    range: StudySubject
    inlined: true
  has_exposure_condition:
    name: has_exposure_condition
    description: The exposure condition(s) applied to the study subject. Captures
      the agent, concentration, duration, and timing of exposure/treatment. Multivalued
      to support co-exposures or dose-response series.
    from_schema: https://w3id.org/EHS-Data-Standards/soma
    rank: 1000
    alias: has_exposure_condition
    owner: ASLAssay
    domain_of:
    - Assay
    range: ExposureCondition
    multivalued: true
    inlined: true
    inlined_as_list: true
  follows_protocols:
    name: follows_protocols
    description: The Protocol(s) that this assay follows. Any Protocol or Protocol
      subclass (ImagingProtocol, StainingProtocol, SpirometryProtocol, MolecularAssayProtocol)
      is valid. Use this for general protocol references; assay subclasses also have
      typed protocol slots for domain-specific protocols.
    from_schema: https://w3id.org/EHS-Data-Standards/soma
    rank: 1000
    alias: follows_protocols
    owner: ASLAssay
    domain_of:
    - Assay
    range: Protocol
    multivalued: true
    inlined: true
    inlined_as_list: true
  has_specified_output:
    name: has_specified_output
    description: The measurement results produced by this assay — the specified output
      of a planned process (OBI). Contains the domain-specific measurement values
      (e.g., beat frequency, cilia length for CiliaryFunctionAssay).
    from_schema: https://w3id.org/EHS-Data-Standards/soma
    exact_mappings:
    - OBI:0000299
    rank: 1000
    alias: has_specified_output
    owner: ASLAssay
    domain_of:
    - Assay
    range: ASLOutput
    inlined: true
  assay_date:
    name: assay_date
    description: Date when the assay was performed.
    from_schema: https://w3id.org/EHS-Data-Standards/soma
    rank: 1000
    alias: assay_date
    owner: ASLAssay
    domain_of:
    - Assay
    range: date
  id:
    name: id
    description: A unique identifier for the entity.
    from_schema: https://w3id.org/EHS-Data-Standards/soma
    rank: 1000
    identifier: true
    alias: id
    owner: ASLAssay
    domain_of:
    - NamedThing
    - Unit
    - NamedEntity
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for the entity.
    from_schema: https://w3id.org/EHS-Data-Standards/soma
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: ASLAssay
    domain_of:
    - NamedThing
    - Unit
    - NamedEntity
    range: string
  description:
    name: description
    description: A detailed description of the entity.
    from_schema: https://w3id.org/EHS-Data-Standards/soma
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: ASLAssay
    domain_of:
    - NamedThing
    range: string