3

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?

alicefrozen
  • 39
  • 1
  • 5

1 Answers1

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