From 7381094362c083592b0055018db3a99574d3ce77 Mon Sep 17 00:00:00 2001
From: Xiao Gui <xgui3783@gmail.com>
Date: Thu, 8 Oct 2020 09:09:45 +0200
Subject: [PATCH] bugfix: point julich brain dataset to correct id

---
 src/res/ext/MNI152.json | 2 +-
 src/res/ext/colin.json  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/res/ext/MNI152.json b/src/res/ext/MNI152.json
index 215554104..dd0aca9af 100644
--- a/src/res/ext/MNI152.json
+++ b/src/res/ext/MNI152.json
@@ -26,7 +26,7 @@
       "originDatasets": [
         {
           "kgSchema": "minds/core/dataset/v1.0.0",
-          "kgId": "4ac9f0bc-560d-47e0-8916-7b24da9bb0ce"
+          "kgId": "5249afa7-5e04-4ffd-8039-c3a9231f717c"
         }
       ],
       "properties": {
diff --git a/src/res/ext/colin.json b/src/res/ext/colin.json
index d31a7e979..9a1badde7 100644
--- a/src/res/ext/colin.json
+++ b/src/res/ext/colin.json
@@ -20,7 +20,7 @@
       "originDatasets": [
         {
           "kgSchema": "minds/core/dataset/v1.0.0",
-          "kgId": "4ac9f0bc-560d-47e0-8916-7b24da9bb0ce"
+          "kgId": "5249afa7-5e04-4ffd-8039-c3a9231f717c"
         }
       ],
       "properties": {
-- 
GitLab