From de33a0d5b2338b94cae21e1402b4a514de43ea69 Mon Sep 17 00:00:00 2001 From: Anna-Kristin Kaufmann Date: Mon, 18 Nov 2019 11:50:41 +0100 Subject: [PATCH 1/3] Removeed class on hasPArt property shape of SliceCollection schema --- .../datashapes/core/slicecollection/schema.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shapes/neurosciencegraph/datashapes/core/slicecollection/schema.json b/shapes/neurosciencegraph/datashapes/core/slicecollection/schema.json index 8484fcfa..dda80eee 100644 --- a/shapes/neurosciencegraph/datashapes/core/slicecollection/schema.json +++ b/shapes/neurosciencegraph/datashapes/core/slicecollection/schema.json @@ -27,8 +27,7 @@ { "path": "schema:hasPart", "name": "Has part", - "description": "Labeled cell which is contained within the collection of slices. Through the cutting of the brain into slices, the labeled cell gets cut as well and different parts are contained within different slices.", - "class": "nsg:LabeledCell" + "description": "Cell which is contained within the collection of slices." } ] } From 887e947e0f696707d1bb15e7ff633e9b03204749 Mon Sep 17 00:00:00 2001 From: Anna-Kristin Kaufmann Date: Mon, 18 Nov 2019 14:36:11 +0100 Subject: [PATCH 2/3] Changed class contraint on generated property shape --- .../datashapes/experiment/wholecellpatchclamp/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapes/neurosciencegraph/datashapes/experiment/wholecellpatchclamp/schema.json b/shapes/neurosciencegraph/datashapes/experiment/wholecellpatchclamp/schema.json index ae1bca8e..af8610b3 100644 --- a/shapes/neurosciencegraph/datashapes/experiment/wholecellpatchclamp/schema.json +++ b/shapes/neurosciencegraph/datashapes/experiment/wholecellpatchclamp/schema.json @@ -34,7 +34,7 @@ { "path": "prov:generated", "description": "The patched slice generated", - "class": "nsg:PatchedSlice", + "class": "nsg:SliceCollection", "seeAlso": "https://neuroshapes.org/dash/slice/shapes/PatchedSliceShape" } ] From d82d622f0dae1c53411bb0b7addb4a32bc438d6d Mon Sep 17 00:00:00 2001 From: Anna-Kristin Kaufmann Date: Mon, 18 Nov 2019 14:38:52 +0100 Subject: [PATCH 3/3] Fixed seeAlso shape --- .../datashapes/experiment/wholecellpatchclamp/schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shapes/neurosciencegraph/datashapes/experiment/wholecellpatchclamp/schema.json b/shapes/neurosciencegraph/datashapes/experiment/wholecellpatchclamp/schema.json index af8610b3..07707aeb 100644 --- a/shapes/neurosciencegraph/datashapes/experiment/wholecellpatchclamp/schema.json +++ b/shapes/neurosciencegraph/datashapes/experiment/wholecellpatchclamp/schema.json @@ -29,13 +29,13 @@ "description": "The slice collection used", "class": "nsg:SliceCollection", "minCount": 1, - "seeAlso": "https://neuroshapes.org/dash/slice/shapes/SliceShape" + "seeAlso": "https://neuroshapes.org/dash/slicecollection/shapes/SliceCollectionShape" }, { "path": "prov:generated", "description": "The patched slice generated", "class": "nsg:SliceCollection", - "seeAlso": "https://neuroshapes.org/dash/slice/shapes/PatchedSliceShape" + "seeAlso": "https://neuroshapes.org/dash/slicecollection/shapes/SliceCollectionShape" } ] }