Skip to content

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 : id Project : iri Project : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
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
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

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/anak-velazquez/hzb-metadata-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/anak-velazquez/hzb-metadata-schema
is_a: NamedEntity

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/anak-velazquez/hzb-metadata-schema
is_a: NamedEntity
attributes:
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/anak-velazquez/hzb-metadata-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/anak-velazquez/hzb-metadata-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/anak-velazquez/hzb-metadata-schema
    rank: 1000
    alias: iri
    owner: Project
    domain_of:
    - Entity
    range: string