Skip to content

Class: PowerMeter

URI: microscopemetrics_schema:PowerMeter

classDiagram class PowerMeter click PowerMeter href "../PowerMeter" NamedObject <|-- PowerMeter click NamedObject href "../NamedObject" PowerMeter : description PowerMeter : manufacturer PowerMeter : model PowerMeter : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
manufacturer 0..1
String
direct
model 0..1
String
direct
name 0..1
String
The human readable name of an entity NamedObject
description 0..1
String
A human readable description of an entity NamedObject

Usages

used by used in type used
LightSourcePowerInputData measurement_device range PowerMeter

Identifier and Mapping Information

Schema Source

  • from schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema

Mappings

Mapping Type Mapped Value
self microscopemetrics_schema:PowerMeter
native microscopemetrics_schema:PowerMeter

LinkML Source

Direct

name: PowerMeter
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
is_a: NamedObject
attributes:
  manufacturer:
    name: manufacturer
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/analyses/light_source_power
    domain_of:
    - Microscope
    - Sample
    - PowerMeter
    range: string
    multivalued: false
  model:
    name: model
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/analyses/light_source_power
    domain_of:
    - Microscope
    - PowerMeter
    range: string
    multivalued: false

Induced

name: PowerMeter
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
is_a: NamedObject
attributes:
  manufacturer:
    name: manufacturer
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/analyses/light_source_power
    alias: manufacturer
    owner: PowerMeter
    domain_of:
    - Microscope
    - Sample
    - PowerMeter
    range: string
    multivalued: false
  model:
    name: model
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/analyses/light_source_power
    alias: model
    owner: PowerMeter
    domain_of:
    - Microscope
    - PowerMeter
    range: string
    multivalued: false
  name:
    name: name
    description: The human readable name of an entity
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
    rank: 1000
    alias: name
    owner: PowerMeter
    domain_of:
    - NamedObject
    range: string
    required: false
    multivalued: false
  description:
    name: description
    description: A human readable description of an entity
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
    rank: 1000
    alias: description
    owner: PowerMeter
    domain_of:
    - NamedObject
    range: string
    required: false
    multivalued: false