tcontact.obo 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. format-version: 1.2
  2. default-namespace: tripal_contact
  3. [Term]
  4. id: TContact:0000001
  5. name: Contact Type
  6. [Term]
  7. id: TContact:0000002
  8. name: Collective
  9. def: Used when a contact is a collective of individuals rather than a person.
  10. is_a: TContact:0000001 ! Contact Type
  11. [Term]
  12. id: TContact:0000003
  13. name: Person
  14. is_a: TContact:0000001 ! Contact Type
  15. [Term]
  16. id: TContact:0000004
  17. name: Organization
  18. is_a: TContact:0000001 ! Contact Type
  19. [Term]
  20. id: TContact:0000005
  21. name: University
  22. is_a: TContact:0000001 ! Contact Type
  23. [Term]
  24. id: TContact:0000006
  25. name: Lab
  26. is_a: TContact:0000001 ! Contact Type
  27. [Term]
  28. id: TContact:0000007
  29. name: Institute
  30. is_a: TContact:0000001 ! Contact Type
  31. [Term]
  32. id: TContact:0000008
  33. name: Research Group
  34. is_a: TContact:0000001 ! Contact Type
  35. [Term]
  36. id: TContact:0000009
  37. name: Department
  38. is_a: TContact:0000001 ! Contact Type
  39. [Term]
  40. id: TContact:0000010
  41. name: First Initials
  42. def: The first initials for the author including the initial for the first name and any middle names (not the initial for the last name).
  43. relationship: part_of TContact:0000003 ! Person
  44. [Term]
  45. id: TContact:0000011
  46. name: Surname
  47. synonym: "family_name" EXACT []
  48. synonym: "last_name" EXACT []
  49. relationship: part_of TContact:0000003 ! Person
  50. [Term]
  51. id: TContact:0000012
  52. name: Given Name
  53. synonym: "first_name" EXACT []
  54. relationship: part_of TContact:0000003 ! Person
  55. [Term]
  56. id: TContact:0000013
  57. name: Middle Names
  58. def: One or more middle names for this person.
  59. relationship: part_of TContact:0000003 ! Person
  60. [Term]
  61. id: TContact:0000014
  62. name: Middle Initials
  63. def: The middle initials for this person excluding the initial for the given name and the surname.
  64. relationship: part_of TContact:0000003 ! Person
  65. [Term]
  66. id: TContact:0000015
  67. name: Affiliation
  68. [Term]
  69. id: TContact:0000016
  70. name: Department
  71. def: The department of an institution or organization.
  72. relationship: part_of TContact:0000015 ! Affiliation
  73. [Term]
  74. id: TContact:0000017
  75. name: Institution
  76. relationship: part_of TContact:0000015 ! Affiliation
  77. [Term]
  78. id: TContact:0000018
  79. name: Organization
  80. def: A generic term for any organization.
  81. relationship: part_of TContact:0000015 ! Affiliation
  82. [Term]
  83. id: TContact:0000019
  84. name: Address
  85. [Term]
  86. id: TContact:0000020
  87. name: Address Line 1
  88. relationship: part_of TContact:0000019 ! Address
  89. [Term]
  90. id: TContact:0000021
  91. name: Address Line 2
  92. relationship: part_of TContact:0000019 ! Address
  93. [Term]
  94. id: TContact:0000022
  95. name: Address Line 3
  96. relationship: part_of TContact:0000019 ! Address
  97. [Term]
  98. id: TContact:0000023
  99. name: City
  100. relationship: part_of TContact:0000019 ! Address
  101. [Term]
  102. id: TContact:0000024
  103. name: State
  104. relationship: part_of TContact:0000019 ! Address
  105. [Term]
  106. id: TContact:0000025
  107. name: Province
  108. relationship: part_of TContact:0000019 ! Address
  109. [Term]
  110. id: TContact:0000026
  111. name: Country
  112. relationship: part_of TContact:0000019 ! Address
  113. [Term]
  114. id: TContact:0000027
  115. name: Postal Code
  116. relationship: part_of TContact:0000019 ! Address
  117. [Term]
  118. id: TContact:0000028
  119. name: contact_description
  120. def: A description of the contact
  121. [Typedef]
  122. id: is_a
  123. name: is a
  124. is_transitive: true
  125. [Typedef]
  126. id: part_of
  127. name: part of
  128. is_transitive: true