Skip to content

Commit 90cd02a

Browse files
author
openMINDS pipeline
committed
build triggered by submodule openMetadataInitiative/openMINDS_controlledTerms version v3
1 parent fa702a0 commit 90cd02a

20 files changed

+155
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@
294294
"https://openminds.om-i.org/types/Organ",
295295
"https://openminds.om-i.org/types/OrganismSubstance",
296296
"https://openminds.om-i.org/types/OrganismSystem",
297+
"https://openminds.om-i.org/types/OrganizationType",
297298
"https://openminds.om-i.org/types/PatchClampVariation",
298299
"https://openminds.om-i.org/types/PreparationType",
299300
"https://openminds.om-i.org/types/ProductAccessibility",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@
315315
"https://openminds.om-i.org/types/Organ",
316316
"https://openminds.om-i.org/types/OrganismSubstance",
317317
"https://openminds.om-i.org/types/OrganismSystem",
318+
"https://openminds.om-i.org/types/OrganizationType",
318319
"https://openminds.om-i.org/types/PatchClampVariation",
319320
"https://openminds.om-i.org/types/PreparationType",
320321
"https://openminds.om-i.org/types/ProductAccessibility",

schemas/latest/computation/validationTestVersion.schema.omi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@
297297
"https://openminds.om-i.org/types/Organ",
298298
"https://openminds.om-i.org/types/OrganismSubstance",
299299
"https://openminds.om-i.org/types/OrganismSystem",
300+
"https://openminds.om-i.org/types/OrganizationType",
300301
"https://openminds.om-i.org/types/PatchClampVariation",
301302
"https://openminds.om-i.org/types/PreparationType",
302303
"https://openminds.om-i.org/types/ProductAccessibility",

schemas/latest/computation/workflowRecipeVersion.schema.omi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@
290290
"https://openminds.om-i.org/types/Organ",
291291
"https://openminds.om-i.org/types/OrganismSubstance",
292292
"https://openminds.om-i.org/types/OrganismSystem",
293+
"https://openminds.om-i.org/types/OrganizationType",
293294
"https://openminds.om-i.org/types/PatchClampVariation",
294295
"https://openminds.om-i.org/types/PreparationType",
295296
"https://openminds.om-i.org/types/ProductAccessibility",
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
{
2+
"_categories": [
3+
"keyword"
4+
],
5+
"_module": "controlledTerms",
6+
"_type": "https://openminds.om-i.org/types/OrganizationType",
7+
"label": "Organization type",
8+
"name": "OrganizationType",
9+
"properties": {
10+
"https://openminds.om-i.org/props/definition": {
11+
"_instruction": "Enter one sentence for defining this term.",
12+
"description": "Short, but precise statement of the meaning of a word, word group, sign or a symbol.",
13+
"formatting": "text/markdown",
14+
"label": "Definition",
15+
"labelPlural": "Definitions",
16+
"multiline": true,
17+
"name": "definition",
18+
"namePlural": "definitions",
19+
"type": "string"
20+
},
21+
"https://openminds.om-i.org/props/description": {
22+
"_instruction": "Enter a short text describing this term.",
23+
"description": "Longer statement or account giving the characteristics of someone or something.",
24+
"formatting": "text/markdown",
25+
"label": "Description",
26+
"labelPlural": "Descriptions",
27+
"multiline": true,
28+
"name": "description",
29+
"namePlural": "descriptions",
30+
"type": "string"
31+
},
32+
"https://openminds.om-i.org/props/interlexIdentifier": {
33+
"_formats": [
34+
"iri"
35+
],
36+
"_instruction": "Enter the internationalized resource identifier (IRI) pointing to the integrated ontology entry in the InterLex project.",
37+
"description": "Persistent identifier for a term registered in the InterLex project.",
38+
"formatting": "text/plain",
39+
"label": "Interlex identifier",
40+
"labelPlural": "Interlex identifiers",
41+
"multiline": false,
42+
"name": "interlexIdentifier",
43+
"namePlural": "interlexIdentifiers",
44+
"type": "string"
45+
},
46+
"https://openminds.om-i.org/props/knowledgeSpaceLink": {
47+
"_formats": [
48+
"iri"
49+
],
50+
"_instruction": "Enter the internationalized resource identifier (IRI) pointing to the wiki page of the corresponding term in the KnowledgeSpace.",
51+
"description": "Persistent link to an encyclopedia entry in the Knowledge Space project.",
52+
"formatting": "text/plain",
53+
"label": "Knowledge space link",
54+
"labelPlural": "Knowledge space links",
55+
"multiline": false,
56+
"name": "knowledgeSpaceLink",
57+
"namePlural": "knowledgeSpaceLinks",
58+
"type": "string"
59+
},
60+
"https://openminds.om-i.org/props/name": {
61+
"_instruction": "Controlled term originating from a defined terminology.",
62+
"description": "Word or phrase that constitutes the distinctive designation of a being or thing.",
63+
"formatting": "text/plain",
64+
"label": "Name",
65+
"labelPlural": "Names",
66+
"multiline": false,
67+
"name": "name",
68+
"namePlural": "names",
69+
"type": "string"
70+
},
71+
"https://openminds.om-i.org/props/preferredOntologyIdentifier": {
72+
"_formats": [
73+
"iri"
74+
],
75+
"_instruction": "Enter the internationalized resource identifier (IRI) pointing to the preferred ontological term.",
76+
"description": "Persistent identifier of a preferred ontological term.",
77+
"formatting": "text/plain",
78+
"label": "Preferred ontology identifier",
79+
"labelPlural": "Preferred ontology identifiers",
80+
"multiline": false,
81+
"name": "preferredOntologyIdentifier",
82+
"namePlural": "preferredOntologyIdentifiers",
83+
"type": "string"
84+
},
85+
"https://openminds.om-i.org/props/synonym": {
86+
"_instruction": "Enter one or several synonyms (including abbreviations) for this controlled term.",
87+
"description": "Words or expressions used in the same language that have the same or nearly the same meaning in some or all senses.",
88+
"formatting": "text/plain",
89+
"items": {
90+
"type": "string"
91+
},
92+
"label": "Synonym",
93+
"labelPlural": "Synonyms",
94+
"minItems": 1,
95+
"multiline": false,
96+
"name": "synonym",
97+
"namePlural": "synonyms",
98+
"type": "array",
99+
"uniqueItems": true
100+
}
101+
},
102+
"required": [
103+
"https://openminds.om-i.org/props/name"
104+
]
105+
}

schemas/latest/core/products/datasetVersion.schema.omi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@
338338
"https://openminds.om-i.org/types/Organ",
339339
"https://openminds.om-i.org/types/OrganismSubstance",
340340
"https://openminds.om-i.org/types/OrganismSystem",
341+
"https://openminds.om-i.org/types/OrganizationType",
341342
"https://openminds.om-i.org/types/PatchClampVariation",
342343
"https://openminds.om-i.org/types/PreparationType",
343344
"https://openminds.om-i.org/types/ProductAccessibility",

schemas/latest/core/products/metaDataModelVersion.schema.omi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@
261261
"https://openminds.om-i.org/types/Organ",
262262
"https://openminds.om-i.org/types/OrganismSubstance",
263263
"https://openminds.om-i.org/types/OrganismSystem",
264+
"https://openminds.om-i.org/types/OrganizationType",
264265
"https://openminds.om-i.org/types/PatchClampVariation",
265266
"https://openminds.om-i.org/types/PreparationType",
266267
"https://openminds.om-i.org/types/ProductAccessibility",

schemas/latest/core/products/modelVersion.schema.omi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@
319319
"https://openminds.om-i.org/types/Organ",
320320
"https://openminds.om-i.org/types/OrganismSubstance",
321321
"https://openminds.om-i.org/types/OrganismSystem",
322+
"https://openminds.om-i.org/types/OrganizationType",
322323
"https://openminds.om-i.org/types/PatchClampVariation",
323324
"https://openminds.om-i.org/types/PreparationType",
324325
"https://openminds.om-i.org/types/ProductAccessibility",

schemas/latest/core/products/softwareVersion.schema.omi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@
340340
"https://openminds.om-i.org/types/Organ",
341341
"https://openminds.om-i.org/types/OrganismSubstance",
342342
"https://openminds.om-i.org/types/OrganismSystem",
343+
"https://openminds.om-i.org/types/OrganizationType",
343344
"https://openminds.om-i.org/types/PatchClampVariation",
344345
"https://openminds.om-i.org/types/PreparationType",
345346
"https://openminds.om-i.org/types/ProductAccessibility",

schemas/latest/core/products/webServiceVersion.schema.omi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@
277277
"https://openminds.om-i.org/types/Organ",
278278
"https://openminds.om-i.org/types/OrganismSubstance",
279279
"https://openminds.om-i.org/types/OrganismSystem",
280+
"https://openminds.om-i.org/types/OrganizationType",
280281
"https://openminds.om-i.org/types/PatchClampVariation",
281282
"https://openminds.om-i.org/types/PreparationType",
282283
"https://openminds.om-i.org/types/ProductAccessibility",

0 commit comments

Comments
 (0)