Skip to content

Class: FluorescentLabel

Fluorescent labeling or tracer used in measurement

URI: outcomes_model:FluorescentLabel

classDiagram class FluorescentLabel click FluorescentLabel href "../FluorescentLabel/" NamedEntity <|-- FluorescentLabel click NamedEntity href "../NamedEntity/" FluorescentLabel : concentration FluorescentLabel --> "0..1" QuantityValue : concentration click QuantityValue href "../QuantityValue/" FluorescentLabel : description FluorescentLabel : fluorophore_type FluorescentLabel : id FluorescentLabel : wavelength FluorescentLabel --> "0..1" QuantityValue : wavelength click QuantityValue href "../QuantityValue/"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
fluorophore_type 0..1
String
Type of fluorophore used direct
concentration 0..1
QuantityValue
Concentration of reagent or compound direct
wavelength 0..1
QuantityValue
Wavelength for excitation or emission direct
id 1
Uriorcurie
A unique identifier NamedEntity
description 0..1
String
A detailed description NamedEntity

Usages

used by used in type used
ASLHeightMeasurement fluorescent_labeling range FluorescentLabel
MucociliaryClearanceMeasurement fluorescent_tracers range FluorescentLabel

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self outcomes_model:FluorescentLabel
native outcomes_model:FluorescentLabel

LinkML Source

Direct

name: FluorescentLabel
description: Fluorescent labeling or tracer used in measurement
from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
is_a: NamedEntity
slots:
- fluorophore_type
- concentration
- wavelength

Induced

name: FluorescentLabel
description: Fluorescent labeling or tracer used in measurement
from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
is_a: NamedEntity
attributes:
  fluorophore_type:
    name: fluorophore_type
    description: Type of fluorophore used
    from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
    rank: 1000
    alias: fluorophore_type
    owner: FluorescentLabel
    domain_of:
    - FluorescentLabel
    range: string
  concentration:
    name: concentration
    description: Concentration of reagent or compound
    from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
    rank: 1000
    alias: concentration
    owner: FluorescentLabel
    domain_of:
    - FluorescentLabel
    range: QuantityValue
    inlined: true
  wavelength:
    name: wavelength
    description: Wavelength for excitation or emission
    from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
    rank: 1000
    alias: wavelength
    owner: FluorescentLabel
    domain_of:
    - FluorescentLabel
    range: QuantityValue
    inlined: true
  id:
    name: id
    description: A unique identifier
    from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
    rank: 1000
    identifier: true
    alias: id
    owner: FluorescentLabel
    domain_of:
    - NamedEntity
    range: uriorcurie
    required: true
  description:
    name: description
    description: A detailed description
    from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
    rank: 1000
    alias: description
    owner: FluorescentLabel
    domain_of:
    - NamedEntity
    range: string