Skip to content

Class: ROSProbe

Reactive oxygen species probe and detection details

URI: outcomes_model:ROSProbe

classDiagram class ROSProbe click ROSProbe href "../ROSProbe/" NamedEntity <|-- ROSProbe click NamedEntity href "../NamedEntity/" ROSProbe : description ROSProbe : detection_wavelength ROSProbe --> "0..1" QuantityValue : detection_wavelength click QuantityValue href "../QuantityValue/" ROSProbe : id ROSProbe : loading_conditions ROSProbe : probe_type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
probe_type 0..1
String
Type of probe used direct
loading_conditions 0..1
String
Conditions for loading probe or dye direct
detection_wavelength 0..1
QuantityValue
Wavelength for detection direct
id 1
Uriorcurie
A unique identifier NamedEntity
description 0..1
String
A detailed description NamedEntity

Usages

used by used in type used
OxidativeStressMeasurement ros_probe range ROSProbe

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ROSProbe
description: Reactive oxygen species probe and detection details
from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
is_a: NamedEntity
slots:
- probe_type
- loading_conditions
- detection_wavelength

Induced

name: ROSProbe
description: Reactive oxygen species probe and detection details
from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
is_a: NamedEntity
attributes:
  probe_type:
    name: probe_type
    description: Type of probe used
    from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
    rank: 1000
    alias: probe_type
    owner: ROSProbe
    domain_of:
    - ROSProbe
    range: string
  loading_conditions:
    name: loading_conditions
    description: Conditions for loading probe or dye
    from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
    rank: 1000
    alias: loading_conditions
    owner: ROSProbe
    domain_of:
    - ROSProbe
    range: string
  detection_wavelength:
    name: detection_wavelength
    description: Wavelength for detection
    from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
    rank: 1000
    alias: detection_wavelength
    owner: ROSProbe
    domain_of:
    - ROSProbe
    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: ROSProbe
    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: ROSProbe
    domain_of:
    - NamedEntity
    range: string