Skip to content

Commit cfc2ce7

Browse files
author
openMINDS pipeline
committed
build triggered by submodule openMetadataInitiative/openMINDS_core version v6
1 parent 02ee120 commit cfc2ce7

8 files changed

Lines changed: 126 additions & 4 deletions

schemas/latest/core/data/gridImage.schema.omi.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"type": "string"
1717
},
1818
"https://openminds.om-i.org/props/coordinateFramework": {
19+
"_belongsToCategory": [
20+
"specificCoordinateFramework"
21+
],
1922
"_instruction": "Add the coordinate space in which this grid image exists.",
2023
"_linkedTypes": [
2124
"https://openminds.om-i.org/types/CommonCoordinateFrameworkVersion",
@@ -61,6 +64,21 @@
6164
"namePlural": "names",
6265
"type": "string"
6366
},
67+
"https://openminds.om-i.org/props/obtainedWith": {
68+
"_belongsToCategory": [
69+
"deviceUsage"
70+
],
71+
"_instruction": "Add the used device for obtaining this grid image.",
72+
"_linkedTypes": [
73+
"https://openminds.om-i.org/types/ElectrodeArrayUsage",
74+
"https://openminds.om-i.org/types/ElectrodeUsage",
75+
"https://openminds.om-i.org/types/PipetteUsage",
76+
"https://openminds.om-i.org/types/SlicingDeviceUsage"
77+
],
78+
"label": "Obtained with",
79+
"name": "obtainedWith",
80+
"nameForReverseLink": null
81+
},
6482
"https://openminds.om-i.org/props/pixelSize": {
6583
"_embeddedTypes": [
6684
"https://openminds.om-i.org/types/QuantitativeValue"
@@ -75,7 +93,6 @@
7593
}
7694
},
7795
"required": [
78-
"https://openminds.om-i.org/props/coordinateFramework",
7996
"https://openminds.om-i.org/props/dataLocation",
8097
"https://openminds.om-i.org/props/dimension",
8198
"https://openminds.om-i.org/props/pixelSize"

schemas/latest/core/data/gridImageStack.schema.omi.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"type": "string"
1717
},
1818
"https://openminds.om-i.org/props/coordinateFramework": {
19+
"_belongsToCategory": [
20+
"specificCoordinateFramework"
21+
],
1922
"_instruction": "Add the coordinate space in which this grid image stack exists.",
2023
"_linkedTypes": [
2124
"https://openminds.om-i.org/types/CommonCoordinateFrameworkVersion",
@@ -68,6 +71,21 @@
6871
"name": "numberOfImages",
6972
"type": "integer"
7073
},
74+
"https://openminds.om-i.org/props/obtainedWith": {
75+
"_belongsToCategory": [
76+
"deviceUsage"
77+
],
78+
"_instruction": "Add the used device for obtaining this grid image stack.",
79+
"_linkedTypes": [
80+
"https://openminds.om-i.org/types/ElectrodeArrayUsage",
81+
"https://openminds.om-i.org/types/ElectrodeUsage",
82+
"https://openminds.om-i.org/types/PipetteUsage",
83+
"https://openminds.om-i.org/types/SlicingDeviceUsage"
84+
],
85+
"label": "Obtained with",
86+
"name": "obtainedWith",
87+
"nameForReverseLink": null
88+
},
7189
"https://openminds.om-i.org/props/pixelSize": {
7290
"_embeddedTypes": [
7391
"https://openminds.om-i.org/types/QuantitativeValue"
@@ -91,7 +109,6 @@
91109
}
92110
},
93111
"required": [
94-
"https://openminds.om-i.org/props/coordinateFramework",
95112
"https://openminds.om-i.org/props/dataLocation",
96113
"https://openminds.om-i.org/props/dimension",
97114
"https://openminds.om-i.org/props/pixelSize",

schemas/latest/core/data/gridVolume.schema.omi.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"type": "string"
1717
},
1818
"https://openminds.om-i.org/props/coordinateFramework": {
19+
"_belongsToCategory": [
20+
"specificCoordinateFramework"
21+
],
1922
"_instruction": "Add the coordinate space in which this grid volume exists.",
2023
"_linkedTypes": [
2124
"https://openminds.om-i.org/types/CommonCoordinateFrameworkVersion",
@@ -67,6 +70,21 @@
6770
"name": "numberOfPlanes",
6871
"type": "integer"
6972
},
73+
"https://openminds.om-i.org/props/obtainedWith": {
74+
"_belongsToCategory": [
75+
"deviceUsage"
76+
],
77+
"_instruction": "Add the used device for obtaining this grid volume.",
78+
"_linkedTypes": [
79+
"https://openminds.om-i.org/types/ElectrodeArrayUsage",
80+
"https://openminds.om-i.org/types/ElectrodeUsage",
81+
"https://openminds.om-i.org/types/PipetteUsage",
82+
"https://openminds.om-i.org/types/SlicingDeviceUsage"
83+
],
84+
"label": "Obtained with",
85+
"name": "obtainedWith",
86+
"nameForReverseLink": null
87+
},
7088
"https://openminds.om-i.org/props/voxelSize": {
7189
"_embeddedTypes": [
7290
"https://openminds.om-i.org/types/QuantitativeValue"
@@ -84,7 +102,6 @@
84102
}
85103
},
86104
"required": [
87-
"https://openminds.om-i.org/props/coordinateFramework",
88105
"https://openminds.om-i.org/props/dataLocation",
89106
"https://openminds.om-i.org/props/dimension",
90107
"https://openminds.om-i.org/props/voxelSize"

schemas/latest/core/data/gridVolumeSequence.schema.omi.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"type": "string"
1717
},
1818
"https://openminds.om-i.org/props/coordinateFramework": {
19+
"_belongsToCategory": [
20+
"specificCoordinateFramework"
21+
],
1922
"_instruction": "Add the coordinate space in which this grid volume sequence exists.",
2023
"_linkedTypes": [
2124
"https://openminds.om-i.org/types/CommonCoordinateFrameworkVersion",
@@ -74,6 +77,21 @@
7477
"name": "numberOfVolumes",
7578
"type": "integer"
7679
},
80+
"https://openminds.om-i.org/props/obtainedWith": {
81+
"_belongsToCategory": [
82+
"deviceUsage"
83+
],
84+
"_instruction": "Add the used device for obtaining this grid volume sequence.",
85+
"_linkedTypes": [
86+
"https://openminds.om-i.org/types/ElectrodeArrayUsage",
87+
"https://openminds.om-i.org/types/ElectrodeUsage",
88+
"https://openminds.om-i.org/types/PipetteUsage",
89+
"https://openminds.om-i.org/types/SlicingDeviceUsage"
90+
],
91+
"label": "Obtained with",
92+
"name": "obtainedWith",
93+
"nameForReverseLink": null
94+
},
7795
"https://openminds.om-i.org/props/temporalSamplingFrequency": {
7896
"_embeddedTypes": [
7997
"https://openminds.om-i.org/types/QuantitativeValue"
@@ -100,7 +118,6 @@
100118
}
101119
},
102120
"required": [
103-
"https://openminds.om-i.org/props/coordinateFramework",
104121
"https://openminds.om-i.org/props/dataLocation",
105122
"https://openminds.om-i.org/props/dimension",
106123
"https://openminds.om-i.org/props/temporalSamplingFrequency",

schemas/latest/core/data/measurement.schema.omi.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,21 @@
2828
"nameForReverseLink": null,
2929
"namePlural": "measuredQuantities"
3030
},
31+
"https://openminds.om-i.org/props/obtainedWith": {
32+
"_belongsToCategory": [
33+
"deviceUsage"
34+
],
35+
"_instruction": "Add the used device for obtaining this measurement.",
36+
"_linkedTypes": [
37+
"https://openminds.om-i.org/types/ElectrodeArrayUsage",
38+
"https://openminds.om-i.org/types/ElectrodeUsage",
39+
"https://openminds.om-i.org/types/PipetteUsage",
40+
"https://openminds.om-i.org/types/SlicingDeviceUsage"
41+
],
42+
"label": "Obtained with",
43+
"name": "obtainedWith",
44+
"nameForReverseLink": null
45+
},
3146
"https://openminds.om-i.org/props/timestamp": {
3247
"_formats": [
3348
"date-time"

schemas/latest/release_notes_latest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2079,6 +2079,9 @@
20792079
},
20802080
{
20812081
"file": "core/data/measurement.schema.omi.json",
2082+
"addedAttributes": [
2083+
"properties.props:obtainedWith"
2084+
],
20822085
"removedAttributes": [
20832086
"properties.props:measuredWith"
20842087
],

schemas/latest/release_notes_latest.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,7 @@ Changes in core/data/fileBundle.schema.omi.json:
948948

949949
Changes in core/data/measurement.schema.omi.json:
950950
- Field 'properties.props:measuredWith' removed.
951+
- Field 'properties.props:obtainedWith' added.
951952

952953
Changes in core/data/serviceLink.schema.omi.json:
953954
- Field 'properties.props:service.minItems' added.

vocab/properties.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16044,6 +16044,41 @@
1604416044
]
1604516045
}
1604616046
},
16047+
"obtainedWith": {
16048+
"asEdge": {
16049+
"canPointTo": {
16050+
"latest": [
16051+
"https://openminds.om-i.org/types/ElectrodeArrayUsage",
16052+
"https://openminds.om-i.org/types/ElectrodeUsage",
16053+
"https://openminds.om-i.org/types/PipetteUsage",
16054+
"https://openminds.om-i.org/types/SlicingDeviceUsage"
16055+
]
16056+
},
16057+
"nameForReverseLink": null
16058+
},
16059+
"description": null,
16060+
"hasNamespace": [
16061+
{
16062+
"inVersions": [
16063+
"latest"
16064+
],
16065+
"namespace": "https://openminds.om-i.org/props/"
16066+
}
16067+
],
16068+
"label": "Obtained with",
16069+
"labelPlural": null,
16070+
"name": "obtainedWith",
16071+
"namePlural": null,
16072+
"usedIn": {
16073+
"latest": [
16074+
"https://openminds.om-i.org/types/GridImage",
16075+
"https://openminds.om-i.org/types/GridImageStack",
16076+
"https://openminds.om-i.org/types/GridVolume",
16077+
"https://openminds.om-i.org/types/GridVolumeSequence",
16078+
"https://openminds.om-i.org/types/Measurement"
16079+
]
16080+
}
16081+
},
1604716082
"ontologyIdentifier": {
1604816083
"asString": {
1604916084
"formatting": "text/plain",

0 commit comments

Comments
 (0)