DEFINE TABLE raw; DEFINE FIELD entity ON TABLE raw TYPE string; DEFINE FIELD attribute ON TABLE raw TYPE option; DEFINE FIELD value_int ON TABLE raw TYPE option; DEFINE FIELD value_float ON TABLE raw TYPE option; DEFINE FIELD value_bool ON TABLE raw TYPE option; DEFINE FIELD value_string ON TABLE raw TYPE option;