dice-group / SAIM

LIMES GUI
GNU Affero General Public License v3.0
3 stars 3 forks source link

Uppercase and multiple values not shown properly in InstanceInfoPanel #24

Open KonradHoeffner opened 11 years ago

KonradHoeffner commented 11 years ago

If you look at http://linkedgeodata.org/page/triplify/node26847706 in the InstanceInfoPanel you see that

IHMO the uppercase display should be corrected, the language tags be shown somehow and multiples values for the same property should be shown vertically, not horizontally.

KLyko commented 11 years ago

This is due to the fact, that we preprocess every property with a conversion to lowercase and without language tags on default. The user is free to correct this by double clicking on a property in the graph panel. The InstanceInfoPanel just displays the data as Limes was ment to deal with it

KonradHoeffner commented 11 years ago

In this case what do you think about adding a notice like "property value preprocessed with lowercase, [additional used filters]"?