Filename convention
Store formatted annotations from a predefined or user defined annotation set.
Filename convention
Annotation files are divided into hourly files.
AnnotationSet
Used to represent the name of the annotation set.
CamelStyle, allowed characters: alphabets and digits.
There should be a file named
AnnotationSet.ANNOTATIONSETID-VERSIONCODE.ontology.csv
associated with the dataset.Required.
Examples
SpadesLab
, SpadesTwoDays
, SpadesThreeMonths
, UserDefined
, CrowdSourcing
ANNOTATIONSETID
Locally unique identifier for the annotation set.
Globally unique identifier for the annotation set when combining with ANNOTATORID and VERSIONCODE.
UPPERCASE style, allowed characters: alphabets and digits.
Required.
ANNOTATORID
local identifier for event types.
UPPERCASE style, allowed characters: alphabets.
Required.
If it's user's own annotation, the ANNOTATORID should be the same as PARTICIPANT ID.
VERSIONCODE
It's possible annotation set gets updated, then use
VERSIONCODE
to indicate the difference.Optional, if omit, use
NA
instead.Allowed characters: alphabets and digits.
Timestamp
Timestamp has the same convention as that of sensor data. The time represents the first row of annotation.
Last updated