Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
# DESY Public Dataset Metadata definition © 2024 by Deutsches
# Elektronen-Synchrotron DESY is licensed under CC BY 4.0
id: https://desy.de/linkml/opendata/xas
name: P08
prefixes:
linkml: https://w3id.org/linkml/
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
- base_typedefinitions
- common_scientific_metadata
- technique_mixin_gixd
- base_scicat_dataset
default_range: string
classes:
P08ScientificMetadata:
description: "The metadata associated with P08"
is_a: ScientificMetadataCommons
attributes:
GIXD:
range: Technique_GIXD
special_p08_parameter:
description: something that only exists at P08
Sample:
range: MultiLayerSample
P08Dataset:
tree_root: true
is_a: ScicatDataset
description: "The metadata associated with P08"
attributes:
scientificMetadata:
range: P08ScientificMetadata
required: true