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." } ] } diff --git a/shapes/neurosciencegraph/datashapes/experiment/wholecellpatchclamp/schema.json b/shapes/neurosciencegraph/datashapes/experiment/wholecellpatchclamp/schema.json index ae1bca8e..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:PatchedSlice", - "seeAlso": "https://neuroshapes.org/dash/slice/shapes/PatchedSliceShape" + "class": "nsg:SliceCollection", + "seeAlso": "https://neuroshapes.org/dash/slicecollection/shapes/SliceCollectionShape" } ] }