View source: R/create_cellfie.R
Write an Excel file of a class hierarchy from a dataframe to import into Protege using the Cellfie plugin.
1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.