You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: linkml_model/model/schema/meta.yaml
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1754,7 +1754,7 @@ slots:
1754
1754
range: slot_definition
1755
1755
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
1756
1756
comments:
1757
-
- Example: ancestor_of is the transitive_form_of parent_of
1757
+
- "Example: ancestor_of is the transitive_form_of parent_of"
1758
1758
in_subset:
1759
1759
- SpecificationSubset
1760
1760
@@ -2100,8 +2100,8 @@ slots:
2100
2100
slot_uri: sh:group
2101
2101
range_expression:
2102
2102
slot_conditions:
2103
-
- is_grouping_slot:
2104
-
equals_expression: True
2103
+
is_grouping_slot:
2104
+
equals_expression: "True"
2105
2105
in_subset:
2106
2106
- SpecificationSubset
2107
2107
- BasicSubset
@@ -2382,6 +2382,7 @@ classes:
2382
2382
- value set
2383
2383
- term set
2384
2384
- Terminology Value Set
2385
+
- answer list
2385
2386
description: an element whose instances must be drawn from a specified set of permissible values
2386
2387
is_a: definition
2387
2388
mixins:
@@ -2829,10 +2830,14 @@ enums:
2829
2830
description: >-
2830
2831
The formula used to generate the set of permissible values from the code_set values
2831
2832
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
0 commit comments