Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
Expand Down