Newer
Older
# DESY Public Dataset Metadata definition © 2024 by Deutsches
# Elektronen-Synchrotron DESY is licensed under CC BY 4.0
id: https://public-data.desy.de/metadata/common
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
UO: http://purl.obolibrary.org/obo/UO_
qudt: http://qudt.org/schema/qudt/
unit: http://qudt.org/vocab/unit/
OM: http://www.ontology-of-units-of-measure.org/resource/om-2/
nerc: http://vocab.nerc.ac.uk/collection/P06/current/
imports:
- linkml:types
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
default_range: string
classes:
Source:
description: "X-ray Source properties"
attributes:
# for the time being scicat does not support ranges in how about having either _min,_max OR just steady engery?
photon_energy_min:
range: EnergyMeasurement
required: false
photon_energy_max:
range: EnergyMeasurement
required: false
photon_energy:
range: EnergyMeasurement
required: false
#todo: find out how to specify that either min, max or photon_energy are required...
machine_current:
range: CurrentMeasurement
machine_info:
range: string
description: Bunch mode etc.
ScientificMetadataCommons:
abstract: true
# mixin: true
description: "The common part to scientific metadata of all datasets. Data cannot be validated directly against this class, only some derivative."
attributes:
revision:
description: e.g. version of the schema used
Sample:
#should be overwritten by specific sample type
range: Sample_commons