Skip to content

Class: Experimenter

The person that performed the experiment or developed the protocol

URI: microscopemetrics_schema:Experimenter

classDiagram class Experimenter Experimenter : name Experimenter : orcid

Slots

Name Cardinality and Range Description Inheritance
name 1..1
String
The name of the experimenter direct
orcid 1..1
String
The ORCID of the experimenter direct

Usages

used by used in type used
ArgolightBDataset experimenter range Experimenter
ArgolightEDataset experimenter range Experimenter
Protocol authors range Experimenter
MetricsDataset experimenter range Experimenter
FieldIlluminationDataset experimenter range Experimenter

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema

Mappings

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

LinkML Source

Direct

name: Experimenter
description: The person that performed the experiment or developed the protocol
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
attributes:
  name:
    name: name
    description: The name of the experimenter
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    range: string
    required: true
  orcid:
    name: orcid
    description: The ORCID of the experimenter
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    identifier: true
    range: string
    required: true

Induced

name: Experimenter
description: The person that performed the experiment or developed the protocol
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
attributes:
  name:
    name: name
    description: The name of the experimenter
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    alias: name
    owner: Experimenter
    domain_of:
    - NamedObject
    - Experimenter
    - Column
    range: string
    required: true
  orcid:
    name: orcid
    description: The ORCID of the experimenter
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    identifier: true
    alias: orcid
    owner: Experimenter
    domain_of:
    - Experimenter
    range: string
    required: true