File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
linkml_model/model/schema Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1032,7 +1032,7 @@ slots:
10321032 description : the refinement of a slot in the context of the containing class definition.
10331033 comments :
10341034 - >-
1035- Many slots may be re-used across different classes, but the meaning of the slot may be refined by context.
1035+ Many slots may be reused across different classes, but the meaning of the slot may be refined by context.
10361036 For example, a generic association model may use slots subject/predicate/object with generic semantics and
10371037 minimal constraints. When this is subclasses, e.g. to disease-phenotype associations then slot usage may
10381038 specify both local naming (e.g. subject=disease) and local constraints
@@ -2159,7 +2159,7 @@ slots:
21592159 expansion.
21602160
21612161 Implementations of frameworks may choose to use this property to either (a) PARSE: implement automated normalizations
2162- by parsing denormalized strings into complex objects (b) GENERARE : implement automated to_string labeling of
2162+ by parsing denormalized strings into complex objects (b) GENERATE : implement automated to_string labeling of
21632163 complex objects
21642164
21652165 For example, a Measurement class may have 3 fields: unit, value, and string_value. The string_value slot
You can’t perform that action at this time.
0 commit comments