WikiClientLibrary currently misses BuiltInDataTypes for Wikidata’s lexicographical data.
As far as I can tell, basically three new definitions of the data types, plus a more general implementation of EntityIdFromJson+EntityIdToJson is needed.
See my quick-and-dirty implementation of those (also including a copy-paste of the inaccessible internal sealed DelegatePropertyType from the library) which seems to work fine.
WikiClientLibrary currently misses
BuiltInDataTypesfor Wikidata’s lexicographical data.As far as I can tell, basically three new definitions of the data types, plus a more general implementation of
EntityIdFromJson+EntityIdToJsonis needed.See my quick-and-dirty implementation of those (also including a copy-paste of the inaccessible
internal sealedDelegatePropertyTypefrom the library) which seems to work fine.