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