Write an Excel file of a class hierarchy from a dataframe to import into Protege using the Cellfie plugin.

create_class_hierarchy_cellfie(data, Class, subClass, file)

Details

Create an The triplets to to create a single class are:

A subClass of an existing class has 2 lines:

  1. Add subClass as Class

  2. Add subClassof

@rdname create_class_hierarchy_cellfie @export