We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ff811 commit f63e25bCopy full SHA for f63e25b
tests/input/examples/schema_definition-enum_bindings-1.yaml
@@ -22,15 +22,20 @@ classes:
22
identifier: true
23
name:
24
25
- Biosample:
+
26
+ Sample:
27
attributes:
28
29
sample_material_type:
30
range: Concept
31
32
+ EnvironmentalMaterialSample:
33
+ slot_usage:
34
+ sample_material_type:
35
bindings:
36
- binds_value_of: id
37
range: ENVOMaterialEnum
- strength: RECOMMENDED
38
+ obligation_level: RECOMMENDED
39
description: Material type from the ENVO ontology
40
41
enums:
0 commit comments