Beginner.nguyen
Beginner.nguyen

Reputation: 77

Merge Ontology with Protege-OWL API

I used protege to create two ontology and I save as A.owl, B.owl. I know that the protege-4.0 can merge many ontology. I want to use protege-owl API to merge ontology A.owl and B.owl to C.owl; But I don't know how to do it. Could you help me. Thank you very much.

Upvotes: 6

Views: 6794

Answers (2)

Geetha
Geetha

Reputation: 61

Assume that you have opened A.owl in Protege. Go to the "Active Ontology" tab. Click on the plus sign beside the Direct Imports text. Click on the button for "Direct Imports" and import "B.owl". Then go to "Refactor" > "Merge Ontologies". This was done in Protege 5.2.

Upvotes: 6

olix20
olix20

Reputation: 794

First load both A and B.

Then go to "Refactor > Merge Ontologies" from the menu.

Upvotes: 5

Related Questions