I have created an ontology for a small project IN Protege, I have dataset related to the domain in csv file. How can I import all the individuals of classes to ontology in Protege, so that all the individuals are automatically added to the ontology?
Asked
Active
Viewed 3,017 times
3
-
2E.g. https://stackoverflow.com/a/44775905/7879193 – Stanislav Kralin Dec 03 '17 at 06:50
1 Answers
0
There is no functionaltiy like that in protege. What you will have to do is write some code using the OWL API. Looking at the testcases for DataFactory will show you how you can add individuals with assertion axioms to an ontology using the OWL API.

Henriette Harmse
- 4,167
- 1
- 13
- 22
-
-
1As @Stanislav mentioned. See Cellfie at https://github.com/protegeproject/cellfie-plugin. – Henriette Harmse Dec 03 '17 at 17:53