Skip to content

Commit 8a82e68

Browse files
committed
[DATALAD RUNCMD] Fix multivalued typo present throughout many places
=== Do not change lines below === { "chain": [], "cmd": "git-sedi multiavlued multivalued", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent 8025428 commit 8a82e68

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/03schemas/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ <h3 id="slotdefinition-normative-subset-metaslots">SlotDefinition: Normative sub
11351135
<tr>
11361136
<td><a href="../all_members/">all_members</a></td>
11371137
<td>0..* <br/> <a href="../SlotDefinition/">SlotDefinition</a></td>
1138-
<td>the value of the multiavlued slot is a list where all elements conform to the...</td>
1138+
<td>the value of the multivalued slot is a list where all elements conform to the...</td>
11391139
</tr>
11401140
<tr>
11411141
<td><a href="../abstract/">abstract</a></td>

docs/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/specification/03schemas/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,7 @@ <h3 id="slotdefinition-normative-subset-metaslots">SlotDefinition: Normative sub
13511351
<tr>
13521352
<td><a href="all_members.md">all_members</a></td>
13531353
<td>0..* <br/> <a href="SlotDefinition.md">SlotDefinition</a></td>
1354-
<td>the value of the multiavlued slot is a list where all elements conform to the...</td>
1354+
<td>the value of the multivalued slot is a list where all elements conform to the...</td>
13551355
</tr>
13561356
<tr>
13571357
<td><a href="abstract.md">abstract</a></td>

linkml_model/json/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2800,7 +2800,7 @@
28002800
{
28012801
"name": "all_members",
28022802
"definition_uri": "https://w3id.org/linkml/all_members",
2803-
"description": "the value of the multiavlued slot is a list where all elements conform to the specified values.\nthis defines a dynamic class with named slots according to matching constraints\n\nE.g to state that all members of a list are between 1 and 10\n```\nall_members:\n x:\n range: integer\n minimum_value: 10\n maximum_value: 10\n```",
2803+
"description": "the value of the multivalued slot is a list where all elements conform to the specified values.\nthis defines a dynamic class with named slots according to matching constraints\n\nE.g to state that all members of a list are between 1 and 10\n```\nall_members:\n x:\n range: integer\n minimum_value: 10\n maximum_value: 10\n```",
28042804
"from_schema": "https://w3id.org/linkml/meta",
28052805
"is_a": "list_value_specification_constant",
28062806
"status": "testing",

linkml_model/model/docs/specification/03schemas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Any instance *s* of a SlotDefinition may have assignments in any of the followin
362362
| [minimum_cardinality](minimum_cardinality.md) | 0..1 <br/> [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) | the minimum number of entries for a multivalued slot |
363363
| [maximum_cardinality](maximum_cardinality.md) | 0..1 <br/> [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) | the maximum number of entries for a multivalued slot |
364364
| [has_member](has_member.md) | 0..1 <br/> [AnonymousSlotExpression](AnonymousSlotExpression.md) | the values of the slot is multivalued with at least one member satisfying the... |
365-
| [all_members](all_members.md) | 0..* <br/> [SlotDefinition](SlotDefinition.md) | the value of the multiavlued slot is a list where all elements conform to the... |
365+
| [all_members](all_members.md) | 0..* <br/> [SlotDefinition](SlotDefinition.md) | the value of the multivalued slot is a list where all elements conform to the... |
366366
| [abstract](abstract.md) | 0..1 <br/> [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) | Indicates the class or slot cannot be directly instantiated and is intended f... |
367367
| [mixin](mixin.md) | 0..1 <br/> [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) | Indicates the class or slot is not intended to inherited from without being a... |
368368
| [string_serialization](string_serialization.md) | 0..1 <br/> [xsd:string](http://www.w3.org/2001/XMLSchema#string) | Used on a slot that stores the string serialization of the containing object |

linkml_model/rdf/meta.model.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2372,7 +2372,7 @@ linkml:Annotation a linkml:ClassDefinition ;
23722372

23732373
linkml:all_members a linkml:SlotDefinition ;
23742374
bibo:status linkml:testing ;
2375-
skos:definition """the value of the multiavlued slot is a list where all elements conform to the specified values.
2375+
skos:definition """the value of the multivalued slot is a list where all elements conform to the specified values.
23762376
this defines a dynamic class with named slots according to matching constraints
23772377
23782378
E.g to state that all members of a list are between 1 and 10

linkml_model/rdf/meta.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2372,7 +2372,7 @@ linkml:Annotation a linkml:ClassDefinition ;
23722372

23732373
linkml:all_members a linkml:SlotDefinition ;
23742374
bibo:status linkml:testing ;
2375-
skos:definition """the value of the multiavlued slot is a list where all elements conform to the specified values.
2375+
skos:definition """the value of the multivalued slot is a list where all elements conform to the specified values.
23762376
this defines a dynamic class with named slots according to matching constraints
23772377
23782378
E.g to state that all members of a list are between 1 and 10

0 commit comments

Comments
 (0)