-
Notifications
You must be signed in to change notification settings - Fork 1
/
yam-trait-ontology_withcropname.obo
4197 lines (3617 loc) · 166 KB
/
yam-trait-ontology_withcropname.obo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
format-version: 1.2
auto-generated-by: java
default-namespace: CO_343_yam
ontology: co_343
[Term]
id: CO_343:0000000
name: yam pollinated florets number trait
def: "Quantity of Female Flowers which has been pollinated using male flower from a monoecious or dioecious parent" [CO:curators]
synonym: "NpollF" EXACT []
is_a: TO:0000670
[Term]
id: CO_343:0000003
name: yam pollinated spikes number trait
def: "Quantity of Female spikes where flowers has been pollinated using male flower from a monoecious or dioecious parent" [CO:curators]
synonym: "NPollSpk" EXACT []
is_a: TO:0000582
[Term]
id: CO_343:0000006
name: yam fruit developed number trait
def: "Quantity of developed fruits per crosses" [CO:curators]
synonym: "Nfrts" EXACT []
is_a: TO:0000894
[Term]
id: CO_343:0000009
name: yam fruits harvested number
def: "Number of harvested fruits per cross after physiological maturity" [CO:curators]
synonym: "FrtHvstN" EXACT []
synonym: "Matured fruit" EXACT []
is_a: TO:0000871
[Term]
id: CO_343:0000012
name: yam seed germination rate trait
def: "A proportion of sown true (botanical) seed which germinate and produce seedling" [CO:curators]
synonym: "germRate" EXACT []
is_a: TO:0000430
[Term]
id: CO_343:0000015
name: yam seedling establishment rate trait
def: "Establishment rate of seedlings" [CO:curators]
synonym: "sderat" EXACT []
is_a: TO:0000250
[Term]
id: CO_343:0000021
name: yam anthracnose disease severity trait
def: "Anthracnose severity caused by the pathogen Colletotricum gloeosporioides.
comment: The reaction of plants in a plot to anthracnose infestation (blight or leaf spot) under screenhouse or in the field under natural infestation or artificial inoculation" [CO:curators, NCBITaxon:474922]
synonym: "YADS" EXACT []
is_a: TO:0001145 ! Ascomycete fungal disease response
[Term]
id: CO_343:0000024
name: yam tuber shape trait
def: "Tuber predominant shape" [CO:curators]
synonym: "TbrSh" EXACT []
is_a: TO:0000743
[Term]
id: CO_343:0000027
name: yam tuber size trait
def: "Tuber size" [CO:curators]
synonym: "TbrSz" EXACT []
is_a: TO:0000744
[Term]
id: CO_343:0000030
name: yam canopy architecture trait
def: "Organisation or structural arrangements of branchs and leaves distribution giving a specific shape to the above ground part of the plant" [CO:curators]
synonym: "Canarc" EXACT []
is_a: TO:0000398
[Term]
id: CO_343:0000036
name: yam tuber dormancy period trait
def: "Tuber dormancy period" [CO:curators]
synonym: "TubDorm" EXACT []
is_a: TO:0000654
[Term]
id: CO_343:0000042
name: yam tuber dry rot incidence trait
def: "Dry rot caused by nematodes (Scutellonema bradys and Pratylenchus spp.) in tubers at harvest" [CO:curators, NCBITaxon:6231]
synonym: "Dryrot" EXACT []
is_a: TO:0000384 ! nematode damage response trait
[Term]
id: CO_343:0000045
name: yam tuber dry rot severity trait
def: "Dry rot caused by nematodes (Scutellonema bradys and Pratylenchus spp.) in tubers at harvest" [CO:curators, NCBITaxon:6231]
synonym: "Dryrot" EXACT []
is_a: TO:0000384 ! nematode damage response trait
[Term]
id: CO_343:0000048
name: yam root knot nematode incidence trait
def: "Root knot incidence caused by Meloidogyne spp." [CO:curators]
synonym: "RKNInc" EXACT []
is_a: TO:0000384 ! nematode damage response trait
[Term]
id: CO_343:0000051
name: yam root knot nematode severity trait
def: "Root knot severity caused by Meloidogyne spp." [CO:curators]
synonym: "RKNSev" EXACT []
is_a: TO:0000384 ! nematode damage response trait
[Term]
id: CO_343:0000054
name: yam tubers planted
def: "Number of seed tubers planted in a plot or unit area" [CO:curators]
synonym: "NTP" EXACT []
synonym: "seed yam" EXACT []
[Term]
id: CO_343:0000057
name: yam weight of planted tubers trait
def: "Weight of seed tubers (whole seed yams or setts ) planted in a plot or per unit area. Planting material from a tuber is called sett. Seed tuber could be either small, healthy whole tuber or large tubers cut into pieces (sett)" [CO:curators]
synonym: "Setts planted weight" EXACT []
synonym: "WTP" EXACT []
is_a: TO:0000746
[Term]
id: CO_343:0000060
name: yam plant vigor trait
def: "The vigour of the vine and leaves of the new plant." [CO:curators]
synonym: "PVigor" EXACT []
is_a: TO:0000250
[Term]
id: CO_343:0000063
name: yam sprout color trait
def: "Color of the sprout (vine and leaves)." [CO:curators]
synonym: "SprtCol" EXACT []
is_a: TO:0000739
[Term]
id: CO_343:0000066
name: yam proportion of emerged plants trait
def: "Proportion of plants /sprouts emerged in a plot" [CO:curators]
synonym: "PPE" EXACT []
synonym: "ratio of emerged plants or sprouts" EXACT []
is_a: TO:0000250
[Term]
id: CO_343:0000069
name: yam proportion of established plants trait
def: "Proportion of plants in a plot well established (plantsgrowing with good vigour and without severe constraints)" [CO:curators]
synonym: "Plant establishement ratio" EXACT []
synonym: "STRATE" EXACT []
is_a: TO:0000250
[Term]
id: CO_343:0000072
name: yam stems per plant trait
def: "Number of stems (vines) with leaves and branches per plant" [CO:curators]
synonym: "Nstem" EXACT []
is_a: TO:0000953
[Term]
id: CO_343:0000075
name: yam anthracnose disease incidence trait
def: "Anthracnose incidence caused by the pathogen Colletotricum gloeosporioides." [CO:curators, NCBITaxon:474922]
comment: % of anthracnose ‘blight’ or ''leaf spot''affected plants in a plot
synonym: "YADI" EXACT []
is_a: TO:0001145 ! Ascomycete fungal disease response
[Term]
id: CO_343:0000081
name: yam virus incidence trait
def: "Reaction of the total plants per plot to the virus infection, producing yellow mottle, mosaic and leaves deformation" [CO:curators]
synonym: "VirusInc" EXACT []
is_a: TO:0000148
[Term]
id: CO_343:0000084
name: yam virus severity trait
def: "Grade of reaction of the plant to the viruses infection, varying from mottle, mosaics until total leaves deformation" [CO:curators]
synonym: "VirusSev" EXACT []
is_a: TO:0000148
[Term]
id: CO_343:0000087
name: yam secondary sprouting trait
def: "Emergence of secondary sprouts on a plant" [CO:curators]
synonym: "SecSP" EXACT []
is_a: TO:0000250
[Term]
id: CO_343:0000090
name: yam time to flower initiation trait
def: "Time of the first flower initiation on a plant/s in a plot or any of the plants in a plot shows the first flower" [CO:curators]
synonym: "TIMFlrin" EXACT []
is_a: TO:0002616
[Term]
id: CO_343:0000093
name: yam plant sex
def: "Predominat plant or flower sex" [CO:curators]
synonym: "flower sex" EXACT []
synonym: "Sex" EXACT []
[Term]
id: CO_343:0000096
name: yam flowering intensity trait
def: "Abundance or degree of flowering" [CO:curators]
synonym: "Flrint" EXACT []
is_a: TO:0002736
[Term]
id: CO_343:0000099
name: yam fruit set number trait
def: "Intensity or proportion of fruit set or development under open or controlled pollination." [CO:curators]
synonym: "NFrtSet" EXACT []
is_a: TO:0000852
[Term]
id: CO_343:0000105
name: yam presence of bulbil trait
def: "Presence of bulbils or aerial tubers in the nodes of the vines" [CO:curators]
synonym: "Aerial tuber formation" EXACT []
synonym: "bulbil" EXACT []
is_a: TO:0000077
[Term]
id: CO_343:0000108
name: yam time to bulbil initiation trait
def: "Bulbil initiation time" [CO:curators]
synonym: "Aerial tuber initiation time" EXACT []
synonym: "TIMbub" EXACT []
is_a: TO:0000933
[Term]
id: CO_343:0000111
name: yam foliage senescence time trait
def: "Time to all plants in a plot or unit area show full or complete foliage senescence" [CO:curators]
synonym: "Times to complete senescence" EXACT []
synonym: "TIMfsen" EXACT []
is_a: TO:0012012
[Term]
id: CO_343:0000117
name: yam number of bulbil trait
def: "Number of bulbils or aerial tubers produced" [CO:curators]
synonym: "Bulbp" EXACT []
synonym: "Number of aerial tuber" EXACT []
is_a: TO:0000077
[Term]
id: CO_343:0000120
name: yam bulbil yield trait
def: "Yield of vine bulbils or aerial tubers harvest" [CO:curators]
synonym: "Aerial tuber yield" EXACT []
synonym: "Bulbwtpl" EXACT []
is_a: TO:0000327
[Term]
id: CO_343:0000123
name: yam stand harvested number
def: "Number of plants harvested" [CO:curators]
synonym: "NPH" EXACT []
[Term]
id: CO_343:0000126
name: yam total tubers per plot trait
def: "Number of total (all size) tubers in a net plot or unit area" [CO:curators]
synonym: "TNTP" EXACT []
is_a: TO:0001071
[Term]
id: CO_343:0000132
name: yam total tuber yield trait
def: "Total tuber yield nonadjusted tons per hectare" [CO:curators]
synonym: "TTYNA" EXACT []
is_a: TO:0001071
[Term]
id: CO_343:0000135
name: yam big size yam yield trait
def: "Big size tubers yield nonadjusted tons per hectare" [CO:curators]
synonym: "BTYld" EXACT []
is_a: TO:0001071
[Term]
id: CO_343:0000138
name: yam rotten or diseased tubers per plot trait
def: "Number of rotten and/or rotten yam tubers in a net plot or unit area" [CO:curators]
synonym: "NRDT" EXACT []
is_a: TO:0000746
[Term]
id: CO_343:0000141
name: yam tuber surface texture trait
def: "Tuber surface smoothness" [CO:curators]
synonym: "Tbrtxtur" EXACT []
is_a: TO:0000745
[Term]
id: CO_343:0000144
name: yam tuber thorniness trait
def: "Exsistence of thorns on the tuber surface" [CO:curators]
synonym: "Thorn" EXACT []
synonym: "Tuber spineness" EXACT []
is_a: TO:0000745
[Term]
id: CO_343:0000147
name: yam tuber flesh color trait
def: "The surface color of the yam tuber flesh" [CO:curators]
synonym: "Tbrfclr" EXACT []
is_a: TO:0000745
[Term]
id: CO_343:0000150
name: yam tuber flesh oxidation trait
def: "Tuber flesh enzymatic oxidation rate" [CO:curators]
synonym: "Tfoxd" EXACT []
is_a: TO:0000745
[Term]
id: CO_343:0000153
name: yam leaf beetle damage incidence trait
def: "Incidence of leaf beetle damage." [CO:curators]
synonym: "Lfbtinc" EXACT []
is_a: TO:0000261
[Term]
id: CO_343:0000156
name: yam leaf beetle damage severity trait
def: "Severity of leaf beetle damage." [CO:curators]
synonym: "Lfbtsev" EXACT []
is_a: TO:0000261
[Term]
id: CO_343:0000159
name: yam mealybug tuber infestation incidence trait
def: "Incidence of mealybug tuber infestation." [CO:curators]
synonym: "MbugInc" EXACT []
is_a: TO:0000261
[Term]
id: CO_343:0000162
name: yam mealybug tuber infestation severity trait
def: "Severity of mealybug tuber infestation." [CO:curators]
synonym: "MbugSev" EXACT []
is_a: TO:0000261
[Term]
id: CO_343:0000165
name: yam tuber beetle incidence trait
def: "Incidence of tuber beetle damage." [CO:curators]
synonym: "Tubtlinc" EXACT []
is_a: TO:0000261
[Term]
id: CO_343:0000168
name: yam tuber beetle severity trait
def: "Severity of tuber beetle damage." [CO:curators]
synonym: "Tubtlsev" EXACT []
is_a: TO:0000261
[Term]
id: CO_343:0000174
name: yam tuber dry matter content trait
def: "Proportion of dry matter in the tuber." [CO:curators]
synonym: "TubDMC" EXACT []
is_a: TO:0000742
[Term]
id: CO_343:0000180
name: yam seeds set per fruit trait
def: "Number of seeds developed per fruit after hand flowers pollination" [CO:curators]
synonym: "SdSet" EXACT []
is_a: TO:0000445
[Term]
id: CO_343:0000183
name: yam tuber hairiness trait
def: "Presence of secondary roots on the tuber bark" [CO:curators]
synonym: "RTBS" EXACT []
is_a: TO:0000745
[Term]
id: CO_343:0000188
name: yam tuber appearance trait
def: "Tuber surface look in relation to presence or absence of roots, thorns and sprouted buds on the tuber surface" [CO:curators]
synonym: "Tbrappr" EXACT []
is_a: TO:0000745
[Term]
id: CO_343:0000191
name: yam stickiness of pounded yam trait
def: "The degree to which the pounded yam is adhesive or stick to the fingure, mouth surface and teeth" [CO:curators]
synonym: "StickPndedYam" EXACT []
is_a: TO:0001068
[Term]
id: CO_343:0000194
name: yam taste of pounded yam trait
def: "Taste of pounded yam when eaten without any additional complementary food" [CO:curators]
synonym: "TastePndedYam" EXACT []
is_a: TO:0001068
[Term]
id: CO_343:0000196
name: yam tubers planted counting/plot variable
synonym: "Sett-N" EXACT []
is_a: CO_343:0000054 ! yam tubers planted
relationship: variable_of CO_343:0000054 ! yam tubers planted
relationship: variable_of CO_343:0010000 ! yam tubers (seed yams or setts) planted - counting method
relationship: variable_of CO_343:0100000 ! yam number of tubers scale
[Term]
id: CO_343:0000197
name: yam weight of planted tubers computation/ gm variable
synonym: "SETW" EXACT []
is_a: CO_343:0000057 ! yam weight of planted tubers trait
relationship: variable_of CO_343:0000057 ! yam weight of planted tubers trait
relationship: variable_of CO_343:0010001 ! yam setts or seed yams planted weight - computation method
relationship: variable_of CO_343:0100001 ! yam gm/sett scale
[Term]
id: CO_343:0000198
name: yam first sprout emergence time trait
def: "Time to the first sprout (plant) emerge in a plot" [CO:curators]
synonym: "TIMFSE" EXACT []
is_a: TO:0000933
[Term]
id: CO_343:0000199
name: yam first sprout emergence time estimation in yy/mm/dd variable
synonym: "Emerdt" EXACT []
is_a: CO_343:0000198 ! yam first sprout emergence time trait
relationship: variable_of CO_343:0000198 ! yam first sprout emergence time trait
relationship: variable_of CO_343:0010002 ! yam time first sprout emergence-estimation method
relationship: variable_of CO_343:0100002 ! yam date (yyyymmdd) scale
[Term]
id: CO_343:0000200
name: yam 50% sprout emergence time trait
def: "Time to 50% sprouts (plants) emerge in a plot" [CO:curators]
synonym: "TIMSE" EXACT []
is_a: TO:0000933
[Term]
id: CO_343:0000201
name: yam 50% sprout emergence time estimation in yy/mm/dd variable
synonym: "DtFemer" EXACT []
is_a: CO_343:0000200 ! yam 50% sprout emergence time trait
relationship: variable_of CO_343:0000200 ! yam 50% sprout emergence time trait
relationship: variable_of CO_343:0010003 ! yam time 50% of sprout emergence-estimation method
relationship: variable_of CO_343:0100002 ! yam date (yyyymmdd) scale
[Term]
id: CO_343:0000202
name: yam first sprout emergence time computation in days variable
synonym: "Emerday" EXACT []
is_a: CO_343:0000198 ! yam first sprout emergence time trait
relationship: variable_of CO_343:0000198 ! yam first sprout emergence time trait
relationship: variable_of CO_343:0010004 ! yam times to first sprout emergence-computation method
relationship: variable_of CO_343:0100003 ! yam days scale
[Term]
id: CO_343:0000203
name: yam 50% sprout emergence time computation in days variable
synonym: "DyFemer" EXACT []
is_a: CO_343:0000200 ! yam 50% sprout emergence time trait
relationship: variable_of CO_343:0000200 ! yam 50% sprout emergence time trait
relationship: variable_of CO_343:0010005 ! yam times to 50% spout emergence-computation method
relationship: variable_of CO_343:0100003 ! yam days scale
[Term]
id: CO_343:0000204
name: yam number of emerged plants trait
def: "Number of an emerged plants (sprouts) in a plot" [CO:curators]
synonym: "NEP" EXACT []
is_a: TO:0000250
[Term]
id: CO_343:0000205
name: yam emerged plants counting/plot variable
is_a: CO_343:0000204 ! yam number of emerged plants trait
relationship: variable_of CO_343:0000204 ! yam number of emerged plants trait
relationship: variable_of CO_343:0010006 ! yam emerged sprouts -counting method
relationship: variable_of CO_343:0100004 ! yam plants per plot scale
[Term]
id: CO_343:0000206
name: yam proportion of emerged plants (sprouts) computation/% variable
synonym: "Ratiosp" EXACT []
is_a: CO_343:0000066 ! yam proportion of emerged plants trait
relationship: variable_of CO_343:0000066 ! yam proportion of emerged plants trait
relationship: variable_of CO_343:0010007 ! yam emerged sprouts or plants proportion-computation method
relationship: variable_of CO_343:0100005 ! yam percentage scale
[Term]
id: CO_343:0000207
name: yam established plants trait
def: "Number of well established plants ( plants growing with good vigour and without severe constraints) in a plot" [CO:curators]
synonym: "NESP" EXACT []
is_a: TO:0000250
[Term]
id: CO_343:0000208
name: yam established plants counting/plot variable
synonym: "Estbp-N" EXACT []
is_a: CO_343:0000207 ! yam established plants trait
relationship: variable_of CO_343:0000207 ! yam established plants trait
relationship: variable_of CO_343:0010008 ! yam number of well established plants -counting method
relationship: variable_of CO_343:0100004 ! yam plants per plot scale
[Term]
id: CO_343:0000209
name: yam field establishment rate compuation in % variable
synonym: "Estbp-ratio" EXACT []
is_a: CO_343:0000069 ! yam proportion of established plants trait
relationship: variable_of CO_343:0000069 ! yam proportion of established plants trait
relationship: variable_of CO_343:0010009 ! yam field establishment-computation method
relationship: variable_of CO_343:0100006 ! yam % scale
[Term]
id: CO_343:0000210
name: yam secondary sprouting estimation nominal 0&1 variable
synonym: "SECSP" EXACT []
is_a: CO_343:0000087 ! yam secondary sprouting trait
relationship: variable_of CO_343:0000087 ! yam secondary sprouting trait
relationship: variable_of CO_343:0010010 ! yam secondary sprouting - estimation method
relationship: variable_of CO_343:0100007 ! yam 0-1 scale
[Term]
id: CO_343:0000211
name: yam sprout color estimation 1-5 variable
synonym: "SPCOLO" EXACT []
is_a: CO_343:0000063 ! yam sprout color trait
relationship: variable_of CO_343:0000063 ! yam sprout color trait
relationship: variable_of CO_343:0010011 ! yam sprout color - estimation method
relationship: variable_of CO_343:0100008 ! yam 1-5 scale
[Term]
id: CO_343:0000212
name: yam sprout length trait
def: "Length of sprouted shoots (vines)" [CO:curators]
synonym: "Spleng" EXACT []
is_a: TO:0000739
[Term]
id: CO_343:0000213
name: yam sprout length measurement in cm variable
synonym: "SPRTL" EXACT []
is_a: CO_343:0000212 ! yam sprout length trait
relationship: variable_of CO_343:0000212 ! yam sprout length trait
relationship: variable_of CO_343:0010012 ! yam sprout length-computation method
relationship: variable_of CO_343:0100009 ! yam cm scale
[Term]
id: CO_343:0000214
name: yam presence of spot on spine base trait
def: "Presence of colored spots at the spine base of sprouted shoots (vine) with spines" [CO:curators]
synonym: "SPBCOL" EXACT []
is_a: TO:0000876
[Term]
id: CO_343:0000215
name: yam spine base color estimation nominal 0&1 variable
is_a: CO_343:0000214 ! yam presence of spot on spine base trait
relationship: variable_of CO_343:0000214 ! yam presence of spot on spine base trait
relationship: variable_of CO_343:0010013 ! yam colored spots on spine base-estimation method
relationship: variable_of CO_343:0100007 ! yam 0-1 scale
[Term]
id: CO_343:0000216
name: yam spines on sprout presence trait
def: "Presence of spines on sprout (vines)" [CO:curators]
synonym: "SPNSP" EXACT []
is_a: TO:0000739
[Term]
id: CO_343:0000217
name: yam spines on sprout presence estimation nominal 0&1 variable
is_a: CO_343:0000216 ! yam spines on sprout presence trait
relationship: variable_of CO_343:0000216 ! yam spines on sprout presence trait
relationship: variable_of CO_343:0010014 ! yam spines on sprout base-estimation method
relationship: variable_of CO_343:0100007 ! yam 0-1 scale
[Term]
id: CO_343:0000218
name: yam sprout hairiness trait
def: "Hairs on sprout (vines)" [CO:curators]
synonym: "HAIRSP" EXACT []
is_a: TO:0000739
[Term]
id: CO_343:0000219
name: yam sprout hairiness estimation nominal 0&2 variable
is_a: CO_343:0000218 ! yam sprout hairiness trait
relationship: variable_of CO_343:0000218 ! yam sprout hairiness trait
relationship: variable_of CO_343:0010015 ! yam hairiness of sprout - estimation method
relationship: variable_of CO_343:0100010 ! yam 0-2 scale
[Term]
id: CO_343:0000220
name: yam time to first leaf emergence trait
def: "Time to the first leaf emergence on a plant or sprouted shoot (vine) in a plot" [CO:curators]
synonym: "TIMLE" EXACT []
is_a: TO:0000655
[Term]
id: CO_343:0000221
name: yam first leaf emergence time estimation in yy/mm/dd variable
is_a: CO_343:0000220 ! yam time to first leaf emergence trait
relationship: variable_of CO_343:0000220 ! yam time to first leaf emergence trait
relationship: variable_of CO_343:0010016 ! yam time of first leaf emergence on sprouted shoot (vines)-estimation method
relationship: variable_of CO_343:0100002 ! yam date (yyyymmdd) scale
[Term]
id: CO_343:0000222
name: yam time to first leaf emergence computation variable
is_a: CO_343:0000220 ! yam time to first leaf emergence trait
relationship: variable_of CO_343:0000220 ! yam time to first leaf emergence trait
relationship: variable_of CO_343:0010017 ! yam times to the first leaf emergence on sprouted shoot (vines)-computation method
relationship: variable_of CO_343:0100003 ! yam days scale
[Term]
id: CO_343:0000223
name: yam leaf apex shape trait
def: "Leaf apex shape" [CO:curators]
synonym: "Lfapx" EXACT []
is_a: TO:0000754
[Term]
id: CO_343:0000224
name: yam leaf apex shape estimation 1-3 variable
is_a: CO_343:0000223 ! yam leaf apex shape trait
relationship: variable_of CO_343:0000223 ! yam leaf apex shape trait
relationship: variable_of CO_343:0010018 ! yam leaf apex shape-estimation method
relationship: variable_of CO_343:0100011 ! yam 1-3 general scale
[Term]
id: CO_343:0000225
name: yam leaf shape trait
def: "Leaf shape of plants" [CO:curators]
synonym: "Lfshp" EXACT []
is_a: TO:0000492
[Term]
id: CO_343:0000226
name: yam leaf shape estimation 1-7 variable
is_a: CO_343:0000225 ! yam leaf shape trait
relationship: variable_of CO_343:0000225 ! yam leaf shape trait
relationship: variable_of CO_343:0010019 ! yam leaf shape-estimation method
relationship: variable_of CO_343:0100012 ! yam 1-7 general scale
[Term]
id: CO_343:0000227
name: yam stems per plant computation per plant variable
synonym: "stnp" EXACT []
is_a: CO_343:0000072 ! yam stems per plant trait
relationship: variable_of CO_343:0000072 ! yam stems per plant trait
relationship: variable_of CO_343:0010020 ! yam number of stems per plant-computation method
relationship: variable_of CO_343:0100013 ! yam number of stem scale
[Term]
id: CO_343:0000228
name: yam stem diameter trait
def: "Stem diameter of a mature plant (5 to 6 month old plant)" [CO:curators]
synonym: "STMDM" EXACT []
is_a: TO:0020083
[Term]
id: CO_343:0000229
name: yam stem diameter computation in mm variable
synonym: "stemdim" EXACT []
is_a: CO_343:0000228 ! yam stem diameter trait
relationship: variable_of CO_343:0000228 ! yam stem diameter trait
relationship: variable_of CO_343:0010021 ! yam stem diameter-computation method
relationship: variable_of CO_343:0100014 ! yam mm scale
[Term]
id: CO_343:0000230
name: yam internode length trait
def: "Stem internode length of a mature plant (5 to 6 month old plant)" [CO:curators]
synonym: "Inodlgth" EXACT []
is_a: TO:0000145
[Term]
id: CO_343:0000231
name: yam internode length computation in cm variable
synonym: "INODL" EXACT []
is_a: CO_343:0000230 ! yam internode length trait
relationship: variable_of CO_343:0000230 ! yam internode length trait
relationship: variable_of CO_343:0010022 ! yam internode length -computation method
relationship: variable_of CO_343:0100009 ! yam cm scale
[Term]
id: CO_343:0000232
name: yam number of internodes to first branching trait
def: "Number of internodes to first branchs on a plant" [CO:curators]
synonym: "NINFB" EXACT []
is_a: TO:0000756
[Term]
id: CO_343:0000233
name: yam number of internodes to first branching computation/plot variable
is_a: CO_343:0000232 ! yam number of internodes to first branching trait
relationship: variable_of CO_343:0000232 ! yam number of internodes to first branching trait
relationship: variable_of CO_343:0010023 ! yam number of internode-computation method
relationship: variable_of CO_343:0100015 ! yam number of internode scale
[Term]
id: CO_343:0000234
name: yam spines on stem density trait
def: "Intensity of spines on stem (vine) above base of mature plant (5 to 6 month old plant)" [CO:curators]
synonym: "SPNAB" EXACT []
is_a: TO:0000739
[Term]
id: CO_343:0000235
name: yam spines on stem estimation 0-2 variable
is_a: CO_343:0000234 ! yam spines on stem density trait
relationship: variable_of CO_343:0000234 ! yam spines on stem density trait
relationship: variable_of CO_343:0010024 ! yam density of spines on stem base of a plant-etimation method
relationship: variable_of CO_343:0100010 ! yam 0-2 scale
[Term]
id: CO_343:0000236
name: yam plant type trait
def: "A tendency of a plant to grow in a certain shape and to attain a certain mature height and spread" [CO:curators]
synonym: "Growth habit" EXACT []
synonym: "Plntype" EXACT []
is_a: TO:0002756
[Term]
id: CO_343:0000237
name: yam plant type estimation 1-3 variable
synonym: "GH" EXACT []
is_a: CO_343:0000236 ! yam plant type trait
relationship: variable_of CO_343:0000236 ! yam plant type trait
relationship: variable_of CO_343:0010025 ! yam plant type-estimation method
relationship: variable_of CO_343:0100011 ! yam 1-3 general scale
[Term]
id: CO_343:0000238
name: yam canopy architecture estimation 1-4 variable
synonym: "Canopy" EXACT []
is_a: CO_343:0000030 ! yam canopy architecture trait
relationship: variable_of CO_343:0000030 ! yam canopy architecture trait
relationship: variable_of CO_343:0010026 ! yam canopy architecture - estimation method
relationship: variable_of CO_343:0100016 ! yam 1-4 general scale
[Term]
id: CO_343:0000239
name: yam plant vigor estimation 1-3 variable
synonym: "PLNV" EXACT []
is_a: CO_343:0000060 ! yam plant vigor trait
relationship: variable_of CO_343:0000060 ! yam plant vigor trait
relationship: variable_of CO_343:0010027 ! yam plant vigor - estimation method
relationship: variable_of CO_343:0100011 ! yam 1-3 general scale
[Term]
id: CO_343:0000240
name: yam twining habit trait
def: "Tendency of climbing or trailling" [CO:curators]
synonym: "trailling, climbing habit" EXACT []
synonym: "TWNH" EXACT []
is_a: TO:0002756
[Term]
id: CO_343:0000241
name: yam twining habit estimation 0-1 variable
synonym: "TWNH" EXACT []
is_a: CO_343:0000240 ! yam twining habit trait
relationship: variable_of CO_343:0000240 ! yam twining habit trait
relationship: variable_of CO_343:0010028 ! yam twining habit-estimation method
relationship: variable_of CO_343:0100017 ! yam 0-1 nominal scale
[Term]
id: CO_343:0000242
name: yam twining direction trait
def: "Twining direction" [CO:curators]
synonym: "twndir" EXACT []
synonym: "vine climbing direction" EXACT []
is_a: TO:0002756
[Term]
id: CO_343:0000243
name: yam twining direction estimation 1-2 variable
is_a: CO_343:0000242 ! yam twining direction trait
relationship: variable_of CO_343:0000242 ! yam twining direction trait
relationship: variable_of CO_343:0010029 ! yam twining direction-estimation method
relationship: variable_of CO_343:0100018 ! yam 1-2 nominal scale
[Term]
id: CO_343:0000244
name: yam flower initiation time estimation in yy/mm/dd variable
synonym: "DtFlrin" EXACT []
is_a: CO_343:0000090 ! yam time to flower initiation trait
relationship: variable_of CO_343:0000090 ! yam time to flower initiation trait
relationship: variable_of CO_343:0010030 ! yam flower initaition time - estimation method
relationship: variable_of CO_343:0100002 ! yam date (yyyymmdd) scale
[Term]
id: CO_343:0000245
name: yam time to 50% flowering trait
def: "Time when 50% of the plants flower in a plot" [CO:curators]
synonym: "TIMFL" EXACT []
is_a: TO:0002616
[Term]
id: CO_343:0000246
name: yam flowering time estimation in yy/mm/dd variable
synonym: "DtFFlr" EXACT []
is_a: CO_343:0000245 ! yam time to 50% flowering trait
relationship: variable_of CO_343:0000245 ! yam time to 50% flowering trait
relationship: variable_of CO_343:0010031 ! yam 50% flowering time - estimation method
relationship: variable_of CO_343:0100002 ! yam date (yyyymmdd) scale
[Term]
id: CO_343:0000247
name: yam time to end of flowering trait
def: "End of flowering time or when a plant does not produce new flower in a plot" [CO:curators]
synonym: "TIMEF" EXACT []
is_a: TO:0002616
[Term]
id: CO_343:0000248
name: yam end of flowering time estimation in yy/mm/dd variable
synonym: "DtendFlr" EXACT []
is_a: CO_343:0000247 ! yam time to end of flowering trait
relationship: variable_of CO_343:0000247 ! yam time to end of flowering trait
relationship: variable_of CO_343:0010032 ! yam end of flowering time - estimation method
relationship: variable_of CO_343:0100002 ! yam date (yyyymmdd) scale
[Term]
id: CO_343:0000249
name: yam fower initiation time computation in days variable
synonym: "Dayflrin" EXACT []
is_a: CO_343:0000090 ! yam time to flower initiation trait
relationship: variable_of CO_343:0000090 ! yam time to flower initiation trait
relationship: variable_of CO_343:0010033 ! yam flower initaition time - computation method
relationship: variable_of CO_343:0100003 ! yam days scale
[Term]
id: CO_343:0000250
name: yam flowering time computation in days variable
synonym: "DF" EXACT []
is_a: CO_343:0000245 ! yam time to 50% flowering trait
relationship: variable_of CO_343:0000245 ! yam time to 50% flowering trait
relationship: variable_of CO_343:0010034 ! yam 50% flowering time - computation method
relationship: variable_of CO_343:0100003 ! yam days scale
[Term]
id: CO_343:0000251
name: yam end of flowering time computation in days variable
synonym: "Dayendflr" EXACT []
is_a: CO_343:0000247 ! yam time to end of flowering trait
relationship: variable_of CO_343:0000247 ! yam time to end of flowering trait
relationship: variable_of CO_343:0010035 ! yam end of flowering time - computation method
relationship: variable_of CO_343:0100003 ! yam days scale
[Term]
id: CO_343:0000252
name: yam crossing date
def: "Date crossing or pollination attempted" [CO:curators]
synonym: "datcross" EXACT []
[Term]
id: CO_343:0000253
name: yam crossing date esimation in yy/mm/dd variable
synonym: "Polldate" EXACT []
is_a: CO_343:0000252 ! yam crossing date
relationship: variable_of CO_343:0000252 ! yam crossing date
relationship: variable_of CO_343:0010036 ! yam date crossing-estimation method
relationship: variable_of CO_343:0100002 ! yam date (yyyymmdd) scale
[Term]
id: CO_343:0000254
name: yam pollinated florets counting variable
is_a: CO_343:0000000 ! yam pollinated florets number trait
relationship: variable_of CO_343:0000000 ! yam pollinated florets number trait
relationship: variable_of CO_343:0010037 ! yam floret pollinated number - counting method
relationship: variable_of CO_343:0100019 ! yam number of florets scale
[Term]
id: CO_343:0000255
name: yam pollinated spikes counting variable
synonym: "NPOLS" EXACT []
is_a: CO_343:0000003 ! yam pollinated spikes number trait
relationship: variable_of CO_343:0000003 ! yam pollinated spikes number trait
relationship: variable_of CO_343:0010038 ! yam pollinated spike number - estimation method
relationship: variable_of CO_343:0100020 ! yam number of spikes scale
[Term]
id: CO_343:0000256
name: yam flowering intensity estimation 0-9 variable
synonym: "FLRI" EXACT []
is_a: CO_343:0000096 ! yam flowering intensity trait
relationship: variable_of CO_343:0000096 ! yam flowering intensity trait
relationship: variable_of CO_343:0010039 ! yam flowering intensity - estimation method
relationship: variable_of CO_343:0100021 ! yam 0-9 scale
[Term]
id: CO_343:0000257
name: yam inflorescence initiation time trait
def: "Time of first inflorescence initiation" [CO:curators]
synonym: "Datinflor" EXACT []
is_a: TO:0002616
[Term]
id: CO_343:0000258
name: yam first inflorescence initiation time estimation in yy/mm/dd variable
is_a: CO_343:0000257 ! yam inflorescence initiation time trait
relationship: variable_of CO_343:0000257 ! yam inflorescence initiation time trait
relationship: variable_of CO_343:0010040 ! yam first inflorescence time - estimation method
relationship: variable_of CO_343:0100002 ! yam date (yyyymmdd) scale
[Term]
id: CO_343:0000259
name: yam first inflorescence initiation time computation variable
is_a: CO_343:0000257 ! yam inflorescence initiation time trait
relationship: variable_of CO_343:0000257 ! yam inflorescence initiation time trait
relationship: variable_of CO_343:0010041 ! yam first inflorescence time - compuation method
relationship: variable_of CO_343:0100003 ! yam days scale
[Term]
id: CO_343:0000260
name: yam inflorescence type trait
def: "The arrangement of flowers on stem or twig of a plant" [CO:curators]
synonym: "Inft" EXACT []
is_a: TO:0000267
[Term]
id: CO_343:0000261
name: yam inflorescence type estimation variable
is_a: CO_343:0000260 ! yam inflorescence type trait
relationship: variable_of CO_343:0000260 ! yam inflorescence type trait
relationship: variable_of CO_343:0010042 ! yam inflorescence type-estimation method
relationship: variable_of CO_343:0100022 ! yam 1-3 scale
[Term]
id: CO_343:0000262
name: yam female flowering intensity trait
def: "Intensity or abudance of female flowers on spikes/infloresences" [CO:curators]
synonym: "femal flower abudance per inflorence" EXACT []
synonym: "fflrint" EXACT []
is_a: TO:0000987
[Term]
id: CO_343:0000263
name: yam female flowering intensity per spike estimation 1-4 variable
synonym: "fflrab" EXACT []
is_a: CO_343:0000262 ! yam female flowering intensity trait
relationship: variable_of CO_343:0000262 ! yam female flowering intensity trait
relationship: variable_of CO_343:0010043 ! yam femal flowers abundance or intensity per inflorescence-estimation method
relationship: variable_of CO_343:0100016 ! yam 1-4 general scale
[Term]
id: CO_343:0000264
name: yam pollination type trait
def: "Mode of plant to plant pollen transfer" [CO:curators]
synonym: "Mechanism of pollination" EXACT []
synonym: "Polltyp" EXACT []
is_a: TO:0000421
[Term]
id: CO_343:0000265
name: yam pollination type estimation 1-4 variable
synonym: "Pollmech" EXACT []
is_a: CO_343:0000264 ! yam pollination type trait
relationship: variable_of CO_343:0000264 ! yam pollination type trait
relationship: variable_of CO_343:0010044 ! yam pollination type-estimation method
relationship: variable_of CO_343:0100023 ! yam 1-4 scale
[Term]
id: CO_343:0000266
name: yam plant sex estimation 0-4 variable
synonym: "plntsex, flrsex" EXACT []
is_a: CO_343:0000093 ! yam plant sex
relationship: variable_of CO_343:0000093 ! yam plant sex
relationship: variable_of CO_343:0010045 ! yam plant or flower sex-estimation method
relationship: variable_of CO_343:0100024 ! yam 0-4 scale
[Term]
id: CO_343:0000267
name: yam fruits developed per cross counting variable
synonym: "FrtN" EXACT []
is_a: CO_343:0000006 ! yam fruit developed number trait
relationship: variable_of CO_343:0000006 ! yam fruit developed number trait
relationship: variable_of CO_343:0010046 ! yam fruits developed number - counting method
relationship: variable_of CO_343:0100025 ! yam fruits/cross scale
[Term]
id: CO_343:0000268
name: yam time to fruit setting trait
def: "Times fruit formation or set on a monoeciuse or femal flowers of dioeciouse yam plants" [CO:curators]
synonym: "Datfrtset" EXACT []