Skip to content

Commit 0117faa

Browse files
committed
resolving issue#59, setting parent class of ParcellationTerm and ParcellationTermSet to VersionedNamedThing
1 parent 0ddba14 commit 0117faa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linkml-schema/anatomical_structure.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ classes:
123123
- range: string
124124

125125
ParcellationTermSet:
126-
is_a: named thing
126+
is_a: VersionedNamedThing
127127
description: >-
128128
A parcellation term set is the set of parcellation terms within a specific parcellation terminology.
129129
A parcellation term set belongs to one and only one parcellation terminology and each parcellation
@@ -155,7 +155,7 @@ classes:
155155
associated parcellation terminology.
156156
157157
ParcellationTerm:
158-
is_a: named thing
158+
is_a: VersionedNamedThing
159159
description: >-
160160
A parcellation term is an individual term within a specific parcellation terminology describing a
161161
single anatomical entity by a persistent identifier, name, symbol and description. A parcellation

0 commit comments

Comments
 (0)