Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

datauri.xml 1.4 KB

123456789101112131415161718192021222324252627
  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>DataURI</name>
  18. <definition>A published dataset referenced by a URI. The referenced dataset will contain either the odML file itself or the data the odML is annotating.
  19. </definition>
  20. <property>
  21. <name>DataURI</name>
  22. <definition>A URI linking to the published dataset.</definition>
  23. <type>string</type>
  24. </property>
  25. </section>
  26. </odML>