Skip to content

Commit a764671

Browse files
committed
update master/tcs.yaml
- change definition and comments for `parent` in accordance with #244.
1 parent 77935a7 commit a764671

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/tcs-terms/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ terms. Thus, many terms have been borrowed from Darwin Core and Dublin Core.
641641
</tr>
642642
<tr>
643643
<td>Definition</td>
644-
<td><p>The direct parent in a classification.</p></td>
644+
<td><p>The immediately next higher taxon in a hierarchical classification.</p></td>
645645
</tr>
646646
<tr>
647647
<td>Usage</td>
@@ -653,7 +653,7 @@ terms. Thus, many terms have been borrowed from Darwin Core and Dublin Core.
653653
</tr>
654654
<tr>
655655
<td>Comments</td>
656-
<td><p>The <code>parent</code> is another Taxon Concept. This is the parent as indicated in the <code>accordingTo</code> reference, rather than a third-party classification. The <code>accordingTo</code> of the parent will generally, but not necessarily, be the same as that of the child. </p></td>
656+
<td><p>This is the parent as indicated in the <code>accordingTo</code> reference, rather than a third-party classification. The <code>accordingTo</code> of the parent will generally, but not necessarily, be the same as that of the child. </p></td>
657657
</tr>
658658
<tr>
659659
<td>Examples</td>
@@ -730,7 +730,7 @@ terms. Thus, many terms have been borrowed from Darwin Core and Dublin Core.
730730
</tr>
731731
<tr>
732732
<td>Definition</td>
733-
<td><p>A direct subordinate in a classification.</p></td>
733+
<td><p>A direct subordinate in a hierarchical classification.</p></td>
734734
</tr>
735735
<tr>
736736
<td>Usage</td>

master/tcs.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -317,12 +317,12 @@
317317
- localName: parent
318318
label: Parent
319319
definition: >-
320-
The direct parent in a classification.
320+
The immediately next higher taxon in a hierarchical classification.
321321
usage: >-
322322
`parent` is another Taxon Concept; a Taxon Concept can have only one
323323
`parent`.
324324
notes: >-
325-
The `parent` is another Taxon Concept. This is the parent as indicated in
325+
This is the parent as indicated in
326326
the `accordingTo` reference, rather than a third-party classification. The
327327
`accordingTo` of the parent will generally, but not necessarily, be the
328328
same as that of the child.
@@ -349,7 +349,7 @@
349349
- localName: child
350350
label: Child
351351
definition: >-
352-
A direct subordinate in a classification.
352+
A direct subordinate in a hierarchical classification.
353353
usage: >-
354354
`child` is another Taxon Concept; a Taxon Concept can have more than one
355355
child.

0 commit comments

Comments
 (0)