NLightenGroup / nlighten-ontology

Ontology repository for the NLighten Project
1 stars 1 forks source link

Does eagle-i automatically capitalize preferred labels on created resources? #36

Closed marijane closed 6 years ago

marijane commented 6 years ago

All the properties are capitalized in this view, but none of the labels or preferred labels for these resources are capitalized in the ontology or the application layer.

screen shot 2017-12-12 at 1 42 28 pm

nicolevasilevsky commented 6 years ago

I don't think the software automatically capitalizes the labels, I think that is why we had the app file in the past, so we could add the capitals. Not sure why it is doing it here.

skcheng commented 6 years ago

I confirmed in the code... the application does capitalize the first letter in the view mode in SWEET (InstanceWidgetUtils.createLabel). I'm not sure why this isn't the case for the edit mode. It could be a bug and we've always just happened to have added annotations for app:preferredLabel that was capitalized.

nicolevasilevsky commented 6 years ago

interesting!

marijane commented 6 years ago

Nice to have confirmation that the software is doing this. Thanks, @skcheng!