Skip to content

Class: Experimenter

The person that performed the experiment or developed the protocol

URI: microscopemetrics_schema:Experimenter

Inheritance

Slots

Name Cardinality and Range Description Inheritance
orcid 1
String
The ORCID of the experimenter direct
data_reference 0..1
DataReference
A reference to the data MetricsObject
linked_references *
DataReference
A list of linked references MetricsObject
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

Identifier and Mapping Information

Schema Source

  • from schema: https://MontpellierRessourcesImagerie.github.io/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://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
is_a: MetricsObject
attributes:
  orcid:
    name: orcid
    description: The ORCID of the experimenter
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
    rank: 1000
    identifier: true
    domain_of:
    - Experimenter
    range: string
    required: true

Induced

name: Experimenter
description: The person that performed the experiment or developed the protocol
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
is_a: MetricsObject
attributes:
  orcid:
    name: orcid
    description: The ORCID of the experimenter
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
    rank: 1000
    identifier: true
    alias: orcid
    owner: Experimenter
    domain_of:
    - Experimenter
    range: string
    required: true
  data_reference:
    name: data_reference
    description: A reference to the data
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
    rank: 1000
    alias: data_reference
    owner: Experimenter
    domain_of:
    - MetricsObject
    range: DataReference
    required: false
    multivalued: false
  linked_references:
    name: linked_references
    description: A list of linked references
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
    rank: 1000
    alias: linked_references
    owner: Experimenter
    domain_of:
    - MetricsObject
    range: DataReference
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  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: Experimenter
    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: Experimenter
    domain_of:
    - NamedObject
    range: string
    required: false
    multivalued: false