Skip to content

Commit 0239345

Browse files
authored
Merge pull request #212 from linkml/codespell-updates
Codespell inspired spelling fixes
2 parents 33e7281 + fcd02b9 commit 0239345

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

linkml_model/model/schema/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

linkml_model/sqlddl/meta.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
-- * Slot: last_updated_on Description: time at which the element was last updated
121121
-- * Slot: modified_by Description: agent that modified the element
122122
-- * Slot: status Description: status of the element
123-
-- * Slot: string_serialization Description: Used on a slot that stores the string serialization of the containing object. The syntax follows python formatted strings, with slot names enclosed in {}s. These are expanded using the values of those slots.We call the slot with the serialization the s-slot, the slots used in the {}s are v-slots. If both s-slots and v-slots are populated on an object then the value of the s-slot should correspond to the expansion.Implementations of frameworks may choose to use this property to either (a) PARSE: implement automated normalizations by parsing denormalized strings into complex objects (b) GENERARE: implement automated to_string labeling of complex objectsFor example, a Measurement class may have 3 fields: unit, value, and string_value. The string_value slot may have a string_serialization of {value}{unit} such that if unit=cm and value=2, the value of string_value shouldd be 2cm
123+
-- * Slot: string_serialization Description: Used on a slot that stores the string serialization of the containing object. The syntax follows python formatted strings, with slot names enclosed in {}s. These are expanded using the values of those slots.We call the slot with the serialization the s-slot, the slots used in the {}s are v-slots. If both s-slots and v-slots are populated on an object then the value of the s-slot should correspond to the expansion.Implementations of frameworks may choose to use this property to either (a) PARSE: implement automated normalizations by parsing denormalized strings into complex objects (b) GENERATE: implement automated to_string labeling of complex objectsFor example, a Measurement class may have 3 fields: unit, value, and string_value. The string_value slot may have a string_serialization of {value}{unit} such that if unit=cm and value=2, the value of string_value shouldd be 2cm
124124
-- * Slot: name Description: the unique name of the element within the context of the schema. Name is combined with the default prefix to form the globally unique subject of the target class.
125125
-- * Slot: definition_uri Description: the "native" URI of the element
126126
-- * Slot: conforms_to Description: An established standard to which the element conforms.
@@ -164,7 +164,7 @@
164164
-- * Slot: last_updated_on Description: time at which the element was last updated
165165
-- * Slot: modified_by Description: agent that modified the element
166166
-- * Slot: status Description: status of the element
167-
-- * Slot: string_serialization Description: Used on a slot that stores the string serialization of the containing object. The syntax follows python formatted strings, with slot names enclosed in {}s. These are expanded using the values of those slots.We call the slot with the serialization the s-slot, the slots used in the {}s are v-slots. If both s-slots and v-slots are populated on an object then the value of the s-slot should correspond to the expansion.Implementations of frameworks may choose to use this property to either (a) PARSE: implement automated normalizations by parsing denormalized strings into complex objects (b) GENERARE: implement automated to_string labeling of complex objectsFor example, a Measurement class may have 3 fields: unit, value, and string_value. The string_value slot may have a string_serialization of {value}{unit} such that if unit=cm and value=2, the value of string_value shouldd be 2cm
167+
-- * Slot: string_serialization Description: Used on a slot that stores the string serialization of the containing object. The syntax follows python formatted strings, with slot names enclosed in {}s. These are expanded using the values of those slots.We call the slot with the serialization the s-slot, the slots used in the {}s are v-slots. If both s-slots and v-slots are populated on an object then the value of the s-slot should correspond to the expansion.Implementations of frameworks may choose to use this property to either (a) PARSE: implement automated normalizations by parsing denormalized strings into complex objects (b) GENERATE: implement automated to_string labeling of complex objectsFor example, a Measurement class may have 3 fields: unit, value, and string_value. The string_value slot may have a string_serialization of {value}{unit} such that if unit=cm and value=2, the value of string_value shouldd be 2cm
168168
-- * Slot: name Description: the unique name of the element within the context of the schema. Name is combined with the default prefix to form the globally unique subject of the target class.
169169
-- * Slot: definition_uri Description: the "native" URI of the element
170170
-- * Slot: conforms_to Description: An established standard to which the element conforms.
@@ -362,7 +362,7 @@
362362
-- * Slot: last_updated_on Description: time at which the element was last updated
363363
-- * Slot: modified_by Description: agent that modified the element
364364
-- * Slot: status Description: status of the element
365-
-- * Slot: string_serialization Description: Used on a slot that stores the string serialization of the containing object. The syntax follows python formatted strings, with slot names enclosed in {}s. These are expanded using the values of those slots.We call the slot with the serialization the s-slot, the slots used in the {}s are v-slots. If both s-slots and v-slots are populated on an object then the value of the s-slot should correspond to the expansion.Implementations of frameworks may choose to use this property to either (a) PARSE: implement automated normalizations by parsing denormalized strings into complex objects (b) GENERARE: implement automated to_string labeling of complex objectsFor example, a Measurement class may have 3 fields: unit, value, and string_value. The string_value slot may have a string_serialization of {value}{unit} such that if unit=cm and value=2, the value of string_value shouldd be 2cm
365+
-- * Slot: string_serialization Description: Used on a slot that stores the string serialization of the containing object. The syntax follows python formatted strings, with slot names enclosed in {}s. These are expanded using the values of those slots.We call the slot with the serialization the s-slot, the slots used in the {}s are v-slots. If both s-slots and v-slots are populated on an object then the value of the s-slot should correspond to the expansion.Implementations of frameworks may choose to use this property to either (a) PARSE: implement automated normalizations by parsing denormalized strings into complex objects (b) GENERATE: implement automated to_string labeling of complex objectsFor example, a Measurement class may have 3 fields: unit, value, and string_value. The string_value slot may have a string_serialization of {value}{unit} such that if unit=cm and value=2, the value of string_value shouldd be 2cm
366366
-- * Slot: name Description: the unique name of the element within the context of the schema. Name is combined with the default prefix to form the globally unique subject of the target class.
367367
-- * Slot: definition_uri Description: the "native" URI of the element
368368
-- * Slot: conforms_to Description: An established standard to which the element conforms.
@@ -420,7 +420,7 @@
420420
-- * Slot: last_updated_on Description: time at which the element was last updated
421421
-- * Slot: modified_by Description: agent that modified the element
422422
-- * Slot: status Description: status of the element
423-
-- * Slot: string_serialization Description: Used on a slot that stores the string serialization of the containing object. The syntax follows python formatted strings, with slot names enclosed in {}s. These are expanded using the values of those slots.We call the slot with the serialization the s-slot, the slots used in the {}s are v-slots. If both s-slots and v-slots are populated on an object then the value of the s-slot should correspond to the expansion.Implementations of frameworks may choose to use this property to either (a) PARSE: implement automated normalizations by parsing denormalized strings into complex objects (b) GENERARE: implement automated to_string labeling of complex objectsFor example, a Measurement class may have 3 fields: unit, value, and string_value. The string_value slot may have a string_serialization of {value}{unit} such that if unit=cm and value=2, the value of string_value shouldd be 2cm
423+
-- * Slot: string_serialization Description: Used on a slot that stores the string serialization of the containing object. The syntax follows python formatted strings, with slot names enclosed in {}s. These are expanded using the values of those slots.We call the slot with the serialization the s-slot, the slots used in the {}s are v-slots. If both s-slots and v-slots are populated on an object then the value of the s-slot should correspond to the expansion.Implementations of frameworks may choose to use this property to either (a) PARSE: implement automated normalizations by parsing denormalized strings into complex objects (b) GENERATE: implement automated to_string labeling of complex objectsFor example, a Measurement class may have 3 fields: unit, value, and string_value. The string_value slot may have a string_serialization of {value}{unit} such that if unit=cm and value=2, the value of string_value shouldd be 2cm
424424
-- * Slot: name Description: the unique name of the element within the context of the schema. Name is combined with the default prefix to form the globally unique subject of the target class.
425425
-- * Slot: definition_uri Description: the "native" URI of the element
426426
-- * Slot: conforms_to Description: An established standard to which the element conforms.

tests/input/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ slots:
953953
description: the refinement of a slot in the context of the containing class definition.
954954
comments:
955955
- >-
956-
Many slots may be re-used across different classes, but the meaning of the slot may be refined by context.
956+
Many slots may be reused across different classes, but the meaning of the slot may be refined by context.
957957
For example, a generic association model may use slots subject/predicate/object with generic semantics and
958958
minimal constraints. When this is subclasses, e.g. to disease-phenotype associations then slot usage may
959959
specify both local naming (e.g. subject=disease) and local constraints
@@ -1857,7 +1857,7 @@ slots:
18571857
expansion.
18581858
18591859
Implementations of frameworks may choose to use this property to either (a) PARSE: implement automated normalizations
1860-
by parsing denormalized strings into complex objects (b) GENERARE: implement automated to_string labeling of
1860+
by parsing denormalized strings into complex objects (b) GENERATE: implement automated to_string labeling of
18611861
complex objects
18621862
18631863
For example, a Measurement class may have 3 fields: unit, value, and string_value. The string_value slot

0 commit comments

Comments
 (0)