Skip to content

Commit 2727b32

Browse files
committed
change traditionalSynonymyRelationshipType property
- create GitHub issue (#205) - create notes, as existing notes were from relationshipType - make property not required ('required' came from relationshipType as well)
1 parent 238064b commit 2727b32

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

docs/tcs-terms.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -586,19 +586,19 @@ files.
586586
</tr>
587587
<tr>
588588
<td></td>
589-
<td><b>required:</b> Yes — <b>repeatable:</b> No</td>
589+
<td><b>required:</b> No — <b>repeatable:</b> No</td>
590590
</tr>
591591
<tr>
592592
<td>Definition</td>
593593
<td><p>Type of relationship that is used in traditional synonymy, e.g. 'pro parte synonym' or 'misapplication'.</p></td>
594594
</tr>
595595
<tr>
596596
<td>Comments</td>
597-
<td><p>This is an IRI term. One should use a value from the TDWG Taxon Concept Relationship Type Vocabulary. In the case of Taxon Concept Relationships from traditional synonymy, the <code>relationshipAccordingTo</code> is the same as the <code>accordingTo</code> of the Taxon Concept that is the <code>subjectTaxonConcept</code>.</p></td>
597+
<td><p>This term should be used together with <code>relationshipType</code> (which is required anyway). Generally, the value of <code>relationshipType</code> will be <code>intersects</code> if this property is used.</p></td>
598598
</tr>
599599
<tr>
600600
<td>GitHub issue</td>
601-
<td>https://github.com/tdwg/tcs2/issues/200</td>
601+
<td>https://github.com/tdwg/tcs2/issues/205</td>
602602
</tr>
603603
</tbody>
604604
</table>

master/tcs.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -298,16 +298,15 @@
298298
'pro parte synonym' or 'misapplication'.
299299
usage: null
300300
notes: >-
301-
This is an IRI term. One should use a value from the TDWG Taxon Concept
302-
Relationship Type Vocabulary. In the case of Taxon Concept Relationships
303-
from traditional synonymy, the `relationshipAccordingTo` is the same as the
304-
`accordingTo` of the Taxon Concept that is the `subjectTaxonConcept`.
301+
This term should be used together with `relationshipType` (which is required
302+
anyway). Generally, the value of `relationshipType` will be `intersects` if
303+
this property is used.
305304
examples: null
306305
type: http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
307306
organizedInClass: http://rs.tdwg.org/tcs/terms/TaxonConceptRelationship
308307
repeatable: No
309-
required: Yes
310-
github: 200
308+
required: No
309+
github: 205
311310

312311

313312
# class: TaxonName

0 commit comments

Comments
 (0)