Skip to content

Commit ce599c9

Browse files
committed
normalizing
1 parent cf08138 commit ce599c9

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

linkml_model/model/schema/meta.yaml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1754,7 +1754,7 @@ slots:
17541754
range: slot_definition
17551755
description: If s transitive_form_of d, then (1) s holds whenever d holds (2) s is transitive (3) d holds whenever s holds and there are no intermediates, and s is not reflexive
17561756
comments:
1757-
- Example: ancestor_of is the transitive_form_of parent_of
1757+
- "Example: ancestor_of is the transitive_form_of parent_of"
17581758
in_subset:
17591759
- SpecificationSubset
17601760

@@ -2100,8 +2100,8 @@ slots:
21002100
slot_uri: sh:group
21012101
range_expression:
21022102
slot_conditions:
2103-
- is_grouping_slot:
2104-
equals_expression: True
2103+
is_grouping_slot:
2104+
equals_expression: "True"
21052105
in_subset:
21062106
- SpecificationSubset
21072107
- BasicSubset
@@ -2382,6 +2382,7 @@ classes:
23822382
- value set
23832383
- term set
23842384
- Terminology Value Set
2385+
- answer list
23852386
description: an element whose instances must be drawn from a specified set of permissible values
23862387
is_a: definition
23872388
mixins:
@@ -2829,10 +2830,14 @@ enums:
28292830
description: >-
28302831
The formula used to generate the set of permissible values from the code_set values
28312832
permissible_values:
2832-
CODE: The permissible values are the set of possible codes in the code set
2833-
CURIE: The permissible values are the set of CURIES in the code set
2834-
URI: The permissible values are the set of code URIs in the code set
2835-
FHIR_CODING: The permissible values are the set of FHIR coding elements derived from the code set
2833+
CODE:
2834+
description: The permissible values are the set of possible codes in the code set
2835+
CURIE:
2836+
description: The permissible values are the set of CURIES in the code set
2837+
URI:
2838+
description: The permissible values are the set of code URIs in the code set
2839+
FHIR_CODING:
2840+
description: The permissible values are the set of FHIR coding elements derived from the code set
28362841
in_subset:
28372842
- SpecificationSubset
28382843
- BasicSubset

0 commit comments

Comments
 (0)