In the Onedata system, metadata is organized into 2 levels and regards every
file/directory:
- Filesystem attributes — built-in filesystem metadata such as file size, creation
and modification timestamps, POSIX permissions, etc.
- Custom metadata — arbitrary, user-defined information:
- extended attributes — a.k.a. basic attributes or xattrs; key-value pairs, compatible with POSIX extended
attributes,
- JSON document,
- RDF document (XML).
All types of custom metadata can coexist for the same file/directory.
See the documentation
here.