123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl" xmlns:odml="http://www.g-node.org/odml"?>
- <odML version="1">
- <repository>http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml</repository>
- <version>1.0</version>
- <date>2011-01-21</date>
- <!-- ********************************************************* -->
- <!-- Dataset section -->
- <!-- ********************************************************* -->
- <section>
- <type>dataset</type>
- <name>Dataset</name>
- <definition>Names (URLs) and times of recorded data files.
- Datasets are obtained during a Recording and may belong to
- different Experiments. Related sections that can be used as
- subsections, parent sections, or siblings are Stimulus,
- HardwareSettings, and Experiment.
- </definition>
- <property>
- <name>Start</name>
- <value>
- <type>datetime</type>
- </value>
- <definition>The point in time the recording of this dataset was started.</definition>
- </property>
- <property>
- <name>End</name>
- <value>
- <type>datetime</type>
- </value>
- <definition>The point in time the recording of this dataset was ended.</definition>
- </property>
- <property>
- <name>StartDate</name>
- <value>
- <type>date</type>
- </value>
- <definition>The date recording of this dataset was started.</definition>
- </property>
- <property>
- <name>EndDate</name>
- <value>
- <type>date</type>
- </value>
- <definition>The date the recording of this dataset was ended.</definition>
- </property>
- <property>
- <name>StartTime</name>
- <value>
- <type>time</type>
- </value>
- <definition>The local time recording was started.</definition>
- </property>
- <property>
- <name>EndTime</name>
- <value>
- <type>time</type>
- </value>
- <definition>The local time recording was ended.</definition>
- </property>
- <property>
- <name>Comment</name>
- <value>
- <type>text</type>
- </value>
- <definition>A comment about the dataset (common to all files belonging to this dataset).</definition>
- </property>
- <property>
- <name>File</name>
- <value>
- <type>binary</type>
- <definition>Data of this dataset. Be aware that including the actual content of a data file by this property
- will blow up the the size of the metadatafile. We rather recommend to simply refer to the URL of a dataset
- file using the FileURL property.
- </definition>
- </value>
- <value>
- <type>URL</type>
- <definition>The URL of a data file.</definition>
- </value>
- <definition>Data of this dataset.</definition>
- </property>
- <property>
- <name>Quality</name>
- <value>
- <type>string</type>
- </value>
- <definition>A rough indication of the overall quality of the dataset. E.g. poor, fair, or good.</definition>
- </property>
- <property>
- <name>QualityRange</name>
- <value>
- <type>string</type>
- </value>
- <definition>A comma separated ascending list of all used values for indicating the overall quality of the dataset.
- E.g. "poor,fair,good".
- </definition>
- </property>
- </section>
- </odML>
|