[04:54:13] Newsletter 66: Typed lists are too loooong - some technical discussion around the format of Wikifunctions https://meta.wikimedia.org/wiki/Abstract_Wikipedia/Updates/2022-04-01 [19:33:33] A solution to this can be the implementation of functions for the construction of lists. (re @wmtelegram_bot: Newsletter 66: Typed lists are too loooong - some technical discussion around the format of Wikifunctions https://me...) [19:34:44] rdf:list, rdf:first, rdf:rest and rdf:nil are used to define lists in semantic resources. Wikifunctions can reproduce this. [21:05:29] Could it be an option to include the type of list as the first element in the list? It's a bit of a hack though and requires special treatment to skip index 0 when working with the list:` ["string", "hello", "foo", "bye"]`