datacite.xml 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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 section -->
  9. <!-- The minimal description of a data reference is a URI linking back
  10. to the repository the odml file or the data the odml document describes
  11. resides in.
  12. Further details common to the different types of data reference sections
  13. can be added via the reference description section -->
  14. <!-- ********************************************************* -->
  15. <section>
  16. <type>DataReference</type>
  17. <name>DataCite</name>
  18. <definition>A published dataset referenced by a DOI and registered with DataCite. The referenced dataset will contain either the odML file itself or the data the odML is annotating.
  19. </definition>
  20. <property>
  21. <name>DataDOI</name>
  22. <definition>A unique Digital object identifier of data. In the current context a URI linking to the published dataset.</definition>
  23. <type>url</type>
  24. </property>
  25. <property>
  26. <name>ResourceType</name>
  27. <definition>A description of the resource. The format is open, but the preferred format is a single term of some detail so that a pair can be formed with the sub-property.Text formats can be free-text OR terms from the CASRAI Publications resource type list. In the odML context the value will mostly be 'Dataset'.</definition>
  28. <type>string</type>
  29. </property>
  30. <section>
  31. <type>DataReference</type>
  32. <name>DataCiteReference</name>
  33. <definition>A publication the published dataset is referencing.</definition>
  34. <property>
  35. <name>DOI</name>
  36. <definition>DOI to the referenced publication</definition>
  37. <type>string</type>
  38. </property>
  39. <property>
  40. <name>RefType</name>
  41. <definition>refType might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf for further valid types see https://schema.datacite.org/meta/kernel-4</definition>
  42. <type>string</type>
  43. </property>
  44. <property>
  45. <name>PublicationCitation</name>
  46. <definition>Full citation of the reference publication</definition>
  47. <type>string</type>
  48. </property>
  49. </section>
  50. <section>
  51. <type>DataReference</type>
  52. <name>DataCiteAuthor</name>
  53. <definition>Information about an author as required by DataCite.</definition>
  54. <property>
  55. <name>FirstName</name>
  56. <definition>The authors first Name (John).</definition>
  57. <type>string</type>
  58. </property>
  59. <property>
  60. <name>LastName</name>
  61. <definition>The authors last name (Doe).</definition>
  62. <type>string</type>
  63. </property>
  64. <property>
  65. <name>Affiliation</name>
  66. <definition>Affiliation of the author [Institute, City, Country]</definition>
  67. <type>string</type>
  68. </property>
  69. <property>
  70. <name>Id</name>
  71. <definition>Any Id that is capable of identifying the author e.g. ORCID</definition>
  72. <type>string</type>
  73. </property>
  74. </section>
  75. </section>
  76. </odML>