referencedescription.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. <odML version="1.1">
  4. <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
  5. <version>1.0</version>
  6. <date>2019-03-26</date>
  7. <!-- ********************************************************* -->
  8. <!-- Data reference description section -->
  9. <!-- ********************************************************* -->
  10. <section>
  11. <type>data_reference/description</type>
  12. <name>DataReferenceDescription</name>
  13. <definition>Description of a data reference. This Section is defined to be used as a subsection of the 'DataReference' type sections.</definition>
  14. <property>
  15. <name>Title</name>
  16. <definition>Title of the published dataset.</definition>
  17. <type>string</type>
  18. </property>
  19. <property>
  20. <name>Description</name>
  21. <definition>Abstract of the published dataset.</definition>
  22. <type>string</type>
  23. </property>
  24. <property>
  25. <name>License</name>
  26. <definition>License the dataset is published under.</definition>
  27. <type>string</type>
  28. </property>
  29. <property>
  30. <name>References</name>
  31. <definition>List of publications the published dataset is referencing.</definition>
  32. <type>string</type>
  33. </property>
  34. <property>
  35. <name>Funding</name>
  36. <definition>List of grants the published dataset was funded by.</definition>
  37. <type>string</type>
  38. </property>
  39. <property>
  40. <name>Keywords</name>
  41. <definition>List of keywords describing the published dataset.</definition>
  42. <type>string</type>
  43. </property>
  44. </section>
  45. </odML>