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)
Create an The triplets to to create a single class are:
Subject: IRI#Class
A subClass of an existing class has 2 lines:
Add subClass as Class
Subject: IRI#subClass
Add subClassof
Subject: IRI#subClass
Object: IRI#Class
@rdname create_class_hierarchy_cellfie @export