Skip to content

Class: Scientist

An individual involved in research activities, and their details that are important to be referenced on experiments, projects, publivations, etc.

URI: hzb_metadata_schema:Scientist

classDiagram class Scientist click Scientist href "../Scientist" Person <|-- Scientist click Person href "../Person" Scientist : age_in_years Scientist : birth_date Scientist : department Scientist : first_name Scientist : gender Scientist --> "0..1" GenderEnum : gender click GenderEnum href "../GenderEnum" Scientist : has_employment_history Scientist : id Scientist : institution Scientist : iri Scientist : laboratory_name Scientist : last_name Scientist : name Scientist : orcid_id Scientist : person_id Scientist : primary_email Scientist : projects Scientist --> "*" Project : projects click Project href "../Project" Scientist : research_focus Scientist : role Scientist : title

Inheritance

Slots

Name Cardinality and Range Description Inheritance
primary_email 0..1
String
The main email address of a person Person
birth_date 0..1
date
Date on which a person is born Person
age_in_years 0..1
Integer
Number of years since birth Person
gender 0..1
GenderEnum
Person
has_employment_history *
String
Person
person_id 0..1
String
The Identifier is a unique string that identifies a resource (i Person
orcid_id 0..1
String
The ORCID Identifier is a unique string that identifies a researcher Person
first_name 0..1
String
The ORCID Identifier is a unique string that identifies a researcher Person
last_name 0..1
String
The ORCID Identifier is a unique string that identifies a researcher Person
title 0..1
String
Academic or professional title of the researcher (e Person
institution 0..1
String
Research institution or university the person is affiliated with (e Person
department 0..1
String
Department or division the researcher belongs to (e Person
role 0..1
String
Researcher's role in the department (e Person
research_focus 0..1
String
Area of expertise (e Person
laboratory_name 0..1
String
Working group (e Person
projects *
Project
Project(s) that the researcher is involved in (e Person
name 0..1
String
A human-readable name for a thing Entity, NamedEntity
id 1
Uriorcurie
A unique identifier for a thing Entity
iri 0..1
String
Internationalized Resource Identifier Entity

Usages

used by used in type used
Project principal_investigator range Scientist
Experiment performed_by range Scientist
BeamlineExperiment performed_by range Scientist

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema

Mappings

Mapping Type Mapped Value
self hzb_metadata_schema:Scientist
native hzb_metadata_schema:Scientist

LinkML Source

Direct

name: Scientist
description: An individual involved in research activities, and their details that
  are important  to be referenced on experiments, projects, publivations, etc.
from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
is_a: Person

Induced

name: Scientist
description: An individual involved in research activities, and their details that
  are important  to be referenced on experiments, projects, publivations, etc.
from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
is_a: Person
attributes:
  primary_email:
    name: primary_email
    description: The main email address of a person
    from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
    rank: 1000
    slot_uri: schema:email
    alias: primary_email
    owner: Scientist
    domain_of:
    - Person
    range: string
  birth_date:
    name: birth_date
    description: Date on which a person is born
    from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
    rank: 1000
    slot_uri: schema:birthDate
    alias: birth_date
    owner: Scientist
    domain_of:
    - Person
    range: date
  age_in_years:
    name: age_in_years
    description: Number of years since birth
    from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
    rank: 1000
    alias: age_in_years
    owner: Scientist
    domain_of:
    - Person
    range: integer
  gender:
    name: gender
    from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
    rank: 1000
    slot_uri: schema:gender
    alias: gender
    owner: Scientist
    domain_of:
    - Person
    range: gender_enum
  has_employment_history:
    name: has_employment_history
    from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
    rank: 1000
    alias: has_employment_history
    owner: Scientist
    domain_of:
    - Person
    range: string
    multivalued: true
    inlined: true
    inlined_as_list: true
  person_id:
    name: person_id
    description: The Identifier is a unique string that identifies a resource (i.e.,
      DOI).
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: person_id
    owner: Scientist
    domain_of:
    - Person
    range: string
    required: false
  orcid_id:
    name: orcid_id
    description: The ORCID Identifier is a unique string that identifies a researcher.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: orcid_id
    owner: Scientist
    domain_of:
    - Person
    range: string
    required: false
  first_name:
    name: first_name
    description: The ORCID Identifier is a unique string that identifies a researcher.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: first_name
    owner: Scientist
    domain_of:
    - Person
    range: string
    required: false
  last_name:
    name: last_name
    description: The ORCID Identifier is a unique string that identifies a researcher.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: last_name
    owner: Scientist
    domain_of:
    - Person
    range: string
    required: false
  title:
    name: title
    description: Academic or professional title of the researcher (e.g., "Dr.", "Professor").
    from_schema: https://w3id.org/anak-velazquez/core/
    alias: title
    owner: Scientist
    domain_of:
    - DataCite
    - Person
    range: string
    required: false
  institution:
    name: institution
    description: Research institution or university the person is affiliated with
      (e.g., "HZB").
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: institution
    owner: Scientist
    domain_of:
    - Person
    range: string
    required: false
  department:
    name: department
    description: Department or division the researcher belongs to (e.g., "Chemical
      Energy").
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: department
    owner: Scientist
    domain_of:
    - Person
    range: string
    required: false
  role:
    name: role
    description: Researcher's role in the department (e.g., "Principal Investigator",
      "Research Assistant", "Postdoc").
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: role
    owner: Scientist
    domain_of:
    - Person
    range: string
    required: false
  research_focus:
    name: research_focus
    description: Area of expertise (e.g. “Thermo-Catalysis”).
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: research_focus
    owner: Scientist
    domain_of:
    - Person
    range: string
    required: false
  laboratory_name:
    name: laboratory_name
    description: Working group (e.g. Amkreutz lab).
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: laboratory_name
    owner: Scientist
    domain_of:
    - Person
    - CatalysisSample
    range: string
    required: false
  projects:
    name: projects
    description: Project(s) that the researcher is involved in (e.g. CatLab)
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: projects
    owner: Scientist
    domain_of:
    - Person
    range: Project
    required: false
    multivalued: true
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Scientist
    domain_of:
    - Entity
    - NamedEntity
    range: string
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: Scientist
    domain_of:
    - Entity
    range: uriorcurie
    required: true
  iri:
    name: iri
    description: Internationalized Resource Identifier
    from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
    rank: 1000
    alias: iri
    owner: Scientist
    domain_of:
    - Entity
    range: string