Skip to content

Commit

Permalink
updating example
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed May 16, 2024
1 parent 94ff811 commit f63e25b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tests/input/examples/schema_definition-enum_bindings-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,20 @@ classes:
identifier: true
name:

Biosample:

Sample:
attributes:
name:
sample_material_type:
range: Concept

EnvironmentalMaterialSample:
slot_usage:
sample_material_type:
bindings:
- binds_value_of: id
range: ENVOMaterialEnum
strength: RECOMMENDED
obligation_level: RECOMMENDED
description: Material type from the ENVO ontology

enums:
Expand Down

0 comments on commit f63e25b

Please sign in to comment.