Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Protégé - How can I rename an object property?

After created, an object property, seemingly, can't be renamed. Is it a Protégé's feature? If it is possible, how can I do that? It is a very annoying process to remove the property and add the another renamed one. I am using Protégé 4.3.0.

like image 463
felipe.zkn Avatar asked Mar 11 '14 23:03

felipe.zkn


People also ask

How do you rename a class in Protege?

Select the entity and go to the top menu - Refactor > Rename Entity and you'll get a renaming dialogue.


1 Answers

The process is the same as renaming other types of entities. Say you've got a property:

enter image description here

Then you can select it, then select in the menu Refactor > Rename Entity and you'll get a renaming dialog:

enter image description here

and you can enter a new name:

enter image description here

and there it is:

enter image description here

like image 129
Joshua Taylor Avatar answered Sep 28 '22 11:09

Joshua Taylor