Class: Project
A research activity or initiative with defined objectives, funding, and timelines, involving one or more researchers, designed to generate data, publications, and other outputs. The project may involve multiple experiments, datasets, and contributors, and can be linked to specific funding sources and institutions.
URI: hzb_metadata_schema:Project
classDiagram
class Project
click Project href "../Project"
NamedEntity <|-- Project
click NamedEntity href "../NamedEntity"
Project : acronym
Project : assigned_lab
Project : collaborators
Project --> "*" Person : collaborators
click Person href "../Person"
Project : end_date
Project : id
Project : institutions
Project : iri
Project : name
Project : principal_investigator
Project --> "0..1" Scientist : principal_investigator
click Scientist href "../Scientist"
Project : project_code
Project : project_id
Project : project_name
Project : research_area
Project : start_date
Project : status
Inheritance
- Entity
- NamedEntity
- Project
- NamedEntity
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
project_id | 0..1 String |
The Identifier is a unique string that identifies a resource (i | direct |
project_code | 0..1 String |
The ORCID Identifier is a unique string that identifies a researcher | direct |
project_name | 0..1 String |
The ORCID Identifier is a unique string that identifies a researcher | direct |
acronym | 0..1 String |
The ORCID Identifier is a unique string that identifies a researcher | direct |
start_date | 0..1 String |
Academic or professional title of the researcher (e | direct |
end_date | 0..1 String |
Research institution or university the person is affiliated with (e | direct |
status | 0..1 String |
Department or division the researcher belongs to (e | direct |
institutions | 0..1 String |
Researcher's role in the department (e | direct |
principal_investigator | 0..1 Scientist |
Area of expertise (e | direct |
assigned_lab | 0..1 String |
Working group (e | direct |
research_area | 0..1 String |
Working group (e | direct |
collaborators | * Person |
Project(s) that the researcher is involved in (e | direct |
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 |
---|---|---|---|
Person | projects | range | Project |
Scientist | projects | range | Project |
CatalysisSample | project_sample | range | Project |
Catalyst | project_sample | range | Project |
ThinFilmCatalyst | project_sample | range | Project |
PowderCatalyst | project_sample | range | Project |
Experiment | related_project | range | Project |
BeamlineExperiment | related_project | range | Project |
BeamlineScientist | projects | range | Project |
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:Project |
native | hzb_metadata_schema:Project |
LinkML Source
Direct
name: Project
description: A research activity or initiative with defined objectives, funding, and
timelines, involving one or more researchers, designed to generate data, publications,
and other outputs. The project may involve multiple experiments, datasets, and contributors,
and can be linked to specific funding sources and institutions.
from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
is_a: NamedEntity
attributes:
project_id:
name: project_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
domain_of:
- Project
range: string
required: false
project_code:
name: project_code
description: The ORCID Identifier is a unique string that identifies a researcher.
from_schema: https://w3id.org/anak-velazquez/core/
rank: 1000
domain_of:
- Project
range: string
required: false
project_name:
name: project_name
description: The ORCID Identifier is a unique string that identifies a researcher.
from_schema: https://w3id.org/anak-velazquez/core/
rank: 1000
domain_of:
- Project
range: string
required: false
acronym:
name: acronym
description: The ORCID Identifier is a unique string that identifies a researcher.
from_schema: https://w3id.org/anak-velazquez/core/
rank: 1000
domain_of:
- Project
range: string
required: false
start_date:
name: start_date
description: Academic or professional title of the researcher (e.g., "Dr.", "Professor").
from_schema: https://w3id.org/anak-velazquez/core/
rank: 1000
domain_of:
- Project
- Experiment
range: string
required: false
end_date:
name: end_date
description: Research institution or university the person is affiliated with
(e.g., "HZB").
from_schema: https://w3id.org/anak-velazquez/core/
rank: 1000
domain_of:
- Project
- Experiment
range: string
required: false
status:
name: status
description: Department or division the researcher belongs to (e.g., "Chemical
Energy").
from_schema: https://w3id.org/anak-velazquez/core/
rank: 1000
domain_of:
- Project
range: string
required: false
institutions:
name: institutions
description: Researcher's role in the department (e.g., "Principal Investigator",
"Research Assistant", "Postdoc").
from_schema: https://w3id.org/anak-velazquez/core/
rank: 1000
domain_of:
- Project
range: string
required: false
principal_investigator:
name: principal_investigator
description: Area of expertise (e.g. “Thermo-Catalysis”).
from_schema: https://w3id.org/anak-velazquez/core/
rank: 1000
domain_of:
- Project
range: Scientist
required: false
assigned_lab:
name: assigned_lab
description: Working group (e.g. Amkreutz lab).
from_schema: https://w3id.org/anak-velazquez/core/
rank: 1000
domain_of:
- Project
range: string
required: false
research_area:
name: research_area
description: Working group (e.g. Amkreutz lab).
from_schema: https://w3id.org/anak-velazquez/core/
rank: 1000
domain_of:
- Project
range: string
required: false
collaborators:
name: collaborators
description: Project(s) that the researcher is involved in (e.g. CatLab)
from_schema: https://w3id.org/anak-velazquez/core/
rank: 1000
domain_of:
- Project
range: Person
required: false
multivalued: true
Induced
name: Project
description: A research activity or initiative with defined objectives, funding, and
timelines, involving one or more researchers, designed to generate data, publications,
and other outputs. The project may involve multiple experiments, datasets, and contributors,
and can be linked to specific funding sources and institutions.
from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
is_a: NamedEntity
attributes:
project_id:
name: project_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: project_id
owner: Project
domain_of:
- Project
range: string
required: false
project_code:
name: project_code
description: The ORCID Identifier is a unique string that identifies a researcher.
from_schema: https://w3id.org/anak-velazquez/core/
rank: 1000
alias: project_code
owner: Project
domain_of:
- Project
range: string
required: false
project_name:
name: project_name
description: The ORCID Identifier is a unique string that identifies a researcher.
from_schema: https://w3id.org/anak-velazquez/core/
rank: 1000
alias: project_name
owner: Project
domain_of:
- Project
range: string
required: false
acronym:
name: acronym
description: The ORCID Identifier is a unique string that identifies a researcher.
from_schema: https://w3id.org/anak-velazquez/core/
rank: 1000
alias: acronym
owner: Project
domain_of:
- Project
range: string
required: false
start_date:
name: start_date
description: Academic or professional title of the researcher (e.g., "Dr.", "Professor").
from_schema: https://w3id.org/anak-velazquez/core/
rank: 1000
alias: start_date
owner: Project
domain_of:
- Project
- Experiment
range: string
required: false
end_date:
name: end_date
description: Research institution or university the person is affiliated with
(e.g., "HZB").
from_schema: https://w3id.org/anak-velazquez/core/
rank: 1000
alias: end_date
owner: Project
domain_of:
- Project
- Experiment
range: string
required: false
status:
name: status
description: Department or division the researcher belongs to (e.g., "Chemical
Energy").
from_schema: https://w3id.org/anak-velazquez/core/
rank: 1000
alias: status
owner: Project
domain_of:
- Project
range: string
required: false
institutions:
name: institutions
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: institutions
owner: Project
domain_of:
- Project
range: string
required: false
principal_investigator:
name: principal_investigator
description: Area of expertise (e.g. “Thermo-Catalysis”).
from_schema: https://w3id.org/anak-velazquez/core/
rank: 1000
alias: principal_investigator
owner: Project
domain_of:
- Project
range: Scientist
required: false
assigned_lab:
name: assigned_lab
description: Working group (e.g. Amkreutz lab).
from_schema: https://w3id.org/anak-velazquez/core/
rank: 1000
alias: assigned_lab
owner: Project
domain_of:
- Project
range: string
required: false
research_area:
name: research_area
description: Working group (e.g. Amkreutz lab).
from_schema: https://w3id.org/anak-velazquez/core/
rank: 1000
alias: research_area
owner: Project
domain_of:
- Project
range: string
required: false
collaborators:
name: collaborators
description: Project(s) that the researcher is involved in (e.g. CatLab)
from_schema: https://w3id.org/anak-velazquez/core/
rank: 1000
alias: collaborators
owner: Project
domain_of:
- Project
range: Person
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: Project
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: Project
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: Project
domain_of:
- Entity
range: string