* Faux data properties
* Use not disjointed classes for faux properties domain and range options
* Fix faux object property shadowing real property
List faux data properties
List faux properties which base properties domain don't match current subject
* Write exception to log in VClassDaoJena
* filter faux properties returned in possiblePropInstForIndividual
* safety checks added
* extracted getBaseLabel method, fixed base labels for data properties
* fix for prev commit
* Formatting fixes
* More formatting fixes
* More formatting fixes
* More formatting fixes
* More formatting fixes
* More formatting fixes
Co-authored-by: Georgy Litvinov <georgy.litvinov@tib.eu>
* renamed I18nBundle
* added I18nBundle interface
* Added translation provider
* prototype of TranslationConverter
* convert all properties
* fixes
* added caching
* Removed obsolete code
* Improved logging
* fixed getting already existing label
* Fix to get RDF Service for configuration models
* fix translation request query
* added INTERFACE_I18N_FIRSTTIME_BACKUP model
* converter test added
* formatting fixes
* Translation provider tests added
* cleanups, added cache test for translation provider
* fix: get theme info from web app dao factory as sparql queries on both content and configuration models not supported
* Add select query document modifier with dynamic target field; use locale-specific sort fields when available.
* Add i18nized labels to index for autocomplete
* Remove lowercasing from label query
* Improved document modifier for multilingual field with defined suffix name
* Improved document modifier for multilingual field with defined suffix name
* refact: reverted access modifier changes
* Lowercase label in documentModifierI18nSort in case old solr schema is used which doesn't have lowercase filter
* fix: fixed queries and locale names
* fix: renamed new document modifier
* fix: use linkedHashMap to retain map sort fields order
* refact: extracted buildAndExecuteVClassQuery(List<String> classUris, int page, int pageSize, String alpha, VitroRequest vreq)
* fix: removed unused import
* fix: constant name aligned with other suffix
Co-authored-by: Brian Lowe <brian@ontocale.com>
* fix: retain language tags on editing data properties with backend editor
* fix: replace label in backend editor in default language. Avoid side effect of removing all other labels.