subject.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.xsl" xmlns:odml="http://www.g-node.org/odml"?>
  3. <!-- ********************************************************* -->
  4. <!-- Subject section -->
  5. <!-- ********************************************************* -->
  6. <odML version="1.1">
  7. <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
  8. <version>1.0</version>
  9. <date>2011-01-21</date>
  10. <section>
  11. <type>subject</type>
  12. <name>Subject</name>
  13. <definition>The investigated experimental subject (animal or person). May contain the Cell and Preparation sections
  14. as subsections.
  15. </definition>
  16. <property>
  17. <name>Comment</name>
  18. <definition>A general comment on a specific subject.</definition>
  19. <type>text</type>
  20. </property>
  21. <property>
  22. <name>Species</name>
  23. <definition>The scientific name of the species e.g. Apis mellifera, Homo sapiens.</definition>
  24. <type>string</type>
  25. </property>
  26. <property>
  27. <name>Genus</name>
  28. <definition>The Genus of the studied subject.</definition>
  29. <type>string</type>
  30. </property>
  31. <property>
  32. <name>TrivialName</name>
  33. <definition>The trivial name of the species like Honeybee, Human.</definition>
  34. <type>string</type>
  35. </property>
  36. <property>
  37. <name>Gender</name>
  38. <definition>Male or female?</definition>
  39. <type>string</type>
  40. </property>
  41. <property>
  42. <name>Birthday</name>
  43. <definition>The birthday. Age can be inferred from the date of recording.</definition>
  44. <type>date</type>
  45. </property>
  46. <property>
  47. <name>Age</name>
  48. <definition>The age of the subject since birth. E.g. P19, or 5 days.</definition>
  49. <type>string</type>
  50. </property>
  51. <property>
  52. <name>Strain</name>
  53. <definition>The strain the subject was taken from. E.g. a specific genetic variation etc.</definition>
  54. <type>string</type>
  55. </property>
  56. <property>
  57. <name>CellLine</name>
  58. <definition>.</definition>
  59. <type>string</type>
  60. </property>
  61. <property>
  62. <name>Population</name>
  63. <definition>The population this subject is offspring of. This may be the bee hive, the ant colony, etc.
  64. </definition>
  65. <type>string</type>
  66. </property>
  67. <property>
  68. <name>Label</name>
  69. <definition>If the subject has been labeled in a specific way. The label can be described here.</definition>
  70. <type>string</type>
  71. </property>
  72. <property>
  73. <name>HealthStatus</name>
  74. <definition>Information about the health status of this subject.</definition>
  75. <type>string</type>
  76. </property>
  77. <property>
  78. <name>DevelopmentalStage</name>
  79. <definition>The developmental stage of the subject. E.g. "embryonal", "adult", "larval" etc.</definition>
  80. <type>string</type>
  81. </property>
  82. <property>
  83. <name>ConactInformation</name>
  84. <definition>How to get in contact with this subject.</definition>
  85. <type>text</type>
  86. </property>
  87. <property>
  88. <name>Size</name>
  89. <definition>The size of the subject. This value may be used context dependent. Size could be length for a fish,
  90. height for a human subject, or shoulder height for a horse etc...
  91. </definition>
  92. <type>float</type>
  93. </property>
  94. <property>
  95. <name>Weight</name>
  96. <definition>The weight of this subject.</definition>
  97. <type>float</type>
  98. </property>
  99. </section>
  100. </odML>