From 24646933631c050049d4a85f2e8571e39583792d Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 6 May 2024 13:07:28 +0200 Subject: [PATCH 01/41] Add files via upload --- .../application_vnd.alphaomega.v0-eng.jsonld | 18 +++++++++ .../contentTypes/application_vnd.axona.jsonld | 20 ++++++++++ .../application_vnd.biocam+hdf5.jsonld | 20 ++++++++++ .../application_vnd.klustakwik.jsonld | 39 +++++++++++-------- .../application_vnd.maxwell+hdf5.jsonld | 21 ++++++++++ 5 files changed, 101 insertions(+), 17 deletions(-) create mode 100644 instances/latest/contentTypes/application_vnd.alphaomega.v0-eng.jsonld create mode 100644 instances/latest/contentTypes/application_vnd.axona.jsonld create mode 100644 instances/latest/contentTypes/application_vnd.biocam+hdf5.jsonld create mode 100644 instances/latest/contentTypes/application_vnd.maxwell+hdf5.jsonld diff --git a/instances/latest/contentTypes/application_vnd.alphaomega.v0-eng.jsonld b/instances/latest/contentTypes/application_vnd.alphaomega.v0-eng.jsonld new file mode 100644 index 0000000000..48dde3fe4d --- /dev/null +++ b/instances/latest/contentTypes/application_vnd.alphaomega.v0-eng.jsonld @@ -0,0 +1,18 @@ +{ + "@context": { + "@vocab": "https://openminds.ebrains.eu/vocab/" + }, + "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.alphaomega.v0-eng", + "@type": "https://openminds.ebrains.eu/core/ContentType", + "dataType": null, + "description": null, + "displayLabel": null, + "fileExtension": [ + ".lsx", + ".mpx" + ], + "name": "application/vnd.alphaomega.v0-eng", + "relatedMediaType": null, + "specification": null, + "synonym": null +} \ No newline at end of file diff --git a/instances/latest/contentTypes/application_vnd.axona.jsonld b/instances/latest/contentTypes/application_vnd.axona.jsonld new file mode 100644 index 0000000000..daa4b27d31 --- /dev/null +++ b/instances/latest/contentTypes/application_vnd.axona.jsonld @@ -0,0 +1,20 @@ +{ + "@context": { + "@vocab": "https://openminds.ebrains.eu/vocab/" + }, + "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.axona", + "@type": "https://openminds.ebrains.eu/core/ContentType", + "dataType": null, + "description": null, + "displayLabel": null, + "fileExtension": [ + ".bin", + ".set" + ], + "name": "application/vnd.axona", + "relatedMediaType": null, + "specification": null, + "synonym": [ + "Axona" + ] +} diff --git a/instances/latest/contentTypes/application_vnd.biocam+hdf5.jsonld b/instances/latest/contentTypes/application_vnd.biocam+hdf5.jsonld new file mode 100644 index 0000000000..470d8f97dd --- /dev/null +++ b/instances/latest/contentTypes/application_vnd.biocam+hdf5.jsonld @@ -0,0 +1,20 @@ +{ + "@context": { + "@vocab": "https://openminds.ebrains.eu/vocab/" + }, + "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.biocam+hdf5", + "@type": "https://openminds.ebrains.eu/core/ContentType", + "dataType": null, + "description": null, + "displayLabel": null, + "fileExtension": [ + ".hdf5", + ".h5" + ], + "name": "application/vnd.biocam+hdf5", + "relatedMediaType": null, + "specification": null, + "synonym": [ + "Biocam HDF5" + ] +} diff --git a/instances/latest/contentTypes/application_vnd.klustakwik.jsonld b/instances/latest/contentTypes/application_vnd.klustakwik.jsonld index 364f177009..3467d0735b 100644 --- a/instances/latest/contentTypes/application_vnd.klustakwik.jsonld +++ b/instances/latest/contentTypes/application_vnd.klustakwik.jsonld @@ -1,17 +1,22 @@ -{ - "@context": { - "@vocab": "https://openminds.ebrains.eu/vocab/" - }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.klustakwik", - "@type": "https://openminds.ebrains.eu/core/ContentType", - "dataType": null, - "description": null, - "displayLabel": null, - "fileExtension": null, - "name": "application/vnd.klustakwik", - "relatedMediaType": null, - "specification": null, - "synonym": [ - "KlustaKwik Format" - ] -} +{ + "@context": { + "@vocab": "https://openminds.ebrains.eu/vocab/" + }, + "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.klustakwik", + "@type": "https://openminds.ebrains.eu/core/ContentType", + "dataType": null, + "description": null, + "displayLabel": null, + "fileExtension": [ + ".fet", + ".clu", + ".res", + ".spk" + ], + "name": "application/vnd.klustakwik", + "relatedMediaType": null, + "specification": null, + "synonym": [ + "KlustaKwik format" + ] +} diff --git a/instances/latest/contentTypes/application_vnd.maxwell+hdf5.jsonld b/instances/latest/contentTypes/application_vnd.maxwell+hdf5.jsonld new file mode 100644 index 0000000000..641cd173ce --- /dev/null +++ b/instances/latest/contentTypes/application_vnd.maxwell+hdf5.jsonld @@ -0,0 +1,21 @@ +{ + "@context": { + "@vocab": "https://openminds.ebrains.eu/vocab/" + }, + "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.maxwell+hdf5", + "@type": "https://openminds.ebrains.eu/core/ContentType", + "dataType": null, + "description": null, + "displayLabel": null, + "fileExtension": [ + ".hdf5", + ".h5" + ], + "name": "application/vnd.maxwell+hdf5", + "relatedMediaType": null, + "specification": null, + "synonym": [ + "MaxOne HDF5", + "MaxTwo HDF5" + ] +} From 9d76b912837994beed7ee4164e54e1c9eca2ec20 Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 6 May 2024 13:12:26 +0200 Subject: [PATCH 02/41] Update and rename application_vnd.mearec.jsonld to application_vnd.mearec+hdf5.jsonld --- ....mearec.jsonld => application_vnd.mearec+hdf5.jsonld} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename instances/latest/contentTypes/{application_vnd.mearec.jsonld => application_vnd.mearec+hdf5.jsonld} (74%) diff --git a/instances/latest/contentTypes/application_vnd.mearec.jsonld b/instances/latest/contentTypes/application_vnd.mearec+hdf5.jsonld similarity index 74% rename from instances/latest/contentTypes/application_vnd.mearec.jsonld rename to instances/latest/contentTypes/application_vnd.mearec+hdf5.jsonld index 1ad090dec3..77e13371f3 100644 --- a/instances/latest/contentTypes/application_vnd.mearec.jsonld +++ b/instances/latest/contentTypes/application_vnd.mearec+hdf5.jsonld @@ -2,19 +2,20 @@ "@context": { "@vocab": "https://openminds.ebrains.eu/vocab/" }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.mearec", + "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.mearec+hdf5", "@type": "https://openminds.ebrains.eu/core/ContentType", "dataType": null, "description": null, "displayLabel": null, "fileExtension": [ + ".hdf5", ".h5" ], - "name": "application/vnd.mearec", + "name": "application/vnd.mearec+hdf5", "relatedMediaType": null, "specification": null, "synonym": [ - "Multi-Electrode-Arrays", - "MEA" + "Multi-Electrode-Arrays HDF5", + "MEA HDF5" ] } From 6d5e4918712396ac9b8bbf30df50fba41f8647ce Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 6 May 2024 13:14:55 +0200 Subject: [PATCH 03/41] Create application_vnd.neuralensemble.neo+pickle.jsonld --- ...ation_vnd.neuralensemble.neo+pickle.jsonld | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 instances/latest/contentTypes/application_vnd.neuralensemble.neo+pickle.jsonld diff --git a/instances/latest/contentTypes/application_vnd.neuralensemble.neo+pickle.jsonld b/instances/latest/contentTypes/application_vnd.neuralensemble.neo+pickle.jsonld new file mode 100644 index 0000000000..dea955693e --- /dev/null +++ b/instances/latest/contentTypes/application_vnd.neuralensemble.neo+pickle.jsonld @@ -0,0 +1,20 @@ +{ + "@context": { + "@vocab": "https://openminds.ebrains.eu/vocab/" + }, + "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.neuralensemble.neo+pickle", + "@type": "https://openminds.ebrains.eu/core/ContentType", + "dataType": null, + "description": null, + "displayLabel": null, + "fileExtension": [ + ".pkl", + ".pickle" + ], + "name": "application/vnd.neuralensemble.neo+pickle", + "relatedMediaType": null, + "specification": null, + "synonym": [ + "Pickled Neo file" + ] +} From 08ae5f49841e5304c85ac5f89f245d81df0adfb9 Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 6 May 2024 13:28:39 +0200 Subject: [PATCH 04/41] Update application_vnd.alphaomega.v0-eng.jsonld --- .../contentTypes/application_vnd.alphaomega.v0-eng.jsonld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instances/latest/contentTypes/application_vnd.alphaomega.v0-eng.jsonld b/instances/latest/contentTypes/application_vnd.alphaomega.v0-eng.jsonld index 48dde3fe4d..2b1f5ddb3b 100644 --- a/instances/latest/contentTypes/application_vnd.alphaomega.v0-eng.jsonld +++ b/instances/latest/contentTypes/application_vnd.alphaomega.v0-eng.jsonld @@ -15,4 +15,4 @@ "relatedMediaType": null, "specification": null, "synonym": null -} \ No newline at end of file +} From f5a126922b49d2512f6c8b70cc1fb6c9c4b09e11 Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 6 May 2024 13:30:22 +0200 Subject: [PATCH 05/41] Update application_vnd.neuralensemble.neo+pickle.jsonld --- .../application_vnd.neuralensemble.neo+pickle.jsonld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instances/latest/contentTypes/application_vnd.neuralensemble.neo+pickle.jsonld b/instances/latest/contentTypes/application_vnd.neuralensemble.neo+pickle.jsonld index dea955693e..bec0b15d6e 100644 --- a/instances/latest/contentTypes/application_vnd.neuralensemble.neo+pickle.jsonld +++ b/instances/latest/contentTypes/application_vnd.neuralensemble.neo+pickle.jsonld @@ -15,6 +15,6 @@ "relatedMediaType": null, "specification": null, "synonym": [ - "Pickled Neo file" + "Pickled Neo Format" ] } From 2a901a19861d75fe2ce8e37b577692daef30af9d Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 6 May 2024 13:30:40 +0200 Subject: [PATCH 06/41] Update application_vnd.klustakwik.jsonld --- instances/latest/contentTypes/application_vnd.klustakwik.jsonld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instances/latest/contentTypes/application_vnd.klustakwik.jsonld b/instances/latest/contentTypes/application_vnd.klustakwik.jsonld index 3467d0735b..5c5a508411 100644 --- a/instances/latest/contentTypes/application_vnd.klustakwik.jsonld +++ b/instances/latest/contentTypes/application_vnd.klustakwik.jsonld @@ -17,6 +17,6 @@ "relatedMediaType": null, "specification": null, "synonym": [ - "KlustaKwik format" + "KlustaKwik Format" ] } From cdea0ab8f39c3a9b21628be9c05e7e6caed24f5e Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 6 May 2024 13:31:25 +0200 Subject: [PATCH 07/41] Update application_vnd.axona.jsonld --- instances/latest/contentTypes/application_vnd.axona.jsonld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instances/latest/contentTypes/application_vnd.axona.jsonld b/instances/latest/contentTypes/application_vnd.axona.jsonld index daa4b27d31..e74282cc4e 100644 --- a/instances/latest/contentTypes/application_vnd.axona.jsonld +++ b/instances/latest/contentTypes/application_vnd.axona.jsonld @@ -15,6 +15,6 @@ "relatedMediaType": null, "specification": null, "synonym": [ - "Axona" + "Axona Format" ] } From b868a8b4da65983f635803f7b0dea5a72d9a7268 Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 6 May 2024 13:34:24 +0200 Subject: [PATCH 08/41] Create euroscope.jsonld --- .../latest/contentTypes/euroscope.jsonld | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 instances/latest/contentTypes/euroscope.jsonld diff --git a/instances/latest/contentTypes/euroscope.jsonld b/instances/latest/contentTypes/euroscope.jsonld new file mode 100644 index 0000000000..6b4e9dbc2a --- /dev/null +++ b/instances/latest/contentTypes/euroscope.jsonld @@ -0,0 +1,22 @@ +{ + "@context": { + "@vocab": "https://openminds.ebrains.eu/vocab/" + }, + "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.neuroscope", + "@type": "https://openminds.ebrains.eu/core/ContentType", + "dataType": null, + "description": null, + "displayLabel": null, + "fileExtension": [ + ".clu", + ".res", + ".ext.evt", + ".evt.ext" + ], + "name": "application/vnd.neuroscope", + "relatedMediaType": null, + "specification": null, + "synonym": [ + "NeuroScope Format" + ] +} From 62c096e5257753cac1332b533d601ee965c28897 Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 6 May 2024 13:36:42 +0200 Subject: [PATCH 09/41] Update application_vnd.neuroscope.jsonld --- .../contentTypes/application_vnd.neuroscope.jsonld | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/instances/latest/contentTypes/application_vnd.neuroscope.jsonld b/instances/latest/contentTypes/application_vnd.neuroscope.jsonld index 918ee5a5d5..6b4e9dbc2a 100644 --- a/instances/latest/contentTypes/application_vnd.neuroscope.jsonld +++ b/instances/latest/contentTypes/application_vnd.neuroscope.jsonld @@ -7,11 +7,16 @@ "dataType": null, "description": null, "displayLabel": null, - "fileExtension": null, + "fileExtension": [ + ".clu", + ".res", + ".ext.evt", + ".evt.ext" + ], "name": "application/vnd.neuroscope", "relatedMediaType": null, "specification": null, "synonym": [ - "NeuroScope format files" + "NeuroScope Format" ] } From abec2088535457f7669098b26d3202ae7de5b6a1 Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 6 May 2024 13:37:02 +0200 Subject: [PATCH 10/41] Delete instances/latest/contentTypes/euroscope.jsonld --- .../latest/contentTypes/euroscope.jsonld | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 instances/latest/contentTypes/euroscope.jsonld diff --git a/instances/latest/contentTypes/euroscope.jsonld b/instances/latest/contentTypes/euroscope.jsonld deleted file mode 100644 index 6b4e9dbc2a..0000000000 --- a/instances/latest/contentTypes/euroscope.jsonld +++ /dev/null @@ -1,22 +0,0 @@ -{ - "@context": { - "@vocab": "https://openminds.ebrains.eu/vocab/" - }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.neuroscope", - "@type": "https://openminds.ebrains.eu/core/ContentType", - "dataType": null, - "description": null, - "displayLabel": null, - "fileExtension": [ - ".clu", - ".res", - ".ext.evt", - ".evt.ext" - ], - "name": "application/vnd.neuroscope", - "relatedMediaType": null, - "specification": null, - "synonym": [ - "NeuroScope Format" - ] -} From 453caf0b80214f69a8561a42f73ea49f08d8b2a4 Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 6 May 2024 13:53:10 +0200 Subject: [PATCH 11/41] Update application_vnd.neuroshareapi.jsonld --- .../latest/contentTypes/application_vnd.neuroshareapi.jsonld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instances/latest/contentTypes/application_vnd.neuroshareapi.jsonld b/instances/latest/contentTypes/application_vnd.neuroshareapi.jsonld index 59685200d2..7fe4fc7661 100644 --- a/instances/latest/contentTypes/application_vnd.neuroshareapi.jsonld +++ b/instances/latest/contentTypes/application_vnd.neuroshareapi.jsonld @@ -2,13 +2,13 @@ "@context": { "@vocab": "https://openminds.ebrains.eu/vocab/" }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.neuroshareapi", + "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.neuroshare.api", "@type": "https://openminds.ebrains.eu/core/ContentType", "dataType": null, "description": null, "displayLabel": null, "fileExtension": null, - "name": "application/vnd.neuroshareapi", + "name": "application/vnd.neuroshare.api", "relatedMediaType": null, "specification": null, "synonym": [ From e6718caeb66d2704b3e2a58a68d3c89e61898d6a Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 6 May 2024 13:54:37 +0200 Subject: [PATCH 12/41] Create application_vnd.neuroshare.types.jsonld --- .../application_vnd.neuroshare.types.jsonld | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 instances/latest/contentTypes/application_vnd.neuroshare.types.jsonld diff --git a/instances/latest/contentTypes/application_vnd.neuroshare.types.jsonld b/instances/latest/contentTypes/application_vnd.neuroshare.types.jsonld new file mode 100644 index 0000000000..f8f7b15d22 --- /dev/null +++ b/instances/latest/contentTypes/application_vnd.neuroshare.types.jsonld @@ -0,0 +1,15 @@ +{ + "@context": { + "@vocab": "https://openminds.ebrains.eu/vocab/" + }, + "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.neuroshare.types", + "@type": "https://openminds.ebrains.eu/core/ContentType", + "dataType": null, + "description": null, + "displayLabel": null, + "fileExtension": null, + "name": "application/vnd.neuroshare.types", + "relatedMediaType": null, + "specification": null, + "synonym": null +} From 48ef6e4ead470e5cee034ef34fd1f2d8474c878e Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 6 May 2024 14:02:51 +0200 Subject: [PATCH 13/41] Create application_vnd.numpy.array.jsonld --- .../application_vnd.numpy.array.jsonld | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 instances/latest/contentTypes/application_vnd.numpy.array.jsonld diff --git a/instances/latest/contentTypes/application_vnd.numpy.array.jsonld b/instances/latest/contentTypes/application_vnd.numpy.array.jsonld new file mode 100644 index 0000000000..5c69c0a29c --- /dev/null +++ b/instances/latest/contentTypes/application_vnd.numpy.array.jsonld @@ -0,0 +1,19 @@ +{ + "@context": { + "@vocab": "https://openminds.ebrains.eu/vocab/" + }, + "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.numpy.array", + "@type": "https://openminds.ebrains.eu/core/ContentType", + "dataType": null, + "description": "A standard binary file format in NumPy for persisting a single arbitrary NumPy array on disk.", + "displayLabel": null, + "fileExtension": [ + ".npy" + ], + "name": "application/vnd.numpy.array", + "relatedMediaType": null, + "specification": null, + "synonym": [ + "NumPy array" + ] +} From c41ac1d5339a053d79f864b99fab5ca3414615b8 Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 6 May 2024 14:04:24 +0200 Subject: [PATCH 14/41] Create application_vnd.numpy.multiarray.jsonld --- .../application_vnd.numpy.multiarray.jsonld | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 instances/latest/contentTypes/application_vnd.numpy.multiarray.jsonld diff --git a/instances/latest/contentTypes/application_vnd.numpy.multiarray.jsonld b/instances/latest/contentTypes/application_vnd.numpy.multiarray.jsonld new file mode 100644 index 0000000000..74c588c361 --- /dev/null +++ b/instances/latest/contentTypes/application_vnd.numpy.multiarray.jsonld @@ -0,0 +1,19 @@ +{ + "@context": { + "@vocab": "https://openminds.ebrains.eu/vocab/" + }, + "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.numpy.multiarray", + "@type": "https://openminds.ebrains.eu/core/ContentType", + "dataType": null, + "description": "File format by numpy that provides storage of array data using gzip compression.", + "displayLabel": null, + "fileExtension": [ + ".npz" + ], + "name": "application/vnd.numpy.multiarray", + "relatedMediaType": null, + "specification": null, + "synonym": [ + "NumPy multiarray" + ] +} From 19942cc1272c86858741794b6002b68ece0dc318 Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 6 May 2024 14:10:08 +0200 Subject: [PATCH 15/41] Update application_vnd.openephys.jsonld --- .../latest/contentTypes/application_vnd.openephys.jsonld | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/instances/latest/contentTypes/application_vnd.openephys.jsonld b/instances/latest/contentTypes/application_vnd.openephys.jsonld index 88f772b6b8..09a54daa67 100644 --- a/instances/latest/contentTypes/application_vnd.openephys.jsonld +++ b/instances/latest/contentTypes/application_vnd.openephys.jsonld @@ -7,7 +7,11 @@ "dataType": null, "description": null, "displayLabel": null, - "fileExtension": null, + "fileExtension": [ + ".dat", + ".npy", + ".json" + ], "name": "application/vnd.openephys", "relatedMediaType": null, "specification": null, From 3a3c79373520ffb8cb1e8d1c552009744d0a20ff Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 6 May 2024 14:17:09 +0200 Subject: [PATCH 16/41] Create application_vnd.phy.jsonld --- .../contentTypes/application_vnd.phy.jsonld | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 instances/latest/contentTypes/application_vnd.phy.jsonld diff --git a/instances/latest/contentTypes/application_vnd.phy.jsonld b/instances/latest/contentTypes/application_vnd.phy.jsonld new file mode 100644 index 0000000000..79d6897938 --- /dev/null +++ b/instances/latest/contentTypes/application_vnd.phy.jsonld @@ -0,0 +1,19 @@ +{ + "@context": { + "@vocab": "https://openminds.ebrains.eu/vocab/" + }, + "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.phy", + "@type": "https://openminds.ebrains.eu/core/ContentType", + "dataType": null, + "description": null, + "displayLabel": null, + "fileExtension": [ + ".npy" + ], + "name": "application/vnd.phy", + "relatedMediaType": null, + "specification": null, + "synonym": [ + "phy files" + ] +} From f622412dc13377f08d882cff49c677c93abe2537 Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 6 May 2024 14:20:39 +0200 Subject: [PATCH 17/41] Update and rename application_vnd.spike2.sonpy.son.jsonld to application_vnd.spike2-32.sonpy.son.jsonld --- ...on.jsonld => application_vnd.spike2-32.sonpy.son.jsonld} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename instances/latest/contentTypes/{application_vnd.spike2.sonpy.son.jsonld => application_vnd.spike2-32.sonpy.son.jsonld} (76%) diff --git a/instances/latest/contentTypes/application_vnd.spike2.sonpy.son.jsonld b/instances/latest/contentTypes/application_vnd.spike2-32.sonpy.son.jsonld similarity index 76% rename from instances/latest/contentTypes/application_vnd.spike2.sonpy.son.jsonld rename to instances/latest/contentTypes/application_vnd.spike2-32.sonpy.son.jsonld index 10d1460a95..4e77493dec 100644 --- a/instances/latest/contentTypes/application_vnd.spike2.sonpy.son.jsonld +++ b/instances/latest/contentTypes/application_vnd.spike2-32.sonpy.son.jsonld @@ -2,7 +2,7 @@ "@context": { "@vocab": "https://openminds.ebrains.eu/vocab/" }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.spike2.sonpy.son", + "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.spike2-32.sonpy.son", "@type": "https://openminds.ebrains.eu/core/ContentType", "dataType": null, "description": null, @@ -10,10 +10,10 @@ "fileExtension": [ ".smr" ], - "name": "application/vnd.spike2.sonpy.son", + "name": "application/vnd.spike2-32.sonpy.son", "relatedMediaType": null, "specification": null, "synonym": [ - "CED spike2 files" + "CED spike2 files (32 bit)" ] } From 30917be3486b3fd30d97509674a252cd99b09a43 Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 6 May 2024 14:21:08 +0200 Subject: [PATCH 18/41] Create application_vnd.spike2-64.sonpy.son.jsonld --- ...application_vnd.spike2-64.sonpy.son.jsonld | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 instances/latest/contentTypes/application_vnd.spike2-64.sonpy.son.jsonld diff --git a/instances/latest/contentTypes/application_vnd.spike2-64.sonpy.son.jsonld b/instances/latest/contentTypes/application_vnd.spike2-64.sonpy.son.jsonld new file mode 100644 index 0000000000..84e59a75cf --- /dev/null +++ b/instances/latest/contentTypes/application_vnd.spike2-64.sonpy.son.jsonld @@ -0,0 +1,19 @@ +{ + "@context": { + "@vocab": "https://openminds.ebrains.eu/vocab/" + }, + "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.spike2-64.sonpy.son", + "@type": "https://openminds.ebrains.eu/core/ContentType", + "dataType": null, + "description": null, + "displayLabel": null, + "fileExtension": [ + ".smr" + ], + "name": "application/vnd.spike2-64.sonpy.son", + "relatedMediaType": null, + "specification": null, + "synonym": [ + "CED spike2 files (64 bit)" + ] +} From d597961de9dc133d44efef2047973a5a5458f4fb Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 6 May 2024 14:22:35 +0200 Subject: [PATCH 19/41] Update application_vnd.spike2-64.sonpy.son.jsonld --- .../contentTypes/application_vnd.spike2-64.sonpy.son.jsonld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instances/latest/contentTypes/application_vnd.spike2-64.sonpy.son.jsonld b/instances/latest/contentTypes/application_vnd.spike2-64.sonpy.son.jsonld index 84e59a75cf..9f49f8e35e 100644 --- a/instances/latest/contentTypes/application_vnd.spike2-64.sonpy.son.jsonld +++ b/instances/latest/contentTypes/application_vnd.spike2-64.sonpy.son.jsonld @@ -8,7 +8,7 @@ "description": null, "displayLabel": null, "fileExtension": [ - ".smr" + ".smrx" ], "name": "application/vnd.spike2-64.sonpy.son", "relatedMediaType": null, From 4bd96cef6f6562b7e9a9b4a9429adb7e4735add9 Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 6 May 2024 14:23:51 +0200 Subject: [PATCH 20/41] Create application_vnd.spikegadgets.jsonld --- .../application_vnd.spikegadgets.jsonld | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 instances/latest/contentTypes/application_vnd.spikegadgets.jsonld diff --git a/instances/latest/contentTypes/application_vnd.spikegadgets.jsonld b/instances/latest/contentTypes/application_vnd.spikegadgets.jsonld new file mode 100644 index 0000000000..a10589e25a --- /dev/null +++ b/instances/latest/contentTypes/application_vnd.spikegadgets.jsonld @@ -0,0 +1,19 @@ +{ + "@context": { + "@vocab": "https://openminds.ebrains.eu/vocab/" + }, + "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.spikegadgets", + "@type": "https://openminds.ebrains.eu/core/ContentType", + "dataType": null, + "description": null, + "displayLabel": null, + "fileExtension": [ + ".rec" + ], + "name": "application/vnd.spikegadgets", + "relatedMediaType": null, + "specification": null, + "synonym": [ + "SpikeGadget system" + ] +} From 432bf0b632ccff823b05c16de4f29b3c0c5199f1 Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 6 May 2024 14:25:18 +0200 Subject: [PATCH 21/41] Update application_vnd.spikeglx.system.jsonld --- .../contentTypes/application_vnd.spikeglx.system.jsonld | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/instances/latest/contentTypes/application_vnd.spikeglx.system.jsonld b/instances/latest/contentTypes/application_vnd.spikeglx.system.jsonld index b504a1fb9a..21fe5ae771 100644 --- a/instances/latest/contentTypes/application_vnd.spikeglx.system.jsonld +++ b/instances/latest/contentTypes/application_vnd.spikeglx.system.jsonld @@ -7,7 +7,10 @@ "dataType": null, "description": null, "displayLabel": null, - "fileExtension": null, + "fileExtension": [ + ".bin", + ".meta" + ], "name": "application/vnd.spikeglx.system", "relatedMediaType": null, "specification": null, From 7e5c417b39057719590b4c9606144f1c985c6226 Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 6 May 2024 14:27:45 +0200 Subject: [PATCH 22/41] Update application_vnd.tdt.jsonld --- instances/latest/contentTypes/application_vnd.tdt.jsonld | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/instances/latest/contentTypes/application_vnd.tdt.jsonld b/instances/latest/contentTypes/application_vnd.tdt.jsonld index b65a000aa6..c9313873ab 100644 --- a/instances/latest/contentTypes/application_vnd.tdt.jsonld +++ b/instances/latest/contentTypes/application_vnd.tdt.jsonld @@ -7,7 +7,12 @@ "dataType": null, "description": null, "displayLabel": null, - "fileExtension": null, + "fileExtension": [ + ".tsq", + ".tbk", + ".tev", + ".sev" + ], "name": "application/vnd.tdt", "relatedMediaType": null, "specification": null, From 79ed0a40eeaaa8745f3e52aba4ca1da37e90b003 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Thu, 17 Oct 2024 13:03:17 +0200 Subject: [PATCH 23/41] Update application_vnd.alphaomega.v0-eng.jsonld --- .../contentTypes/application_vnd.alphaomega.v0-eng.jsonld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instances/latest/contentTypes/application_vnd.alphaomega.v0-eng.jsonld b/instances/latest/contentTypes/application_vnd.alphaomega.v0-eng.jsonld index 2b1f5ddb3b..b7a89233c5 100644 --- a/instances/latest/contentTypes/application_vnd.alphaomega.v0-eng.jsonld +++ b/instances/latest/contentTypes/application_vnd.alphaomega.v0-eng.jsonld @@ -1,9 +1,9 @@ { "@context": { - "@vocab": "https://openminds.ebrains.eu/vocab/" + "@vocab": "https://openminds.om-i.org/props/" }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.alphaomega.v0-eng", - "@type": "https://openminds.ebrains.eu/core/ContentType", + "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.alphaomega.v0-eng", + "@type": "https://openminds.om-i.org/types/ContentType", "dataType": null, "description": null, "displayLabel": null, From 1a87f02a71d7ba401ac42eb2100ef6582b80b964 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Thu, 17 Oct 2024 13:04:17 +0200 Subject: [PATCH 24/41] Update application_vnd.axona.jsonld --- instances/latest/contentTypes/application_vnd.axona.jsonld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instances/latest/contentTypes/application_vnd.axona.jsonld b/instances/latest/contentTypes/application_vnd.axona.jsonld index e74282cc4e..dbc9ca7ae8 100644 --- a/instances/latest/contentTypes/application_vnd.axona.jsonld +++ b/instances/latest/contentTypes/application_vnd.axona.jsonld @@ -1,9 +1,9 @@ { "@context": { - "@vocab": "https://openminds.ebrains.eu/vocab/" + "@vocab": "https://openminds.om-i.org/props/" }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.axona", - "@type": "https://openminds.ebrains.eu/core/ContentType", + "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.axona", + "@type": "https://openminds.om-i.org/types/ContentType", "dataType": null, "description": null, "displayLabel": null, From 21815baabd2366eb623e935201d9be9ed4144581 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Thu, 17 Oct 2024 13:05:07 +0200 Subject: [PATCH 25/41] Update application_vnd.biocam+hdf5.jsonld --- .../latest/contentTypes/application_vnd.biocam+hdf5.jsonld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instances/latest/contentTypes/application_vnd.biocam+hdf5.jsonld b/instances/latest/contentTypes/application_vnd.biocam+hdf5.jsonld index 470d8f97dd..e1f5937ec0 100644 --- a/instances/latest/contentTypes/application_vnd.biocam+hdf5.jsonld +++ b/instances/latest/contentTypes/application_vnd.biocam+hdf5.jsonld @@ -1,9 +1,9 @@ { "@context": { - "@vocab": "https://openminds.ebrains.eu/vocab/" + "@vocab": "https://openminds.om-i.org/props/" }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.biocam+hdf5", - "@type": "https://openminds.ebrains.eu/core/ContentType", + "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.biocam+hdf5", + "@type": "https://openminds.om-i.org/types/ContentType", "dataType": null, "description": null, "displayLabel": null, From f015b4c9618fcb3f602151f660905ec8a80902b7 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Thu, 17 Oct 2024 13:06:02 +0200 Subject: [PATCH 26/41] Update application_vnd.klustakwik.jsonld --- .../latest/contentTypes/application_vnd.klustakwik.jsonld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instances/latest/contentTypes/application_vnd.klustakwik.jsonld b/instances/latest/contentTypes/application_vnd.klustakwik.jsonld index 5c5a508411..59b0997de0 100644 --- a/instances/latest/contentTypes/application_vnd.klustakwik.jsonld +++ b/instances/latest/contentTypes/application_vnd.klustakwik.jsonld @@ -1,9 +1,9 @@ { "@context": { - "@vocab": "https://openminds.ebrains.eu/vocab/" + "@vocab": "https://openminds.om-i.org/props/" }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.klustakwik", - "@type": "https://openminds.ebrains.eu/core/ContentType", + "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.klustakwik", + "@type": "https://openminds.om-i.org/types/ContentType", "dataType": null, "description": null, "displayLabel": null, From 79da225d23b7c406e68b0a94cedbfd1301a48957 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Thu, 17 Oct 2024 13:07:11 +0200 Subject: [PATCH 27/41] Update application_vnd.maxwell+hdf5.jsonld --- .../latest/contentTypes/application_vnd.maxwell+hdf5.jsonld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instances/latest/contentTypes/application_vnd.maxwell+hdf5.jsonld b/instances/latest/contentTypes/application_vnd.maxwell+hdf5.jsonld index 641cd173ce..b4d785026d 100644 --- a/instances/latest/contentTypes/application_vnd.maxwell+hdf5.jsonld +++ b/instances/latest/contentTypes/application_vnd.maxwell+hdf5.jsonld @@ -1,9 +1,9 @@ { "@context": { - "@vocab": "https://openminds.ebrains.eu/vocab/" + "@vocab": "https://openminds.om-i.org/props/" }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.maxwell+hdf5", - "@type": "https://openminds.ebrains.eu/core/ContentType", + "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.maxwell+hdf5", + "@type": "https://openminds.om-i.org/types/ContentType", "dataType": null, "description": null, "displayLabel": null, From 828f2c3c06d238b157545663801f66da13e14385 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Thu, 17 Oct 2024 13:07:56 +0200 Subject: [PATCH 28/41] Update application_vnd.mearec+hdf5.jsonld --- .../latest/contentTypes/application_vnd.mearec+hdf5.jsonld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instances/latest/contentTypes/application_vnd.mearec+hdf5.jsonld b/instances/latest/contentTypes/application_vnd.mearec+hdf5.jsonld index 77e13371f3..1feeea3dbb 100644 --- a/instances/latest/contentTypes/application_vnd.mearec+hdf5.jsonld +++ b/instances/latest/contentTypes/application_vnd.mearec+hdf5.jsonld @@ -1,9 +1,9 @@ { "@context": { - "@vocab": "https://openminds.ebrains.eu/vocab/" + "@vocab": "https://openminds.om-i.org/props/" }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.mearec+hdf5", - "@type": "https://openminds.ebrains.eu/core/ContentType", + "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.mearec+hdf5", + "@type": "https://openminds.om-i.org/types/ContentType", "dataType": null, "description": null, "displayLabel": null, From 98f43f3aeea2c5631f5be74100aae0f4816763c9 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Thu, 17 Oct 2024 13:08:38 +0200 Subject: [PATCH 29/41] Update application_vnd.neuralensemble.neo+pickle.jsonld --- .../application_vnd.neuralensemble.neo+pickle.jsonld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instances/latest/contentTypes/application_vnd.neuralensemble.neo+pickle.jsonld b/instances/latest/contentTypes/application_vnd.neuralensemble.neo+pickle.jsonld index bec0b15d6e..d3b3e2bbc3 100644 --- a/instances/latest/contentTypes/application_vnd.neuralensemble.neo+pickle.jsonld +++ b/instances/latest/contentTypes/application_vnd.neuralensemble.neo+pickle.jsonld @@ -1,9 +1,9 @@ { "@context": { - "@vocab": "https://openminds.ebrains.eu/vocab/" + "@vocab": "https://openminds.om-i.org/props/" }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.neuralensemble.neo+pickle", - "@type": "https://openminds.ebrains.eu/core/ContentType", + "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.neuralensemble.neo+pickle", + "@type": "https://openminds.om-i.org/types/ContentType", "dataType": null, "description": null, "displayLabel": null, From 3fd95bd0230a442c69d869438137022e96d51f9d Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Thu, 17 Oct 2024 13:09:20 +0200 Subject: [PATCH 30/41] Update application_vnd.neuroscope.jsonld --- .../latest/contentTypes/application_vnd.neuroscope.jsonld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instances/latest/contentTypes/application_vnd.neuroscope.jsonld b/instances/latest/contentTypes/application_vnd.neuroscope.jsonld index 6b4e9dbc2a..99f8ad1291 100644 --- a/instances/latest/contentTypes/application_vnd.neuroscope.jsonld +++ b/instances/latest/contentTypes/application_vnd.neuroscope.jsonld @@ -1,9 +1,9 @@ { "@context": { - "@vocab": "https://openminds.ebrains.eu/vocab/" + "@vocab": "https://openminds.om-i.org/props/" }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.neuroscope", - "@type": "https://openminds.ebrains.eu/core/ContentType", + "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.neuroscope", + "@type": "https://openminds.om-i.org/types/ContentType", "dataType": null, "description": null, "displayLabel": null, From 1319ed22159d198ebd9ffb489f6465faaed31929 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Thu, 17 Oct 2024 13:09:56 +0200 Subject: [PATCH 31/41] Update application_vnd.neuroshare.types.jsonld --- .../contentTypes/application_vnd.neuroshare.types.jsonld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instances/latest/contentTypes/application_vnd.neuroshare.types.jsonld b/instances/latest/contentTypes/application_vnd.neuroshare.types.jsonld index f8f7b15d22..1e7f19371c 100644 --- a/instances/latest/contentTypes/application_vnd.neuroshare.types.jsonld +++ b/instances/latest/contentTypes/application_vnd.neuroshare.types.jsonld @@ -1,9 +1,9 @@ { "@context": { - "@vocab": "https://openminds.ebrains.eu/vocab/" + "@vocab": "https://openminds.om-i.org/props/" }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.neuroshare.types", - "@type": "https://openminds.ebrains.eu/core/ContentType", + "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.neuroshare.types", + "@type": "https://openminds.om-i.org/types/ContentType", "dataType": null, "description": null, "displayLabel": null, From e57ab16ed5713766fbb4249c33a2176bb6a1829c Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Thu, 17 Oct 2024 13:10:41 +0200 Subject: [PATCH 32/41] Update application_vnd.neuroshareapi.jsonld --- .../contentTypes/application_vnd.neuroshareapi.jsonld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instances/latest/contentTypes/application_vnd.neuroshareapi.jsonld b/instances/latest/contentTypes/application_vnd.neuroshareapi.jsonld index 7fe4fc7661..44d3da64a5 100644 --- a/instances/latest/contentTypes/application_vnd.neuroshareapi.jsonld +++ b/instances/latest/contentTypes/application_vnd.neuroshareapi.jsonld @@ -1,9 +1,9 @@ { "@context": { - "@vocab": "https://openminds.ebrains.eu/vocab/" + "@vocab": "https://openminds.om-i.org/props/" }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.neuroshare.api", - "@type": "https://openminds.ebrains.eu/core/ContentType", + "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.neuroshare.api", + "@type": "https://openminds.om-i.org/types/ContentType", "dataType": null, "description": null, "displayLabel": null, From 12796ef0db29b55da5a2ac1c4aad61cb67f94a65 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Thu, 17 Oct 2024 13:11:34 +0200 Subject: [PATCH 33/41] Update application_vnd.numpy.array.jsonld --- .../latest/contentTypes/application_vnd.numpy.array.jsonld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instances/latest/contentTypes/application_vnd.numpy.array.jsonld b/instances/latest/contentTypes/application_vnd.numpy.array.jsonld index 5c69c0a29c..fa19d21896 100644 --- a/instances/latest/contentTypes/application_vnd.numpy.array.jsonld +++ b/instances/latest/contentTypes/application_vnd.numpy.array.jsonld @@ -1,9 +1,9 @@ { "@context": { - "@vocab": "https://openminds.ebrains.eu/vocab/" + "@vocab": "https://openminds.om-i.org/props/" }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.numpy.array", - "@type": "https://openminds.ebrains.eu/core/ContentType", + "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.numpy.array", + "@type": "https://openminds.om-i.org/types/ContentType", "dataType": null, "description": "A standard binary file format in NumPy for persisting a single arbitrary NumPy array on disk.", "displayLabel": null, From a0949cf95f9012e278d3a53bb58788fb13b33114 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Thu, 17 Oct 2024 13:12:12 +0200 Subject: [PATCH 34/41] Update application_vnd.numpy.multiarray.jsonld --- .../contentTypes/application_vnd.numpy.multiarray.jsonld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instances/latest/contentTypes/application_vnd.numpy.multiarray.jsonld b/instances/latest/contentTypes/application_vnd.numpy.multiarray.jsonld index 74c588c361..3ebfaf9f58 100644 --- a/instances/latest/contentTypes/application_vnd.numpy.multiarray.jsonld +++ b/instances/latest/contentTypes/application_vnd.numpy.multiarray.jsonld @@ -1,9 +1,9 @@ { "@context": { - "@vocab": "https://openminds.ebrains.eu/vocab/" + "@vocab": "https://openminds.om-i.org/props/" }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.numpy.multiarray", - "@type": "https://openminds.ebrains.eu/core/ContentType", + "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.numpy.multiarray", + "@type": "https://openminds.om-i.org/types/ContentType", "dataType": null, "description": "File format by numpy that provides storage of array data using gzip compression.", "displayLabel": null, From a25fd402f0de549c5e2dc494e4793d5e52f22062 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Thu, 17 Oct 2024 13:12:53 +0200 Subject: [PATCH 35/41] Update application_vnd.openephys.jsonld --- .../latest/contentTypes/application_vnd.openephys.jsonld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instances/latest/contentTypes/application_vnd.openephys.jsonld b/instances/latest/contentTypes/application_vnd.openephys.jsonld index 09a54daa67..0606b9dfbb 100644 --- a/instances/latest/contentTypes/application_vnd.openephys.jsonld +++ b/instances/latest/contentTypes/application_vnd.openephys.jsonld @@ -1,9 +1,9 @@ { "@context": { - "@vocab": "https://openminds.ebrains.eu/vocab/" + "@vocab": "https://openminds.om-i.org/props/" }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.openephys", - "@type": "https://openminds.ebrains.eu/core/ContentType", + "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.openephys", + "@type": "https://openminds.om-i.org/types/ContentType", "dataType": null, "description": null, "displayLabel": null, From f11139b35cb4695e74a9896a57f711c8a76aa195 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Thu, 17 Oct 2024 13:13:36 +0200 Subject: [PATCH 36/41] Update application_vnd.phy.jsonld --- instances/latest/contentTypes/application_vnd.phy.jsonld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instances/latest/contentTypes/application_vnd.phy.jsonld b/instances/latest/contentTypes/application_vnd.phy.jsonld index 79d6897938..9aa5ee7773 100644 --- a/instances/latest/contentTypes/application_vnd.phy.jsonld +++ b/instances/latest/contentTypes/application_vnd.phy.jsonld @@ -1,9 +1,9 @@ { "@context": { - "@vocab": "https://openminds.ebrains.eu/vocab/" + "@vocab": "https://openminds.om-i.org/props/" }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.phy", - "@type": "https://openminds.ebrains.eu/core/ContentType", + "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.phy", + "@type": "https://openminds.om-i.org/types/ContentType", "dataType": null, "description": null, "displayLabel": null, From 778d3858d2ffdf6a031f5c0b68acf388c10c78b0 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Thu, 17 Oct 2024 13:14:21 +0200 Subject: [PATCH 37/41] Update application_vnd.spike2-32.sonpy.son.jsonld --- .../contentTypes/application_vnd.spike2-32.sonpy.son.jsonld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instances/latest/contentTypes/application_vnd.spike2-32.sonpy.son.jsonld b/instances/latest/contentTypes/application_vnd.spike2-32.sonpy.son.jsonld index 4e77493dec..9efce3014c 100644 --- a/instances/latest/contentTypes/application_vnd.spike2-32.sonpy.son.jsonld +++ b/instances/latest/contentTypes/application_vnd.spike2-32.sonpy.son.jsonld @@ -1,9 +1,9 @@ { "@context": { - "@vocab": "https://openminds.ebrains.eu/vocab/" + "@vocab": "https://openminds.om-i.org/props/" }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.spike2-32.sonpy.son", - "@type": "https://openminds.ebrains.eu/core/ContentType", + "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.spike2-32.sonpy.son", + "@type": "https://openminds.om-i.org/types/ContentType", "dataType": null, "description": null, "displayLabel": null, From 962a4c869edfe94ef09d6493aa8da6ac889e70da Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Thu, 17 Oct 2024 13:14:56 +0200 Subject: [PATCH 38/41] Update application_vnd.spike2-64.sonpy.son.jsonld --- .../contentTypes/application_vnd.spike2-64.sonpy.son.jsonld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instances/latest/contentTypes/application_vnd.spike2-64.sonpy.son.jsonld b/instances/latest/contentTypes/application_vnd.spike2-64.sonpy.son.jsonld index 9f49f8e35e..891608c1a2 100644 --- a/instances/latest/contentTypes/application_vnd.spike2-64.sonpy.son.jsonld +++ b/instances/latest/contentTypes/application_vnd.spike2-64.sonpy.son.jsonld @@ -1,9 +1,9 @@ { "@context": { - "@vocab": "https://openminds.ebrains.eu/vocab/" + "@vocab": "https://openminds.om-i.org/props/" }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.spike2-64.sonpy.son", - "@type": "https://openminds.ebrains.eu/core/ContentType", + "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.spike2-64.sonpy.son", + "@type": "https://openminds.om-i.org/types/ContentType", "dataType": null, "description": null, "displayLabel": null, From 057047299fe4564f9dee07f9efac466e1e2d1346 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Thu, 17 Oct 2024 13:15:45 +0200 Subject: [PATCH 39/41] Update application_vnd.spikegadgets.jsonld --- .../latest/contentTypes/application_vnd.spikegadgets.jsonld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instances/latest/contentTypes/application_vnd.spikegadgets.jsonld b/instances/latest/contentTypes/application_vnd.spikegadgets.jsonld index a10589e25a..71c313447d 100644 --- a/instances/latest/contentTypes/application_vnd.spikegadgets.jsonld +++ b/instances/latest/contentTypes/application_vnd.spikegadgets.jsonld @@ -1,9 +1,9 @@ { "@context": { - "@vocab": "https://openminds.ebrains.eu/vocab/" + "@vocab": "https://openminds.om-i.org/props/" }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.spikegadgets", - "@type": "https://openminds.ebrains.eu/core/ContentType", + "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.spikegadgets", + "@type": "https://openminds.om-i.org/types/ContentType", "dataType": null, "description": null, "displayLabel": null, From ff113c95c41513a5f5bbe73c38c55cc81da72445 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Thu, 17 Oct 2024 13:16:22 +0200 Subject: [PATCH 40/41] Update application_vnd.spikeglx.system.jsonld --- .../contentTypes/application_vnd.spikeglx.system.jsonld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instances/latest/contentTypes/application_vnd.spikeglx.system.jsonld b/instances/latest/contentTypes/application_vnd.spikeglx.system.jsonld index 21fe5ae771..b9436a4324 100644 --- a/instances/latest/contentTypes/application_vnd.spikeglx.system.jsonld +++ b/instances/latest/contentTypes/application_vnd.spikeglx.system.jsonld @@ -1,9 +1,9 @@ { "@context": { - "@vocab": "https://openminds.ebrains.eu/vocab/" + "@vocab": "https://openminds.om-i.org/props/" }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.spikeglx.system", - "@type": "https://openminds.ebrains.eu/core/ContentType", + "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.spikeglx.system", + "@type": "https://openminds.om-i.org/types/ContentType", "dataType": null, "description": null, "displayLabel": null, From 4d4d33b2ba2b80d563ada94def0e11433e425f4e Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Thu, 17 Oct 2024 13:17:08 +0200 Subject: [PATCH 41/41] Update application_vnd.tdt.jsonld --- instances/latest/contentTypes/application_vnd.tdt.jsonld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instances/latest/contentTypes/application_vnd.tdt.jsonld b/instances/latest/contentTypes/application_vnd.tdt.jsonld index c9313873ab..4e2f694f0f 100644 --- a/instances/latest/contentTypes/application_vnd.tdt.jsonld +++ b/instances/latest/contentTypes/application_vnd.tdt.jsonld @@ -1,9 +1,9 @@ { "@context": { - "@vocab": "https://openminds.ebrains.eu/vocab/" + "@vocab": "https://openminds.om-i.org/props/" }, - "@id": "https://openminds.ebrains.eu/instances/contentTypes/application_vnd.tdt", - "@type": "https://openminds.ebrains.eu/core/ContentType", + "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.tdt", + "@type": "https://openminds.om-i.org/types/ContentType", "dataType": null, "description": null, "displayLabel": null,