zhengj2007 / bfo-export

Automatically exported from code.google.com/p/bfo
0 stars 0 forks source link

Add an alternative term optimized for completion in protege? #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Some terms, having spaces in them, need to be start with a quote in protege. An 
example taken from the move to normalize property names is part of -> is part 
of. Because there are a lot of properties that will start with is and has, it 
is more of a pain to complete.

The implementation of this would be to create a subproperty of alternative term 
called "protege completion term" (other names welcome). Which would aim to have 
labels that are disambiguated well by the first few characters.

It might also be worth a check in with Matthew Horridge about whether 
completion can get smarter, for example completing from the middle of a word, 
or based on the letters of separate words in the name.

Original issue reported on code.google.com by alanruttenberg@gmail.com on 20 May 2012 at 4:22