Skip to content

Commit 39de17f

Browse files
author
openMINDS pipeline
committed
build triggered by submodule version
1 parent 408c16e commit 39de17f

File tree

7 files changed

+158
-44
lines changed

7 files changed

+158
-44
lines changed

schemas/v3.0/stimulation/activity/stimulationActivity.schema.omi.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,10 @@
8484
"type": "string"
8585
},
8686
"https://openminds.ebrains.eu/vocab/output": {
87-
"_instruction": "Add all states of the specimen(s) that were stimulated as a result of this activity.",
87+
"_instruction": "Add all states of the specimen(s) that were stimulated as a result of this activity, and all files or file bundles generated.",
8888
"_linkedTypes": [
89+
"https://openminds.ebrains.eu/core/File",
90+
"https://openminds.ebrains.eu/core/FileBundle",
8991
"https://openminds.ebrains.eu/core/SubjectGroupState",
9092
"https://openminds.ebrains.eu/core/SubjectState",
9193
"https://openminds.ebrains.eu/core/TissueSampleCollectionState",
@@ -169,11 +171,14 @@
169171
},
170172
"https://openminds.ebrains.eu/vocab/stimulus": {
171173
"_instruction": "Add all stimuli used during this activity.",
172-
"_linkedTypes": [],
174+
"_linkedTypes": [
175+
"https://openminds.ebrains.eu/stimulation/EphysStimulus"
176+
],
173177
"label": "Stimulus",
174178
"labelPlural": "Stimuli",
175179
"minItems": 1,
176180
"name": "stimulus",
181+
"nameForReverseLink": null,
177182
"namePlural": "stimuli",
178183
"type": "array",
179184
"uniqueItems": true

schemas/v3.0/stimulation/stimulus/ephysStimulus.schema.omi.json

Lines changed: 94 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,99 @@
11
{
2+
"_categories": [
3+
"stimulus"
4+
],
25
"_module": "stimulation",
36
"_type": "https://openminds.ebrains.eu/stimulation/EphysStimulus",
47
"label": "Ephys stimulus",
58
"name": "EphysStimulus",
69
"properties": {
10+
"https://openminds.ebrains.eu/vocab/deliveredBy": {
11+
"_instruction": "Add the device used to deliver this stimulus.",
12+
"_linkedTypes": [
13+
"https://openminds.ebrains.eu/ephys/ElectrodeArrayUsage",
14+
"https://openminds.ebrains.eu/ephys/ElectrodeUsage",
15+
"https://openminds.ebrains.eu/ephys/PipetteUsage",
16+
"https://openminds.ebrains.eu/specimenPrep/SlicingDeviceUsage"
17+
],
18+
"label": "Delivered by",
19+
"labelPlural": "Delivered by",
20+
"name": "deliveredBy",
21+
"nameForReverseLink": null,
22+
"namePlural": "deliveredBy"
23+
},
24+
"https://openminds.ebrains.eu/vocab/description": {
25+
"_instruction": "Enter a short text describing this stimulus.",
26+
"description": "Longer statement or account giving the characteristics of someone or something.",
27+
"formatting": "text/markdown",
28+
"label": "Description",
29+
"labelPlural": "Descriptions",
30+
"multiline": true,
31+
"name": "description",
32+
"namePlural": "descriptions",
33+
"type": "string"
34+
},
35+
"https://openminds.ebrains.eu/vocab/epoch": {
36+
"_embeddedTypes": [
37+
"https://openminds.ebrains.eu/core/QuantitativeValue"
38+
],
39+
"_instruction": "Enter the total epoch length of this stimulus.",
40+
"label": "Epoch",
41+
"name": "epoch",
42+
"nameForReverseLink": null
43+
},
44+
"https://openminds.ebrains.eu/vocab/generatedBy": {
45+
"_instruction": "Add the device used to generate this stimulus.",
46+
"_linkedTypes": [
47+
"https://openminds.ebrains.eu/ephys/ElectrodeArrayUsage",
48+
"https://openminds.ebrains.eu/ephys/ElectrodeUsage",
49+
"https://openminds.ebrains.eu/ephys/PipetteUsage",
50+
"https://openminds.ebrains.eu/specimenPrep/SlicingDeviceUsage"
51+
],
52+
"label": "Generated by",
53+
"labelPlural": "Generated by",
54+
"name": "generatedBy",
55+
"nameForReverseLink": null,
56+
"namePlural": "generatedBy"
57+
},
58+
"https://openminds.ebrains.eu/vocab/internalIdentifier": {
59+
"_instruction": "Enter the identifier (or label) of this stimulus that is used within the corresponding data files to identify this stimulus.",
60+
"description": "Term or code that identifies someone or something within a particular product.",
61+
"formatting": "text/plain",
62+
"label": "Internal identifier",
63+
"labelPlural": "Internal identifiers",
64+
"multiline": false,
65+
"name": "internalIdentifier",
66+
"namePlural": "internalIdentifiers",
67+
"type": "string"
68+
},
69+
"https://openminds.ebrains.eu/vocab/lookupLabel": {
70+
"_instruction": "Enter a lookup label for this stimulus that may help you to find this instance more easily.",
71+
"formatting": "text/plain",
72+
"label": "Lookup label",
73+
"labelPlural": "Lookup labels",
74+
"multiline": false,
75+
"name": "lookupLabel",
76+
"namePlural": "lookupLabels",
77+
"type": "string"
78+
},
79+
"https://openminds.ebrains.eu/vocab/specification": {
80+
"_instruction": "Add the specification information for this stimulus.",
81+
"_linkedTypes": [
82+
"https://openminds.ebrains.eu/core/Configuration",
83+
"https://openminds.ebrains.eu/core/File",
84+
"https://openminds.ebrains.eu/core/FileBundle",
85+
"https://openminds.ebrains.eu/core/PropertyValueList"
86+
],
87+
"description": "Detailed and precise presentation of, or proposal for something.",
88+
"label": "Specification",
89+
"labelPlural": "Specifications",
90+
"minItems": 1,
91+
"name": "specification",
92+
"nameForReverseLink": null,
93+
"namePlural": "specifications",
94+
"type": "array",
95+
"uniqueItems": true
96+
},
797
"https://openminds.ebrains.eu/vocab/type": {
898
"_instruction": "Add the type that describe this electrical stimulus.",
999
"_linkedTypes": [
@@ -16,5 +106,8 @@
16106
"nameForReverseLink": null,
17107
"namePlural": "types"
18108
}
19-
}
109+
},
110+
"required": [
111+
"https://openminds.ebrains.eu/vocab/internalIdentifier"
112+
]
20113
}

schemas/v4.0/Release Notes v4.0.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -284,31 +284,10 @@
284284
},
285285
{
286286
"file": "stimulation/activity/stimulationActivity.schema.omi.json",
287-
"addedAttributes": [
288-
"properties.props:stimulus.nameForReverseLink"
289-
],
290287
"modifiedAttributes": [
291-
"properties.props:output._instruction",
292-
"properties.props:output._linkedTypes",
293-
"properties.props:stimulus._linkedTypes",
294288
"properties.props:studyTarget._linkedTypes"
295289
],
296290
"schemaType": "StimulationActivity"
297-
},
298-
{
299-
"file": "stimulation/stimulus/ephysStimulus.schema.omi.json",
300-
"addedAttributes": [
301-
"_categories",
302-
"required",
303-
"properties.props:deliveredBy",
304-
"properties.props:description",
305-
"properties.props:epoch",
306-
"properties.props:generatedBy",
307-
"properties.props:internalIdentifier",
308-
"properties.props:lookupLabel",
309-
"properties.props:specification"
310-
],
311-
"schemaType": "EphysStimulus"
312291
}
313292
]
314293
}

schemas/v4.0/Release Notes v4.0.txt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -142,19 +142,4 @@ Changes in specimenPrep/activity/tissueSampleSlicing.schema.omi.json:
142142
- Field 'required' modified.
143143

144144
Changes in stimulation/activity/stimulationActivity.schema.omi.json:
145-
- Field 'properties.props:output._instruction' modified.
146-
- Field 'properties.props:output._linkedTypes' modified.
147-
- Field 'properties.props:stimulus.nameForReverseLink' added.
148-
- Field 'properties.props:stimulus._linkedTypes' modified.
149145
- Field 'properties.props:studyTarget._linkedTypes' modified.
150-
151-
Changes in stimulation/stimulus/ephysStimulus.schema.omi.json:
152-
- Field '_categories' added.
153-
- Field 'required' added.
154-
- Field 'properties.props:deliveredBy' added.
155-
- Field 'properties.props:description' added.
156-
- Field 'properties.props:epoch' added.
157-
- Field 'properties.props:generatedBy' added.
158-
- Field 'properties.props:internalIdentifier' added.
159-
- Field 'properties.props:lookupLabel' added.
160-
- Field 'properties.props:specification' added.

vocab/categories.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,9 @@
461461
"ephys:Pipette",
462462
"specimenPrep:SlicingDevice"
463463
],
464+
"stimulus": [
465+
"stimulation:EphysStimulus"
466+
],
464467
"stimulusType": [
465468
"controlledTerms:AuditoryStimulusType",
466469
"controlledTerms:ElectricalStimulusType",

vocab/properties.json

Lines changed: 53 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5173,6 +5173,12 @@
51735173
"https://openminds.om-i.org/types/PipetteUsage",
51745174
"https://openminds.om-i.org/types/SlicingDeviceUsage"
51755175
],
5176+
"v3.0": [
5177+
"https://openminds.ebrains.eu/ephys/ElectrodeArrayUsage",
5178+
"https://openminds.ebrains.eu/ephys/ElectrodeUsage",
5179+
"https://openminds.ebrains.eu/ephys/PipetteUsage",
5180+
"https://openminds.ebrains.eu/specimenPrep/SlicingDeviceUsage"
5181+
],
51765182
"v4.0": [
51775183
"https://openminds.om-i.org/types/ElectrodeArrayUsage",
51785184
"https://openminds.om-i.org/types/ElectrodeUsage",
@@ -5190,6 +5196,12 @@
51905196
"v4.0"
51915197
],
51925198
"namespace": "https://openminds.om-i.org/props/"
5199+
},
5200+
{
5201+
"inVersions": [
5202+
"v3.0"
5203+
],
5204+
"namespace": "https://openminds.ebrains.eu/vocab/"
51935205
}
51945206
],
51955207
"label": "Delivered by",
@@ -5201,6 +5213,9 @@
52015213
"latest": [
52025214
"https://openminds.om-i.org/types/EphysStimulus"
52035215
],
5216+
"v3.0": [
5217+
"https://openminds.ebrains.eu/stimulation/EphysStimulus"
5218+
],
52045219
"v4.0": [
52055220
"https://openminds.om-i.org/types/EphysStimulus"
52065221
]
@@ -5745,6 +5760,7 @@
57455760
"https://openminds.ebrains.eu/sands/CommonCoordinateSpaceVersion",
57465761
"https://openminds.ebrains.eu/specimenPrep/CranialWindowPreparation",
57475762
"https://openminds.ebrains.eu/specimenPrep/SlicingDevice",
5763+
"https://openminds.ebrains.eu/stimulation/EphysStimulus",
57485764
"https://openminds.ebrains.eu/stimulation/StimulationActivity"
57495765
],
57505766
"v4.0": [
@@ -7258,6 +7274,9 @@
72587274
"latest": [
72597275
"https://openminds.om-i.org/types/QuantitativeValue"
72607276
],
7277+
"v3.0": [
7278+
"https://openminds.ebrains.eu/core/QuantitativeValue"
7279+
],
72617280
"v4.0": [
72627281
"https://openminds.om-i.org/types/QuantitativeValue"
72637282
]
@@ -7272,6 +7291,12 @@
72727291
"v4.0"
72737292
],
72747293
"namespace": "https://openminds.om-i.org/props/"
7294+
},
7295+
{
7296+
"inVersions": [
7297+
"v3.0"
7298+
],
7299+
"namespace": "https://openminds.ebrains.eu/vocab/"
72757300
}
72767301
],
72777302
"label": "Epoch",
@@ -7281,6 +7306,9 @@
72817306
"latest": [
72827307
"https://openminds.om-i.org/types/EphysStimulus"
72837308
],
7309+
"v3.0": [
7310+
"https://openminds.ebrains.eu/stimulation/EphysStimulus"
7311+
],
72847312
"v4.0": [
72857313
"https://openminds.om-i.org/types/EphysStimulus"
72867314
]
@@ -8326,6 +8354,12 @@
83268354
"https://openminds.om-i.org/types/PipetteUsage",
83278355
"https://openminds.om-i.org/types/SlicingDeviceUsage"
83288356
],
8357+
"v3.0": [
8358+
"https://openminds.ebrains.eu/ephys/ElectrodeArrayUsage",
8359+
"https://openminds.ebrains.eu/ephys/ElectrodeUsage",
8360+
"https://openminds.ebrains.eu/ephys/PipetteUsage",
8361+
"https://openminds.ebrains.eu/specimenPrep/SlicingDeviceUsage"
8362+
],
83298363
"v4.0": [
83308364
"https://openminds.om-i.org/types/ElectrodeArrayUsage",
83318365
"https://openminds.om-i.org/types/ElectrodeUsage",
@@ -8343,6 +8377,12 @@
83438377
"v4.0"
83448378
],
83458379
"namespace": "https://openminds.om-i.org/props/"
8380+
},
8381+
{
8382+
"inVersions": [
8383+
"v3.0"
8384+
],
8385+
"namespace": "https://openminds.ebrains.eu/vocab/"
83468386
}
83478387
],
83488388
"label": "Generated by",
@@ -8354,6 +8394,9 @@
83548394
"latest": [
83558395
"https://openminds.om-i.org/types/EphysStimulus"
83568396
],
8397+
"v3.0": [
8398+
"https://openminds.ebrains.eu/stimulation/EphysStimulus"
8399+
],
83578400
"v4.0": [
83588401
"https://openminds.om-i.org/types/EphysStimulus"
83598402
]
@@ -11097,7 +11140,8 @@
1109711140
"https://openminds.ebrains.eu/ephys/Recording",
1109811141
"https://openminds.ebrains.eu/ephys/RecordingActivity",
1109911142
"https://openminds.ebrains.eu/sands/AtlasAnnotation",
11100-
"https://openminds.ebrains.eu/sands/CustomAnnotation"
11143+
"https://openminds.ebrains.eu/sands/CustomAnnotation",
11144+
"https://openminds.ebrains.eu/stimulation/EphysStimulus"
1110111145
],
1110211146
"v4.0": [
1110311147
"https://openminds.om-i.org/types/AtlasAnnotation",
@@ -13046,6 +13090,7 @@
1304613090
"https://openminds.ebrains.eu/specimenPrep/CranialWindowPreparation",
1304713091
"https://openminds.ebrains.eu/specimenPrep/SlicingDevice",
1304813092
"https://openminds.ebrains.eu/specimenPrep/SlicingDeviceUsage",
13093+
"https://openminds.ebrains.eu/stimulation/EphysStimulus",
1304913094
"https://openminds.ebrains.eu/stimulation/StimulationActivity"
1305013095
],
1305113096
"v4.0": [
@@ -19923,7 +19968,9 @@
1992319968
"https://openminds.om-i.org/types/PropertyValueList"
1992419969
],
1992519970
"v3.0": [
19971+
"https://openminds.ebrains.eu/core/Configuration",
1992619972
"https://openminds.ebrains.eu/core/File",
19973+
"https://openminds.ebrains.eu/core/FileBundle",
1992719974
"https://openminds.ebrains.eu/core/PropertyValueList"
1992819975
],
1992919976
"v4.0": [
@@ -19985,7 +20032,8 @@
1998520032
"v3.0": [
1998620033
"https://openminds.ebrains.eu/core/ContentType",
1998720034
"https://openminds.ebrains.eu/sands/AtlasAnnotation",
19988-
"https://openminds.ebrains.eu/sands/CustomAnnotation"
20035+
"https://openminds.ebrains.eu/sands/CustomAnnotation",
20036+
"https://openminds.ebrains.eu/stimulation/EphysStimulus"
1998920037
],
1999020038
"v4.0": [
1999120039
"https://openminds.om-i.org/types/AtlasAnnotation",
@@ -20528,6 +20576,9 @@
2052820576
"latest": [
2052920577
"https://openminds.om-i.org/types/EphysStimulus"
2053020578
],
20579+
"v3.0": [
20580+
"https://openminds.ebrains.eu/stimulation/EphysStimulus"
20581+
],
2053120582
"v4.0": [
2053220583
"https://openminds.om-i.org/types/EphysStimulus"
2053320584
]

vocab/types.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2906,11 +2906,9 @@
29062906
}
29072907
],
29082908
"identical": [
2909-
[
2910-
"v3.0"
2911-
],
29122909
[
29132910
"latest",
2911+
"v3.0",
29142912
"v4.0"
29152913
]
29162914
],

0 commit comments

Comments
 (0)