-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoscem_schemas_tomo.yaml
59 lines (54 loc) · 1.07 KB
/
oscem_schemas_tomo.yaml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
id: https://w3id.org/osc-em/oscem-schemas-tomo
name: oscem-schemas-tomo
title: oscem-schemas-tomo
description: |-
Schema for the Open Standards Community for Electron Microscopy (OSC-EM)
license: CC-BY
see_also:
- https://osc-em.github.io/oscem-schemas
prefixes:
linkml: https://w3id.org/linkml/
default_range: string
imports:
- linkml:types
- ./acquisition
- ./instrument
- ./sample
- ./tomography
- ./organizational
classes:
EMDataset:
tree_root: true
description: |-
OSC-EM Metadata for a dataset
slots:
- acquisition
- instrument
- sample
- grants
- authors
slot_usage:
acquisition:
required: true
instrument:
required: true
sample:
required: true
grants:
required: true
authors:
required: true
AcquisitionTomo:
is_a: Acquisition
slots:
- tilt_axis_angle
- tilt_angle
slot_usage:
tilt_axis_angle:
required: true
tilt_angle:
required: true
slots:
acquisition:
range: AcquisitionTomo