From 8c67c80ee243debfdbc6cba098f7eb3d31ad0cc3 Mon Sep 17 00:00:00 2001 From: annakristinkaufmann Date: Fri, 6 Nov 2020 16:29:34 +0100 Subject: [PATCH 1/2] Added property shapes to MINDS schema --- shapes/neurosciencegraph/commons/minds/schema.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/shapes/neurosciencegraph/commons/minds/schema.json b/shapes/neurosciencegraph/commons/minds/schema.json index cdc48935..c3d18542 100644 --- a/shapes/neurosciencegraph/commons/minds/schema.json +++ b/shapes/neurosciencegraph/commons/minds/schema.json @@ -64,6 +64,16 @@ "node": "https://neuroshapes.org/commons/brainlocation/shapes/BrainLocationShape", "minCount": 1 }, + { + "path": "nsg:isRegisteredIn", + "class": "nsg:BrainAtlasSpatialReferenceSystem", + "maxCount": 1 + }, + { + "path": "nsg:atlasRelease", + "nodeKind": "sh:IRI", + "maxCount": 1 + } { "path": "nsg:objectOfStudy", "name": "Object of Study", From 1617f7b627e70719fdae482f32c7a513beea2965 Mon Sep 17 00:00:00 2001 From: annakristinkaufmann Date: Fri, 6 Nov 2020 16:31:37 +0100 Subject: [PATCH 2/2] Fixed missing comma --- shapes/neurosciencegraph/commons/minds/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapes/neurosciencegraph/commons/minds/schema.json b/shapes/neurosciencegraph/commons/minds/schema.json index c3d18542..6e784f35 100644 --- a/shapes/neurosciencegraph/commons/minds/schema.json +++ b/shapes/neurosciencegraph/commons/minds/schema.json @@ -73,7 +73,7 @@ "path": "nsg:atlasRelease", "nodeKind": "sh:IRI", "maxCount": 1 - } + }, { "path": "nsg:objectOfStudy", "name": "Object of Study",