Skip to content

Commit b001343

Browse files
author
openMINDS pipeline
committed
build triggered by push
1 parent 58327fa commit b001343

598 files changed

Lines changed: 59177 additions & 7039 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

schemas/latest/SANDS/atlas/anatomicalAtlas.schema.omi.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@
2323
],
2424
"_instruction": "Add all individual, organisational, or consortial contributions to this research product. Inherited by all product versions unless overridden at the version level.",
2525
"label": "Contribution",
26+
"labelPlural": "Contributions",
2627
"minItems": 1,
2728
"name": "contribution",
2829
"nameForReverseLink": null,
30+
"namePlural": "contributions",
2931
"type": "array",
3032
"uniqueItems": true
3133
},
@@ -35,9 +37,11 @@
3537
],
3638
"_instruction": "Add all affiliations for the individual contributors to this research product. Inherited by all product versions unless overridden at the version level.",
3739
"label": "Contributor affiliation",
40+
"labelPlural": "Contributor affiliations",
3841
"minItems": 1,
3942
"name": "contributorAffiliation",
4043
"nameForReverseLink": null,
44+
"namePlural": "contributorAffiliations",
4145
"type": "array",
4246
"uniqueItems": true
4347
},
@@ -78,8 +82,10 @@
7882
"https://openminds.om-i.org/types/WebResource"
7983
],
8084
"label": "Documentation",
85+
"labelPlural": "Documentations",
8186
"name": "documentation",
82-
"nameForReverseLink": null
87+
"nameForReverseLink": null,
88+
"namePlural": "documentations"
8389
},
8490
"https://openminds.om-i.org/props/fullName": {
8591
"_instruction": "Enter a descriptive full name (or title) for this research product. Inherited by all product versions unless overridden at the version level.",
@@ -337,8 +343,10 @@
337343
"https://openminds.om-i.org/types/Species"
338344
],
339345
"label": "Used taxon",
346+
"labelPlural": "Used taxa",
340347
"name": "usedTaxon",
341-
"nameForReverseLink": null
348+
"nameForReverseLink": null,
349+
"namePlural": "usedTaxa"
342350
}
343351
},
344352
"required": [

schemas/latest/SANDS/atlas/anatomicalAtlasVersion.schema.omi.json

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@
3535
],
3636
"_instruction": "Add all individual, organisational, or consortial contributions to this research product version. These values override the inherited values from the version-independent product.",
3737
"label": "Contribution",
38+
"labelPlural": "Contributions",
3839
"minItems": 1,
3940
"name": "contribution",
4041
"nameForReverseLink": null,
42+
"namePlural": "contributions",
4143
"type": "array",
4244
"uniqueItems": true
4345
},
@@ -47,9 +49,11 @@
4749
],
4850
"_instruction": "Add all affiliations for the individual contributors to this research product version.",
4951
"label": "Contributor affiliation",
52+
"labelPlural": "Contributor affiliations",
5053
"minItems": 1,
5154
"name": "contributorAffiliation",
5255
"nameForReverseLink": null,
56+
"namePlural": "contributorAffiliations",
5357
"type": "array",
5458
"uniqueItems": true
5559
},
@@ -59,8 +63,10 @@
5963
"https://openminds.om-i.org/types/CommonCoordinateFrameworkVersion"
6064
],
6165
"label": "Coordinate framework",
66+
"labelPlural": "Coordinate frameworks",
6267
"name": "coordinateFramework",
63-
"nameForReverseLink": null
68+
"nameForReverseLink": null,
69+
"namePlural": "coordinateFrameworks"
6470
},
6571
"https://openminds.om-i.org/props/copyright": {
6672
"_embeddedTypes": [
@@ -111,8 +117,10 @@
111117
"https://openminds.om-i.org/types/WebResource"
112118
],
113119
"label": "Documentation",
120+
"labelPlural": "Documentations",
114121
"name": "documentation",
115-
"nameForReverseLink": null
122+
"nameForReverseLink": null,
123+
"namePlural": "documentations"
116124
},
117125
"https://openminds.om-i.org/props/fullName": {
118126
"_instruction": "Enter a descriptive full name (or title) for this research product version. This value overrides the inherited value from the version-independent product.",
@@ -182,20 +190,22 @@
182190
"https://openminds.om-i.org/types/AnatomicalAtlasVersion"
183191
],
184192
"label": "Is preceded by",
193+
"labelPlural": "Are preceded by",
185194
"name": "isPrecededBy",
186-
"nameForReverseLink": null
195+
"nameForReverseLink": null,
196+
"namePlural": "arePrecededBy"
187197
},
188198
"https://openminds.om-i.org/props/isVariantOf": {
189199
"_instruction": "Add all brain atlas versions that can be used alternatively to this anatomical atlas version.",
190200
"_linkedTypes": [
191201
"https://openminds.om-i.org/types/AnatomicalAtlasVersion"
192202
],
193203
"label": "Is variant of",
194-
"labelPlural": "Is variant of",
204+
"labelPlural": "Are variants of",
195205
"minItems": 1,
196206
"name": "isVariantOf",
197207
"nameForReverseLink": null,
198-
"namePlural": "isVariantOf",
208+
"namePlural": "areVariantsOf",
199209
"type": "array",
200210
"uniqueItems": true
201211
},
@@ -205,8 +215,10 @@
205215
"https://openminds.om-i.org/types/AnatomicalAtlas"
206216
],
207217
"label": "Is version of",
218+
"labelPlural": "Are versions of",
208219
"name": "isVersionOf",
209-
"nameForReverseLink": null
220+
"nameForReverseLink": null,
221+
"namePlural": "areVersionsOf"
210222
},
211223
"https://openminds.om-i.org/props/keyword": {
212224
"_belongsToCategory": [
@@ -367,8 +379,10 @@
367379
"https://openminds.om-i.org/types/PublicationStatus"
368380
],
369381
"label": "Publication status",
382+
"labelPlural": "Publication statuses",
370383
"name": "publicationStatus",
371-
"nameForReverseLink": null
384+
"nameForReverseLink": null,
385+
"namePlural": "publicationStatuses"
372386
},
373387
"https://openminds.om-i.org/props/relatedPublication": {
374388
"_belongsToCategory": [
@@ -511,8 +525,10 @@
511525
"_instruction": "Enter a short description (or summary) of the novelties/peculiarities of this research product version in comparison to its preceding versions. If this research product version is the first version, you can enter the following disclaimer 'This is the first version of this research product'.",
512526
"formatting": "text/plain",
513527
"label": "Version specification",
528+
"labelPlural": "Version specifications",
514529
"multiline": false,
515530
"name": "versionSpecification",
531+
"namePlural": "versionSpecifications",
516532
"type": "string"
517533
}
518534
},

schemas/latest/SANDS/atlas/commonCoordinateFramework.schema.omi.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@
2424
],
2525
"_instruction": "Add all individual, organisational, or consortial contributions to this research product. Inherited by all product versions unless overridden at the version level.",
2626
"label": "Contribution",
27+
"labelPlural": "Contributions",
2728
"minItems": 1,
2829
"name": "contribution",
2930
"nameForReverseLink": null,
31+
"namePlural": "contributions",
3032
"type": "array",
3133
"uniqueItems": true
3234
},
@@ -36,9 +38,11 @@
3638
],
3739
"_instruction": "Add all affiliations for the individual contributors to this research product. Inherited by all product versions unless overridden at the version level.",
3840
"label": "Contributor affiliation",
41+
"labelPlural": "Contributor affiliations",
3942
"minItems": 1,
4043
"name": "contributorAffiliation",
4144
"nameForReverseLink": null,
45+
"namePlural": "contributorAffiliations",
4246
"type": "array",
4347
"uniqueItems": true
4448
},
@@ -79,8 +83,10 @@
7983
"https://openminds.om-i.org/types/WebResource"
8084
],
8185
"label": "Documentation",
86+
"labelPlural": "Documentations",
8287
"name": "documentation",
83-
"nameForReverseLink": null
88+
"nameForReverseLink": null,
89+
"namePlural": "documentations"
8490
},
8591
"https://openminds.om-i.org/props/fullName": {
8692
"_instruction": "Enter a descriptive full name (or title) for this research product. Inherited by all product versions unless overridden at the version level.",
@@ -332,8 +338,10 @@
332338
"https://openminds.om-i.org/types/Species"
333339
],
334340
"label": "Used taxon",
341+
"labelPlural": "Used taxa",
335342
"name": "usedTaxon",
336-
"nameForReverseLink": null
343+
"nameForReverseLink": null,
344+
"namePlural": "usedTaxa"
337345
}
338346
},
339347
"required": [

schemas/latest/SANDS/atlas/commonCoordinateFrameworkVersion.schema.omi.json

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,11 @@
6565
],
6666
"_instruction": "Add all individual, organisational, or consortial contributions to this research product version. These values override the inherited values from the version-independent product.",
6767
"label": "Contribution",
68+
"labelPlural": "Contributions",
6869
"minItems": 1,
6970
"name": "contribution",
7071
"nameForReverseLink": null,
72+
"namePlural": "contributions",
7173
"type": "array",
7274
"uniqueItems": true
7375
},
@@ -77,9 +79,11 @@
7779
],
7880
"_instruction": "Add all affiliations for the individual contributors to this research product version.",
7981
"label": "Contributor affiliation",
82+
"labelPlural": "Contributor affiliations",
8083
"minItems": 1,
8184
"name": "contributorAffiliation",
8285
"nameForReverseLink": null,
86+
"namePlural": "contributorAffiliations",
8387
"type": "array",
8488
"uniqueItems": true
8589
},
@@ -147,8 +151,10 @@
147151
"https://openminds.om-i.org/types/WebResource"
148152
],
149153
"label": "Documentation",
154+
"labelPlural": "Documentations",
150155
"name": "documentation",
151-
"nameForReverseLink": null
156+
"nameForReverseLink": null,
157+
"namePlural": "documentations"
152158
},
153159
"https://openminds.om-i.org/props/fullName": {
154160
"_instruction": "Enter a descriptive full name (or title) for this research product version. This value overrides the inherited value from the version-independent product.",
@@ -207,20 +213,22 @@
207213
"https://openminds.om-i.org/types/CommonCoordinateFrameworkVersion"
208214
],
209215
"label": "Is preceded by",
216+
"labelPlural": "Are preceded by",
210217
"name": "isPrecededBy",
211-
"nameForReverseLink": null
218+
"nameForReverseLink": null,
219+
"namePlural": "arePrecededBy"
212220
},
213221
"https://openminds.om-i.org/props/isVariantOf": {
214222
"_instruction": "Add all common coordinate framework versions that can be used alternatively to this common coordinate framework version.",
215223
"_linkedTypes": [
216224
"https://openminds.om-i.org/types/CommonCoordinateFrameworkVersion"
217225
],
218226
"label": "Is variant of",
219-
"labelPlural": "Is variant of",
227+
"labelPlural": "Are variants of",
220228
"minItems": 1,
221229
"name": "isVariantOf",
222230
"nameForReverseLink": null,
223-
"namePlural": "isVariantOf",
231+
"namePlural": "areVariantsOf",
224232
"type": "array",
225233
"uniqueItems": true
226234
},
@@ -230,8 +238,10 @@
230238
"https://openminds.om-i.org/types/CommonCoordinateFramework"
231239
],
232240
"label": "Is version of",
241+
"labelPlural": "Are versions of",
233242
"name": "isVersionOf",
234-
"nameForReverseLink": null
243+
"nameForReverseLink": null,
244+
"namePlural": "areVersionsOf"
235245
},
236246
"https://openminds.om-i.org/props/keyword": {
237247
"_belongsToCategory": [
@@ -399,8 +409,10 @@
399409
"https://openminds.om-i.org/types/PublicationStatus"
400410
],
401411
"label": "Publication status",
412+
"labelPlural": "Publication statuses",
402413
"name": "publicationStatus",
403-
"nameForReverseLink": null
414+
"nameForReverseLink": null,
415+
"namePlural": "publicationStatuses"
404416
},
405417
"https://openminds.om-i.org/props/relatedPublication": {
406418
"_belongsToCategory": [
@@ -531,8 +543,10 @@
531543
"_instruction": "Enter a short description (or summary) of the novelties/peculiarities of this research product version in comparison to its preceding versions. If this research product version is the first version, you can enter the following disclaimer 'This is the first version of this research product'.",
532544
"formatting": "text/plain",
533545
"label": "Version specification",
546+
"labelPlural": "Version specifications",
534547
"multiline": false,
535548
"name": "versionSpecification",
549+
"namePlural": "versionSpecifications",
536550
"type": "string"
537551
}
538552
},

schemas/latest/SANDS/atlas/parcellationEntity.schema.omi.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,10 @@
118118
"https://openminds.om-i.org/types/VascularStructure"
119119
],
120120
"label": "Related interspecies anatomy",
121+
"labelPlural": "Related interspecies anatomies",
121122
"name": "relatedInterspeciesAnatomy",
122-
"nameForReverseLink": null
123+
"nameForReverseLink": null,
124+
"namePlural": "relatedInterspeciesAnatomies"
123125
}
124126
},
125127
"required": [

schemas/latest/SANDS/atlas/parcellationEntityVersion.schema.omi.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,10 @@
9191
"https://openminds.om-i.org/types/ParcellationEntity"
9292
],
9393
"label": "Is version of",
94+
"labelPlural": "Are versions of",
9495
"name": "isVersionOf",
95-
"nameForReverseLink": null
96+
"nameForReverseLink": null,
97+
"namePlural": "areVersionsOf"
9698
},
9799
"https://openminds.om-i.org/props/lookupLabel": {
98100
"_instruction": "Enter a lookup label for this parcellation entity version that may help you to find this instance more easily.",

schemas/latest/SANDS/mathematicalShape/centroidalPyramid.schema.omi.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
1414
],
1515
"_instruction": "Enter the perpendicular distance from the centroid of the base plane to the apex of this centroidal pyramid.",
1616
"label": "Apex base distance",
17+
"labelPlural": "Apex base distances",
1718
"name": "apexBaseDistance",
18-
"nameForReverseLink": null
19+
"nameForReverseLink": null,
20+
"namePlural": "apexBaseDistances"
1921
},
2022
"https://openminds.om-i.org/props/baseShape": {
2123
"_belongsToCategory": [
@@ -36,8 +38,10 @@
3638
],
3739
"_instruction": "Enter the two-dimensional base shape of this centroidal pyramid.",
3840
"label": "Base shape",
41+
"labelPlural": "Base shapes",
3942
"name": "baseShape",
40-
"nameForReverseLink": null
43+
"nameForReverseLink": null,
44+
"namePlural": "baseShapes"
4145
}
4246
},
4347
"required": [

schemas/latest/SANDS/mathematicalShape/circularSector.schema.omi.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
1414
],
1515
"_instruction": "Enter the central angle of this circular sector.",
1616
"label": "Central angle",
17+
"labelPlural": "Central angles",
1718
"name": "centralAngle",
18-
"nameForReverseLink": null
19+
"nameForReverseLink": null,
20+
"namePlural": "centralAngles"
1921
},
2022
"https://openminds.om-i.org/props/radius": {
2123
"_embeddedTypes": [

schemas/latest/SANDS/mathematicalShape/cube.schema.omi.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
1414
],
1515
"_instruction": "Enter the common length of the sides of this cube.",
1616
"label": "Side length",
17+
"labelPlural": "Side lengths",
1718
"name": "sideLength",
18-
"nameForReverseLink": null
19+
"nameForReverseLink": null,
20+
"namePlural": "sideLengths"
1921
}
2022
},
2123
"required": [

schemas/latest/SANDS/mathematicalShape/ellipse.schema.omi.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@
1414
],
1515
"_instruction": "Enter the lengths of the major and minor diameters of this ellipse.",
1616
"label": "Diameters",
17+
"labelPlural": "Diameters",
1718
"maxItems": 2,
1819
"minItems": 2,
1920
"name": "diameters",
2021
"nameForReverseLink": null,
22+
"namePlural": "diameters",
2123
"type": "array"
2224
}
2325
},

0 commit comments

Comments
 (0)