Wikifunctions
wikifunctionswiki
https://www.wikifunctions.org/wiki/Wikifunctions:Main_Page
MediaWiki 1.47.0-wmf.7
first-letter
Media
Special
Talk
User
User talk
Wikifunctions
Wikifunctions talk
File
File talk
MediaWiki
MediaWiki talk
Template
Template talk
Help
Help talk
Category
Category talk
TimedText
TimedText talk
Module
Module talk
Translations
Translations talk
Event
Event talk
Wikifunctions:Project chat
4
1184
285303
284856
2026-06-21T20:11:15Z
Hogü-456
617
/* Wikifunctions & Abstract Wikipedia Newsletter #253 is out: The or not the, this is (the?) question */ Reply
285303
wikitext
text/x-wiki
{{shortcut|[[WF:CHAT]]|[[WF:PC]]|[[WF:VP]]}}
__NEWSECTIONLINK__
[[Category:Help]] <!-- please do not remove this line -->
Welcome to the Project chat, a place to discuss any and all aspects of Wikifunctions: the project itself, policy and proposals, individual data items, technical issues, etc.
Other places to find help:
* [[Wikifunctions:Administrators' noticeboard]]
* [[Wikifunctions:Report a technical problem]]
* [[Wikifunctions:FAQ]]
{{Autoarchive resolved section
|age = 1
|archive = ((FULLPAGENAME))/Archive/((year))/((month:##))
|timeout=30
}}
{{Archives|{{#tag:div|<br />{{Flatlist|{{Special:PrefixIndex/WF:Project chat/Archive/|stripprefix=1|hideredirects=1}}
|class=mw-collapsible-content|style=font-size:92%;}}|class="mw-collapsible mw-collapsible-toggle mw-collapsed"}}
|prefix=WF:Project chat/Archive/
}}
== [[Z35298]] ==
Does anyone know what the problem with this implementation is? [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 21:14, 18 May 2026 (UTC)
:There is a bug that doesn't allow Python implementation to return nested lists. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 05:31, 19 May 2026 (UTC)
::Is there a Phabricator task for this? Searching through them is hell. — [[User:Theki|rae<sup>5e</sup>]] <[[User talk:Theki|talk]]> 03:22, 20 May 2026 (UTC)
:::A bit of time ago I opened [[phab:T392750]], which is very similar to this issue. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 05:26, 20 May 2026 (UTC)
::I don’t think there is a general problem with returning nested lists. There is a problem with not taking into account the declared type for a nested list, which is an issue only for types with custom conversion. There is an equivalent issue on the input side, applicable to all “generic types” that are nested, including typed lists: [[:phab:T417266]]. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:39, 16 June 2026 (UTC)
== How to handle items without lexemes ==
NLG functions relay heavily on the presence of lexemes associated to items on Wikidata. But we know that not all the Wikidata items have an associated lexeme. There are multiple reasons why an item does not have an associated lexeme, like:
# The lexeme has not been created yet
# The item represents a place
# The item represents a person
# The item represents a specific concept that can only be expressed by a specific combination of words that cannot be [[Wikidata:Wikidata:Lexicographical data/Notability|notable]] (like {{Q|Q61220733}}).
My doubt is: what should we do with this fourth category? For many languages, just using the Wikidata item label is not possible, since it is necessary to conjugate the words or to retrieve grammatical information like the gender. What should we do? [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 16:09, 23 May 2026 (UTC)
:In that particular example, I think the thing to do is read its {{P|279}}: {{Q|21191270}}, then have some kind of heuristic based on that which says to take its {{P|8345}} and attach that Item's label to a Form of the word for "episode". In general, synthesising Lexemes for proper nouns is one of the problems that [[abstract:User:Dv103/Abstract_articles_architectures|proposals in your list here]] will have to address. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 22:59, 23 May 2026 (UTC)
[[File:Wikidata content 2024.svg|thumb|Content of Wikidata by type]]
::{{ping|Dv103}} very good point.
::For your point 2, it depends of the place but I think that quite often a lexeme can be created (most "Administrative territorial entity", most geographical entity, etc.). And with 3, your can add a lot of types (see pie chart) : Scholarly article, Human (with a very few exception), Wikimedia Category, Disambig, etc. which is (rough estimation) 2/3 of Wikidata items.
::A common rule (in dictionaries since forever and in Lexemes) is to not create an entry which is the "sum of its part". In this case, "Star Trek episode" is just episode + Star Trek, nothing more than its part. So logically, as {{U|YoshiRulz}} said, when no corresponding lexeme is found, the item should be decomposed the same way, the hard part is to know how to decompose it as the property will vary ; P31 and P279 are an obvious start but beyond that, I'm not sure we could find a general solution.
::PS: it's beyond you question but there is also the reverse problem, how to select one lexeme when multiple are linked to the same item...
::Cheers, [[User:VIGNERON|VIGNERON]] ([[User talk:VIGNERON|talk]]) 10:43, 24 May 2026 (UTC)
:::For the point 2, I think humans will be used way more than scholarly articles and disambiguations in NLG functions (outside references), that's why humans concern me more (still a cool pie chart, though).
:::For the reverse problem, there is already {{Z|Z27327}}: it's far from perfect, but usually makes a decent choice. Obviously it is not "complete", and probably it will never be complete, but it will have to be progressively improved by the community. And probably in the future we will need to create similar functions to select the best lexeme in more specific cases.
:::For my fourth point, I didn't think about the decomposition, but it is something that could be done with another never-complete community-mantained function, that progressively keeps being improved. If [[Wikifunctions:Type proposals/Semantic unit|semantic units]] will be implemented, through them it could actually be possible to do this operation in a laguage-independent way. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 12:10, 24 May 2026 (UTC)
::{{re|YoshiRulz}} Proper noun synthesis, along with other fallbacks for realizing the names of concepts that don't have lexemes, is merely a step within the overall abstract content rendering process and is not inherently tied to the process itself; having the ability to [https://gitlab.com/mahir256/ninai/-/blob/main/ninai/graph/client.py#L327 run any number of fallback mechanisms], instead of a raw call to (the equivalent of) Z27327, should be possible with any of the methods listed on the architectures page. [[User:Mahir256|Mahir256]] ([[User talk:Mahir256|talk]]) 16:41, 24 May 2026 (UTC)
== Wikifunctions & Abstract Wikipedia Newsletter #249 is out: Annual plan 2026-2027 ==
There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it!
In this issue, we present you the current draft of objectives for Wikifunctions and Abstract Wikipedia in the WMF Annual Plan 2026-2027, and we take a look at the latest software developments.
Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]!
Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:48, 25 May 2026 (UTC)
<!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 -->
:The new <code>return_type</code> param to [[Special:ListObjectsByType]] will show Functions returning e.g. {{Z|27951}} and {{Z|882}} if those are typed in manually, but the dropdown menu doesn't offer them, probably because it's a copy of the dropdown above (and there are no Persistent objects of those Types). [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 10:12, 26 May 2026 (UTC)
::@[[User:YoshiRulz|YoshiRulz]]: Correct, it's filtering for Types, which includes "real" enums like [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&return_type=Z20342&orderby=name Day of Roman year (Z20342)]; light-weight enums have downsides as well as upsides, of which this is one. :-( [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 14:39, 1 June 2026 (UTC)
:::I assume you mean {{Z|17402}}, since {{Z|20342}} is not an enumeration type? But I never mentioned enums: My hypothesis is that a Type appears in the dropdown iff there is a Persistent object of that type (<code>Z2K2.Z1K1</code>). Whereas I would expect a Type to appear in the dropdown iff there are any Functions which return objects of that type (<code>Z2K2.Z8K2</code>). Or just show every Type in the return type dropdown, since [[Special:ListObjectsByType/Z39|you already have a "no results" message]]. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 16:53, 1 June 2026 (UTC)
::::@[[User:YoshiRulz|YoshiRulz]]: Yes, you are correct, the concept of a Type here means "there is a Persistent object of that type". Other things (in practice, light-weight enums like Z27951) aren't Types. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 16:57, 1 June 2026 (UTC)
== Type documentation template ==
Over the past couple of weeks, I've been developing and rolling out {{t|type documentation}}: a standardised layout for Type metadata, de/constructors, conversions, etc. on each Type's talk page. (The layout is loosely based on [[d:Template:Property documentation|Wikidata's]].) See [[Talk:Z16683|Integer]] for an example that uses most of its features, and [[Talk:Z99|Quote]] for one that doesn't.<br>At this point I can't think of anything more to add besides [[Help:Comparison_function_table/float64|filling out]] a couple more [[Help:Type_conversion_table/Codepoint|tables]]. But if any of you have ideas or feedback, please click through to the relevant talk page and leave me a message. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 12:29, 26 May 2026 (UTC)
:I really like what you're doing here. Thank you. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 13:26, 26 May 2026 (UTC)
:Yeah, nice work! I don’t think “Function declarations” is the best header for the collapsed table of searches by function signature, however. Now that it’s finally landed, we should probably include https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&return_type=Z16683 as well (outside the table). [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 16:23, 26 May 2026 (UTC)
== Apparent error in implementations of {{Z|20616}} ==
Please can I request help in how to understand a bug? Sorry if this is not the best place to ask.
I created lexemes [[d:Lexeme:L1566135|langue morte L1566135]] in French and [[d:Lexeme:L1566139|lengua muerta L1566139]] in Spanish, with property {{P|5185}} set to {{Q|Q1775415}} in each case. {{Z|20616}} should return a list of the grammatical genders of a given lexeme. It has two implementations, {{Z|Z20641}} and {{Z|Z21127}}, each of which works perfectly in the French case, returning a list containing Q1775415. But in the Spanish case, each of the two implementations wrongly returns an empty list. I cannot understand what is going wrong. How can I find out what is happening here? I would be grateful for any help or advice. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 13:56, 26 May 2026 (UTC)
:Both implementations return [https://www.wikifunctions.org/wiki/Z20616?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z20616%22%2C%22Z20616K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6825%22%2C%22Z6825K1%22%3A%7B%22Z1K1%22%3A%22Z6095%22%2C%22Z6095K1%22%3A%22L1566139%22%7D%7D%7D the same result]. As you added the gender only yesterday, I suppose it must have still been looking at a cached version of the lexeme from before that edit. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 16:06, 26 May 2026 (UTC)
::Thank you for answering. Yes, it works now. I thought it might have been something like that, but I waited more than 12 hours before testing it again today. I think that whenever SPARQL is in use, there will be caching issues, and it is a very bad problem. Is there any way of clearing the cache, or knowing when the cache will next be cleared, or how long it is necessary to wait before the changes come through? [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 18:59, 26 May 2026 (UTC)
:::Well, it depends on the cache. “Wikidata entities in the orchestrator cache timeout after 24 hours” [https://t.me/Wikifunctions/28369 according to] @[[User:DMartin (WMF)|DMartin (WMF)]]. There is currently no way to clear that. I don’t think we have a handy guide to the different caches in operation, but the “general” function-call cache should be reset for a particular function when that function is edited. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 22:05, 26 May 2026 (UTC)
::::I think this is very unfortunate for anyone doing tests in Wikifunctions. So there is a 24-hour delay even applying to changes in Wikidata due to the Wikifunctions orchestrator cache, apart from any other caches such as the SPARQL one. I notice that an intermediate-level call using the [[d:Lexeme:L1566139|lengua muerta L1566139]] lexeme change, {{Z|33725}}, now works on "latín es una lengua muerta.", but the top-level call {{Z|26039}} still does not find the correct gender. If I test the function every 12 hours, does that mean that the erroneous result will be produced for ever, because it will always take the bad value less than 24 hours old from the cache? [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 13:45, 27 May 2026 (UTC)
:::::I can only sympathize.
:::::It seems to me that [https://www.wikifunctions.org/wiki/Z26039?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z26039%22%2C%22Z26039K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q397%22%7D%2C%22Z26039K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q45762%22%7D%2C%22Z26039K3%22%3A%22Z1003%22%7D this has been correct] for a couple of days. But in the general case, no, repeated use of cached results does not re-start the clock. That would indeed be most unfortunate! [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 13:59, 27 May 2026 (UTC)
::::::It still doesn't work for me, it says "latín es un lengua muerta." But the test on the top-level implementation page, {{Z|33725}}, does work now. By the way, really it should say "el latín es una lengua muerta.", but that is another issue. Anyway, thanks a lot for your help. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 14:06, 27 May 2026 (UTC)
:::::::Ah, yes… my mistake, sorry.
:::::::It should be [https://www.wikifunctions.org/view/en/Z26039?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z26039%22%2C%22Z26039K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q397%22%7D%2C%22Z26039K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q45762%22%7D%2C%22Z26039K3%22%3A%22Z1003%22%7D consistent now]. The “couple of days” is the clue here; we were getting a result from the function-call cache and this has now been refreshed by my edit. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 14:25, 27 May 2026 (UTC)
::::::::Yes, it all works now. Thanks. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 14:54, 27 May 2026 (UTC)
== Vote now in the 2026 U4C election ==
<section begin="announcement-content" />
Eligible voters are asked to participate in the 2026 [[m:Special:MyLanguage/Universal_Code_of_Conduct/Coordinating_Committee|Universal Code of Conduct Coordinating Committee]] election. More information–including an eligibility check, voting process information, candidate information, and a link to the vote–are available on Meta at the [[m:Special:MyLanguage/Universal_Code_of_Conduct/Coordinating_Committee/Election/2026|2026 Election information page]]. The vote closes on 2 June 2026 at [https://zonestamp.toolforge.org/1780358400 00:00 UTC].
Please vote if your account is eligible. Results will be available by 14 June 2026. -- In cooperation with the U4C,<section end="announcement-content" />
[[m:User:Keegan (WMF)|Keegan (WMF)]] ([[m:User talk:Keegan (WMF)|talk]]) 17:14, 27 May 2026 (UTC)
<!-- Message sent by User:Keegan (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Distribution_list/Global_message_delivery&oldid=30513860 -->
== [[Z35880]] ==
The code of this implementation is adapted directly from [https://github.com/sutton-signwriting/core/blob/master/src/swu/swu-re.js]. I'm not sure why this function only works for "null" and "sort". Every other input causes the function to return [[Z577]]. Does anyone know what could be going on here? [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 21:47, 30 May 2026 (UTC)
:Could you creade testcases showing this? [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 21:55, 30 May 2026 (UTC)
::I determined that this problem was due to a problem with UTF encoding, and it has since been resolved. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 18:11, 31 May 2026 (UTC)
== Continued WASI runner problems ==
I've continued to experience {{z|576}} on {{z|35904}}, despite [[phab:T419933|the purported fix]]. See {{z|35945}}. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 18:29, 31 May 2026 (UTC)
:A possibly related issue while trying to add more rows in these articles :
:1. https://abstract.wikipedia.org/view/en/Q16038495
:2. https://abstract.wikipedia.org/view/en/Q13581178
:So, I stopped at 2 rows. [[User:Jsamwrites|John Samuel]] 20:40, 31 May 2026 (UTC)
== Wikifunctions & Abstract Wikipedia Newsletter #250 is out: Looking back and forward ==
There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it!
In this issue, we present you a recollection of our work so far, now that we celebrate our 250th newsletter, we share with you a summary of our latest outreach activities, and we take a look at the latest software developments.
Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]!
Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:04, 1 June 2026 (UTC)
<!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 -->
== Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia ==
There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it!
In this issue, we introduce our first function to import images on Abstract Wikipedia, we present our Functions of the Week, and we take a look at the latest software developments.
Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]!
Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1780939800 June 8, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]).
Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:14, 5 June 2026 (UTC)
<!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 -->
== Questions on a simple fragment example "The Eiffel Tower is a monument" ==
Hello. I would like to be able to use the function {{Z|Z26039}} to generate sentences like "the Eiffel Tower is a monument" or "la torre Eiffel es un monumento" in Spanish. It already raises a lot of questions.
Question 1: I should be able to set the first input "entity" to {{Q|Q243}} and the second input "class" to {{Q|Q4989906}} and get the correct sentence, shouldn't I? Just checking.
Question 2: {{Z|Z26039}} calls a language-specific function like "Spanish article-less instantiating sentence" {{Z|Z26337}}, which uses the label of the Wikidata item to get the text for "Eiffel Tower", which is similar to the lemma of the lexeme. But this would not be acceptable in production, would it? The item label "belongs" to all Wikidata users, not to Abstract Wikipedia users, and there is no guarantee what it might contain, such as a parenthesis for disambiguation. Or am I wrong?
Question 3a: We need to have a lexeme for the combination "Eiffel Tower" in each language, don't we? For instance in languages with gender, the lexeme is the only place to find the gender. It is true that if we know that the equivalent of "Tower" is the head word, syntactical information can be found under the lexeme for "tower", and it would be good to use a system like that. But the only place that the syntactic dependency information could be located is under the lexeme.
Question 3b: At present for {{Z|Z26039}} etc. to work, we have to add any forms or syntax information to the lexeme of the whole phrase, such as "Eiffel Tower". But property {{Q|P5238}} with attributes {{Q|P9763}} and {{Q|P9764}} can be used to define the structure and avoid duplicating the syntax information. What lexeme would be used for "Eiffel" in this case? Would it be the same as a lexeme for {{Q|Q20882}}? That makes no sense to me. I propose that there should be a dummy lexeme in each language which could be added to {{Q|P5238}} instead of a real lexeme to mean "invariant element".
Question 4: As has already been pointed out elsewhere, the fragment functions do not work well with the initial definite article in languages like English, Spanish and German. Examples:
* "'''The Eiffel Tower is a monument.'''" The item label "Eiffel Tower" omits the article and so the result omits the initial "The" in English. French, Spanish and German are similar.
* "'''The Sun is a star.'''" Similarly the article is wrongly omitted, also in French, Spanish and German.
* "'''Westminster Abbey is a monument.'''" This is OK in English and German as no article is needed, but not in French or Spanish where it is, for instance "La Abadía de Westminster es un monumento".
* "'''Latin is a dead language.'''" Also this is OK in English and German but not in French or Spanish, where an article is needed.
* "'''Jupiter is a planet.'''". This does not need an article and is OK in all the languages; I include this to show that you cannot assume that there is an article in all cases in French and Spanish.
How should the language functions find out whether an article is needed? In some cases, where the lemma is a phrase like "Abadía de Westminster" in Spanish, I think that it could be deduced, but in general there is no rule to give the answer. Using different rendering functions according to the case is '''not''' a solution, although it might work for a few specific languages like these four. It would not be acceptable because there will be many, many other cases of syntactical choices to be made for all the different languages, and we cannot expect the person writing the abstract code to take them all into account. So I suppose that a declaration in the lexeme is needed to solve this problem. I suppose that there must already be linguistic terminology for this problem, but I don't know it.
I would be grateful for any comments on any of these questions. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 15:02, 5 June 2026 (UTC)
:@[[User:Strobilomyces|Strobilomyces]] I think this topic is better placed at [[abstract:Abstract Wikipedia:Project chat|Abstract Wikipedia:Project chat]], so I copied your topic there, and answered it there too. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 22:07, 8 June 2026 (UTC)
::OK, sorry about that. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 17:03, 9 June 2026 (UTC)
:1. Yes.
:2. It depends on the language, but it is no bad thing if the subject of the sentence recapitulates the article title, ideally shorn of disambiguators. The difficulty is that item labels and article titles are simply text, so there is no guarantee that they can be parsed sufficiently well in any given language.
:3a. Conceptually, this is true, but we must assume that it won’t happen. That means we have to construct the lexeme for any given language, and this will be discussed at the [[Wikifunctions:NLG SIG#Upcoming meeting]] on Tuesday. In the special case where the item’s linguistic form is consistently some kind of modified head noun, it may be appropriate to capture this as a qualified {{Q|P279}} relationship (the Eiffel Tower is classed as a monument but named as a tower, for example).
:3b. It’s complicated, yes, but I believe all this needs to be considered as part of the above mentioned lexeme-construction process.
:4. Yes, this is a stubborn problem, being partly context and partly custom. In English, the general rule is that names resist determiners. That implies the need to distinguish names from other proper nouns. “Mercury” is a name but “sun” and “moon” are ordinary nouns made proper by the definite article (although, exceptionally, this may be elided for “the Earth”, presumably influenced by the Sun’s other planets having names). More generally, as has been noted, the rules vary by language, so the distinction must be made at that level. The general rule for a particular language would typically apply according to the item’s class (country, language, construction…) but per-language exceptions are a case for lexicographic properties (because they are details exposed by Wikifunctions but required more generally, like the fact that, even when abbreviated, “the USA” and “the UK” require the definite article, whereas most countries have names that resist it). [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 10:46, 14 June 2026 (UTC)
::See also [[Wikifunctions:Status updates/2026-06-19#The or not the, this is (the?) question]]. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 11:38, 19 June 2026 (UTC)
== Deployment of Legal and Safety Contacts Link in the Footer of Your Wiki ==
Hello community,
The Wikimedia Foundation has provided [[wmf:Legal:Wikimedia Foundation Legal and Safety Contact Information|a single legal and safety contact page]], to be linked in the footer of your wiki, to ensure access to accurate legal information. This is a regulatory requirement.
We have already rolled out links to English, German, Italian, Spanish Wikipedias and other wikis and we will deploy to your wiki soon.
Please [[m:Wikimedia Foundation Legal and Safety Contacts FAQ|read more on the project page]] and leave any comments in this thread or on [[m:Talk:Wikimedia Foundation Legal and Safety Contacts FAQ|the talk page]]. –– [[User:STei (WMF)|STei (WMF)]] ([[User talk:STei (WMF)|talk]]) 17:54, 9 June 2026 (UTC)
:[https://translatewiki.net/w/i.php?title=Special%3ATranslate&showMessage=wikimedia-legal-safety-contacts&group=ext-wikimediamessages&language=qqq&filter=&optional=1&action=translate example text] at translatewiki.net [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 19:32, 19 June 2026 (UTC)
== Apache License 2.0 ==
Hello, Wikifunctions says it uses the Apache 2.0 license for code. Apache 2.0 is incompatible with GPLv2 only and some other licenses, and I would like to be able to use Wikifunctions with software that uses incompatible licenses with Apache 2.0. Is there any plans to fix this incompatibility or relicense Wikifunctions code? Thanks! [[User:A random Wikipedian in the billions|A random Wikipedian in the billions]] ([[User talk:A random Wikipedian in the billions|talk]]) 11:49, 12 June 2026 (UTC)
:@[[User:A random Wikipedian in the billions|A random Wikipedian in the billions]]: No. The licence was picked very carefully based on the way it needs to integrate with other systems, principally Wikipedias and Wikidata. Changing the licence would ba a major, breaking undertaking. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 11:52, 12 June 2026 (UTC)
:Just out of curiousity: what software would you like to use it with? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 23:19, 12 June 2026 (UTC)
== Wikifunctions & Abstract Wikipedia Newsletter #252 is out: Improved loading and display of Test results ==
There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-12|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it!
In this issue, we present you an improvement in loading and display of Test results, we talk about our next events, and we take a look at the latest software developments.
Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]!
Also, we remind you that Denny will lead a discussion on the [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|new NLG types]] in the next '''Natural Language Generation Special Interest Group meeting''', that will be held on '''[https://zonestamp.toolforge.org/1781625600 June 16, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]).
Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:29, 12 June 2026 (UTC)
<!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 -->
== June 2026 Wikimedia Café meetups regarding the English Wikipedia Editor Reflections project ==
<div class="border-box" style="background-color: var(--background-color-warning-subtle, #f8eaba); max-width: 875px; padding: 5px; border: 1px solid black; margin: 5px; color: var(--clr-dark)">
<div class="box" style="float:left; padding-top: 10px; padding-right: 10px; padding-left: 10px; padding-bottom: 10px;">[[File:Wikimedia Café logo in plain SVG format.svg|60px|alt=The logo for the Wikimedia Café]]</div>
Hello! There will be two '''[https://meta.wikimedia.org/wiki/Wikimedia_Caf%C3%A9 Wikimedia Café]''' discussion opportunities during the last weekend of June. Both sessions will focus on the [https://en.wikipedia.org/wiki/Wikipedia:Editor_reflections English Wikipedia Editor Reflections project]. The featured guest in the Café will be [https://en.wikipedia.org/wiki/User:Clovermoss User:Clovermoss]. Participants may attend either or both sessions.
#'''27 June 2026 15:00 UTC''' ([https://zonestamp.toolforge.org/1782572400 timestamp converter]), at a time friendly to the Americas, Africa, and Europe
#'''28 June 2026 03:00 UTC''' ([https://zonestamp.toolforge.org/1782615600 timestamp converter]), at a time friendly to Asia and the Pacific
Please see the Café page for more information, including [https://meta.wikimedia.org/wiki/Wikimedia_Caf%C3%A9#How_to_attend_the_session how to register]!
<br />
[[File:Buntstifte Eberhard Faber crop 64h.jpg|860px|alt=cropped image of colored pencils]]</div>
<span style="white-space:nowrap;">[[User:Pine|<span style="color:#01796f; text-shadow:#00BFFF 0 0 1.0em">↠Pine</span>]] [[User talk:Pine|<span style="color:DeepSkyBlue">(<b style="color:#FFDF00;text-shadow:#FFDF00 0 0 1.0em">✉</b>)</span>]]</span> 03:55, 15 June 2026 (UTC)
== I did something stupid, can I undo it? ==
Hello, I created a function (Z36415)
I thought it would be in my user namespace because I put a prefix in the name. However, putting prefixes in the name didn't work for functions and I created it globally. Is there any way to rename it or remove it?.
[[User:A random Wikipedian in the billions|A random Wikipedian in the billions]] ([[User talk:A random Wikipedian in the billions|talk]]) 12:08, 15 June 2026 (UTC)
:[[WF:RFD]] please. {{Z|10119}} is available if you need to do testing. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 12:10, 15 June 2026 (UTC)
::Thanks! [[User:A random Wikipedian in the billions|A random Wikipedian in the billions]] ([[User talk:A random Wikipedian in the billions|talk]]) 12:17, 15 June 2026 (UTC)
== Wikifunctions & Abstract Wikipedia Newsletter #253 is out: The or not the, this is (the?) question ==
There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-19|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it!
In this issue, we present you a delicate question regarding grammatical framework, we talk about our next events and about the results of our latest online meetings, we discuss news about Types, and we take a look at the latest software developments.
Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]!
Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:34, 19 June 2026 (UTC)
<!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30701693 -->
:<blockquote>We also have two Functions, {{Z|Z32645}} and {{Z|Z32935}}, which both aim to answer whether an Item needs a definite article or not [...] but neither of these seem to be integrated into the ways that Functions are actually used on Abstract Wikipedia, as can be seen ''e.g.'' on [[abstract:Q243|the article for the Eiffel Tower]].</blockquote> One of the connected Implementations uses it for the subject and location, and the other uses it for the location only. There was no heuristic in [[Z32645]] for buildings, so I added [[Z36580|a new Implementation]] with an extra branch, but even my optimised [[Z36556|subclass checks for buildings]] are timing out. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 05:03, 20 June 2026 (UTC)
::I am not familiar with english rules for it. In German I am not able to explain a rule working every time about how to decide if an article is needed before a noun or not. So I think it is a case where it is better to look at such cases and then let a user with knwoledge in the language decide what is the correct function for a specific language. From my point of view it can be helpful to modify the functions to make a user based modification afterwards easier. This can be maybe done through optional arguments what give the possibility to modify specific forms if necessary without the necessity to fill it out every time a function is used. From my point of view the question raised in the newsletter shows how important the check of the output through an language speaker with an advanced level of understanding is. Languages can include complicated rules or exemptions what are necessary to pay attention and hard to implement in code without deep knwoledge of an language. At the moment I prefer language specific large functions generating whole sections of articles. As it seems to me difficult to implement the edge cases of every language in the language specific fragment functions. [[User:Hogü-456|Hogü-456]] ([[User talk:Hogü-456|talk]]) 20:11, 21 June 2026 (UTC)
9fb83gkwg5ewfmoly7eej4kse0krklw
285305
285303
2026-06-21T20:34:06Z
YoshiRulz
10156
/* Wikifunctions & Abstract Wikipedia Newsletter #253 is out: The or not the, this is (the?) question */ Reply
285305
wikitext
text/x-wiki
{{shortcut|[[WF:CHAT]]|[[WF:PC]]|[[WF:VP]]}}
__NEWSECTIONLINK__
[[Category:Help]] <!-- please do not remove this line -->
Welcome to the Project chat, a place to discuss any and all aspects of Wikifunctions: the project itself, policy and proposals, individual data items, technical issues, etc.
Other places to find help:
* [[Wikifunctions:Administrators' noticeboard]]
* [[Wikifunctions:Report a technical problem]]
* [[Wikifunctions:FAQ]]
{{Autoarchive resolved section
|age = 1
|archive = ((FULLPAGENAME))/Archive/((year))/((month:##))
|timeout=30
}}
{{Archives|{{#tag:div|<br />{{Flatlist|{{Special:PrefixIndex/WF:Project chat/Archive/|stripprefix=1|hideredirects=1}}
|class=mw-collapsible-content|style=font-size:92%;}}|class="mw-collapsible mw-collapsible-toggle mw-collapsed"}}
|prefix=WF:Project chat/Archive/
}}
== [[Z35298]] ==
Does anyone know what the problem with this implementation is? [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 21:14, 18 May 2026 (UTC)
:There is a bug that doesn't allow Python implementation to return nested lists. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 05:31, 19 May 2026 (UTC)
::Is there a Phabricator task for this? Searching through them is hell. — [[User:Theki|rae<sup>5e</sup>]] <[[User talk:Theki|talk]]> 03:22, 20 May 2026 (UTC)
:::A bit of time ago I opened [[phab:T392750]], which is very similar to this issue. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 05:26, 20 May 2026 (UTC)
::I don’t think there is a general problem with returning nested lists. There is a problem with not taking into account the declared type for a nested list, which is an issue only for types with custom conversion. There is an equivalent issue on the input side, applicable to all “generic types” that are nested, including typed lists: [[:phab:T417266]]. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:39, 16 June 2026 (UTC)
== How to handle items without lexemes ==
NLG functions relay heavily on the presence of lexemes associated to items on Wikidata. But we know that not all the Wikidata items have an associated lexeme. There are multiple reasons why an item does not have an associated lexeme, like:
# The lexeme has not been created yet
# The item represents a place
# The item represents a person
# The item represents a specific concept that can only be expressed by a specific combination of words that cannot be [[Wikidata:Wikidata:Lexicographical data/Notability|notable]] (like {{Q|Q61220733}}).
My doubt is: what should we do with this fourth category? For many languages, just using the Wikidata item label is not possible, since it is necessary to conjugate the words or to retrieve grammatical information like the gender. What should we do? [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 16:09, 23 May 2026 (UTC)
:In that particular example, I think the thing to do is read its {{P|279}}: {{Q|21191270}}, then have some kind of heuristic based on that which says to take its {{P|8345}} and attach that Item's label to a Form of the word for "episode". In general, synthesising Lexemes for proper nouns is one of the problems that [[abstract:User:Dv103/Abstract_articles_architectures|proposals in your list here]] will have to address. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 22:59, 23 May 2026 (UTC)
[[File:Wikidata content 2024.svg|thumb|Content of Wikidata by type]]
::{{ping|Dv103}} very good point.
::For your point 2, it depends of the place but I think that quite often a lexeme can be created (most "Administrative territorial entity", most geographical entity, etc.). And with 3, your can add a lot of types (see pie chart) : Scholarly article, Human (with a very few exception), Wikimedia Category, Disambig, etc. which is (rough estimation) 2/3 of Wikidata items.
::A common rule (in dictionaries since forever and in Lexemes) is to not create an entry which is the "sum of its part". In this case, "Star Trek episode" is just episode + Star Trek, nothing more than its part. So logically, as {{U|YoshiRulz}} said, when no corresponding lexeme is found, the item should be decomposed the same way, the hard part is to know how to decompose it as the property will vary ; P31 and P279 are an obvious start but beyond that, I'm not sure we could find a general solution.
::PS: it's beyond you question but there is also the reverse problem, how to select one lexeme when multiple are linked to the same item...
::Cheers, [[User:VIGNERON|VIGNERON]] ([[User talk:VIGNERON|talk]]) 10:43, 24 May 2026 (UTC)
:::For the point 2, I think humans will be used way more than scholarly articles and disambiguations in NLG functions (outside references), that's why humans concern me more (still a cool pie chart, though).
:::For the reverse problem, there is already {{Z|Z27327}}: it's far from perfect, but usually makes a decent choice. Obviously it is not "complete", and probably it will never be complete, but it will have to be progressively improved by the community. And probably in the future we will need to create similar functions to select the best lexeme in more specific cases.
:::For my fourth point, I didn't think about the decomposition, but it is something that could be done with another never-complete community-mantained function, that progressively keeps being improved. If [[Wikifunctions:Type proposals/Semantic unit|semantic units]] will be implemented, through them it could actually be possible to do this operation in a laguage-independent way. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 12:10, 24 May 2026 (UTC)
::{{re|YoshiRulz}} Proper noun synthesis, along with other fallbacks for realizing the names of concepts that don't have lexemes, is merely a step within the overall abstract content rendering process and is not inherently tied to the process itself; having the ability to [https://gitlab.com/mahir256/ninai/-/blob/main/ninai/graph/client.py#L327 run any number of fallback mechanisms], instead of a raw call to (the equivalent of) Z27327, should be possible with any of the methods listed on the architectures page. [[User:Mahir256|Mahir256]] ([[User talk:Mahir256|talk]]) 16:41, 24 May 2026 (UTC)
== Wikifunctions & Abstract Wikipedia Newsletter #249 is out: Annual plan 2026-2027 ==
There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it!
In this issue, we present you the current draft of objectives for Wikifunctions and Abstract Wikipedia in the WMF Annual Plan 2026-2027, and we take a look at the latest software developments.
Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]!
Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:48, 25 May 2026 (UTC)
<!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 -->
:The new <code>return_type</code> param to [[Special:ListObjectsByType]] will show Functions returning e.g. {{Z|27951}} and {{Z|882}} if those are typed in manually, but the dropdown menu doesn't offer them, probably because it's a copy of the dropdown above (and there are no Persistent objects of those Types). [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 10:12, 26 May 2026 (UTC)
::@[[User:YoshiRulz|YoshiRulz]]: Correct, it's filtering for Types, which includes "real" enums like [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&return_type=Z20342&orderby=name Day of Roman year (Z20342)]; light-weight enums have downsides as well as upsides, of which this is one. :-( [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 14:39, 1 June 2026 (UTC)
:::I assume you mean {{Z|17402}}, since {{Z|20342}} is not an enumeration type? But I never mentioned enums: My hypothesis is that a Type appears in the dropdown iff there is a Persistent object of that type (<code>Z2K2.Z1K1</code>). Whereas I would expect a Type to appear in the dropdown iff there are any Functions which return objects of that type (<code>Z2K2.Z8K2</code>). Or just show every Type in the return type dropdown, since [[Special:ListObjectsByType/Z39|you already have a "no results" message]]. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 16:53, 1 June 2026 (UTC)
::::@[[User:YoshiRulz|YoshiRulz]]: Yes, you are correct, the concept of a Type here means "there is a Persistent object of that type". Other things (in practice, light-weight enums like Z27951) aren't Types. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 16:57, 1 June 2026 (UTC)
== Type documentation template ==
Over the past couple of weeks, I've been developing and rolling out {{t|type documentation}}: a standardised layout for Type metadata, de/constructors, conversions, etc. on each Type's talk page. (The layout is loosely based on [[d:Template:Property documentation|Wikidata's]].) See [[Talk:Z16683|Integer]] for an example that uses most of its features, and [[Talk:Z99|Quote]] for one that doesn't.<br>At this point I can't think of anything more to add besides [[Help:Comparison_function_table/float64|filling out]] a couple more [[Help:Type_conversion_table/Codepoint|tables]]. But if any of you have ideas or feedback, please click through to the relevant talk page and leave me a message. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 12:29, 26 May 2026 (UTC)
:I really like what you're doing here. Thank you. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 13:26, 26 May 2026 (UTC)
:Yeah, nice work! I don’t think “Function declarations” is the best header for the collapsed table of searches by function signature, however. Now that it’s finally landed, we should probably include https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&return_type=Z16683 as well (outside the table). [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 16:23, 26 May 2026 (UTC)
== Apparent error in implementations of {{Z|20616}} ==
Please can I request help in how to understand a bug? Sorry if this is not the best place to ask.
I created lexemes [[d:Lexeme:L1566135|langue morte L1566135]] in French and [[d:Lexeme:L1566139|lengua muerta L1566139]] in Spanish, with property {{P|5185}} set to {{Q|Q1775415}} in each case. {{Z|20616}} should return a list of the grammatical genders of a given lexeme. It has two implementations, {{Z|Z20641}} and {{Z|Z21127}}, each of which works perfectly in the French case, returning a list containing Q1775415. But in the Spanish case, each of the two implementations wrongly returns an empty list. I cannot understand what is going wrong. How can I find out what is happening here? I would be grateful for any help or advice. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 13:56, 26 May 2026 (UTC)
:Both implementations return [https://www.wikifunctions.org/wiki/Z20616?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z20616%22%2C%22Z20616K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6825%22%2C%22Z6825K1%22%3A%7B%22Z1K1%22%3A%22Z6095%22%2C%22Z6095K1%22%3A%22L1566139%22%7D%7D%7D the same result]. As you added the gender only yesterday, I suppose it must have still been looking at a cached version of the lexeme from before that edit. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 16:06, 26 May 2026 (UTC)
::Thank you for answering. Yes, it works now. I thought it might have been something like that, but I waited more than 12 hours before testing it again today. I think that whenever SPARQL is in use, there will be caching issues, and it is a very bad problem. Is there any way of clearing the cache, or knowing when the cache will next be cleared, or how long it is necessary to wait before the changes come through? [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 18:59, 26 May 2026 (UTC)
:::Well, it depends on the cache. “Wikidata entities in the orchestrator cache timeout after 24 hours” [https://t.me/Wikifunctions/28369 according to] @[[User:DMartin (WMF)|DMartin (WMF)]]. There is currently no way to clear that. I don’t think we have a handy guide to the different caches in operation, but the “general” function-call cache should be reset for a particular function when that function is edited. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 22:05, 26 May 2026 (UTC)
::::I think this is very unfortunate for anyone doing tests in Wikifunctions. So there is a 24-hour delay even applying to changes in Wikidata due to the Wikifunctions orchestrator cache, apart from any other caches such as the SPARQL one. I notice that an intermediate-level call using the [[d:Lexeme:L1566139|lengua muerta L1566139]] lexeme change, {{Z|33725}}, now works on "latín es una lengua muerta.", but the top-level call {{Z|26039}} still does not find the correct gender. If I test the function every 12 hours, does that mean that the erroneous result will be produced for ever, because it will always take the bad value less than 24 hours old from the cache? [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 13:45, 27 May 2026 (UTC)
:::::I can only sympathize.
:::::It seems to me that [https://www.wikifunctions.org/wiki/Z26039?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z26039%22%2C%22Z26039K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q397%22%7D%2C%22Z26039K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q45762%22%7D%2C%22Z26039K3%22%3A%22Z1003%22%7D this has been correct] for a couple of days. But in the general case, no, repeated use of cached results does not re-start the clock. That would indeed be most unfortunate! [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 13:59, 27 May 2026 (UTC)
::::::It still doesn't work for me, it says "latín es un lengua muerta." But the test on the top-level implementation page, {{Z|33725}}, does work now. By the way, really it should say "el latín es una lengua muerta.", but that is another issue. Anyway, thanks a lot for your help. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 14:06, 27 May 2026 (UTC)
:::::::Ah, yes… my mistake, sorry.
:::::::It should be [https://www.wikifunctions.org/view/en/Z26039?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z26039%22%2C%22Z26039K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q397%22%7D%2C%22Z26039K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q45762%22%7D%2C%22Z26039K3%22%3A%22Z1003%22%7D consistent now]. The “couple of days” is the clue here; we were getting a result from the function-call cache and this has now been refreshed by my edit. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 14:25, 27 May 2026 (UTC)
::::::::Yes, it all works now. Thanks. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 14:54, 27 May 2026 (UTC)
== Vote now in the 2026 U4C election ==
<section begin="announcement-content" />
Eligible voters are asked to participate in the 2026 [[m:Special:MyLanguage/Universal_Code_of_Conduct/Coordinating_Committee|Universal Code of Conduct Coordinating Committee]] election. More information–including an eligibility check, voting process information, candidate information, and a link to the vote–are available on Meta at the [[m:Special:MyLanguage/Universal_Code_of_Conduct/Coordinating_Committee/Election/2026|2026 Election information page]]. The vote closes on 2 June 2026 at [https://zonestamp.toolforge.org/1780358400 00:00 UTC].
Please vote if your account is eligible. Results will be available by 14 June 2026. -- In cooperation with the U4C,<section end="announcement-content" />
[[m:User:Keegan (WMF)|Keegan (WMF)]] ([[m:User talk:Keegan (WMF)|talk]]) 17:14, 27 May 2026 (UTC)
<!-- Message sent by User:Keegan (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Distribution_list/Global_message_delivery&oldid=30513860 -->
== [[Z35880]] ==
The code of this implementation is adapted directly from [https://github.com/sutton-signwriting/core/blob/master/src/swu/swu-re.js]. I'm not sure why this function only works for "null" and "sort". Every other input causes the function to return [[Z577]]. Does anyone know what could be going on here? [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 21:47, 30 May 2026 (UTC)
:Could you creade testcases showing this? [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 21:55, 30 May 2026 (UTC)
::I determined that this problem was due to a problem with UTF encoding, and it has since been resolved. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 18:11, 31 May 2026 (UTC)
== Continued WASI runner problems ==
I've continued to experience {{z|576}} on {{z|35904}}, despite [[phab:T419933|the purported fix]]. See {{z|35945}}. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 18:29, 31 May 2026 (UTC)
:A possibly related issue while trying to add more rows in these articles :
:1. https://abstract.wikipedia.org/view/en/Q16038495
:2. https://abstract.wikipedia.org/view/en/Q13581178
:So, I stopped at 2 rows. [[User:Jsamwrites|John Samuel]] 20:40, 31 May 2026 (UTC)
== Wikifunctions & Abstract Wikipedia Newsletter #250 is out: Looking back and forward ==
There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it!
In this issue, we present you a recollection of our work so far, now that we celebrate our 250th newsletter, we share with you a summary of our latest outreach activities, and we take a look at the latest software developments.
Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]!
Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:04, 1 June 2026 (UTC)
<!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 -->
== Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia ==
There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it!
In this issue, we introduce our first function to import images on Abstract Wikipedia, we present our Functions of the Week, and we take a look at the latest software developments.
Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]!
Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1780939800 June 8, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]).
Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:14, 5 June 2026 (UTC)
<!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 -->
== Questions on a simple fragment example "The Eiffel Tower is a monument" ==
Hello. I would like to be able to use the function {{Z|Z26039}} to generate sentences like "the Eiffel Tower is a monument" or "la torre Eiffel es un monumento" in Spanish. It already raises a lot of questions.
Question 1: I should be able to set the first input "entity" to {{Q|Q243}} and the second input "class" to {{Q|Q4989906}} and get the correct sentence, shouldn't I? Just checking.
Question 2: {{Z|Z26039}} calls a language-specific function like "Spanish article-less instantiating sentence" {{Z|Z26337}}, which uses the label of the Wikidata item to get the text for "Eiffel Tower", which is similar to the lemma of the lexeme. But this would not be acceptable in production, would it? The item label "belongs" to all Wikidata users, not to Abstract Wikipedia users, and there is no guarantee what it might contain, such as a parenthesis for disambiguation. Or am I wrong?
Question 3a: We need to have a lexeme for the combination "Eiffel Tower" in each language, don't we? For instance in languages with gender, the lexeme is the only place to find the gender. It is true that if we know that the equivalent of "Tower" is the head word, syntactical information can be found under the lexeme for "tower", and it would be good to use a system like that. But the only place that the syntactic dependency information could be located is under the lexeme.
Question 3b: At present for {{Z|Z26039}} etc. to work, we have to add any forms or syntax information to the lexeme of the whole phrase, such as "Eiffel Tower". But property {{Q|P5238}} with attributes {{Q|P9763}} and {{Q|P9764}} can be used to define the structure and avoid duplicating the syntax information. What lexeme would be used for "Eiffel" in this case? Would it be the same as a lexeme for {{Q|Q20882}}? That makes no sense to me. I propose that there should be a dummy lexeme in each language which could be added to {{Q|P5238}} instead of a real lexeme to mean "invariant element".
Question 4: As has already been pointed out elsewhere, the fragment functions do not work well with the initial definite article in languages like English, Spanish and German. Examples:
* "'''The Eiffel Tower is a monument.'''" The item label "Eiffel Tower" omits the article and so the result omits the initial "The" in English. French, Spanish and German are similar.
* "'''The Sun is a star.'''" Similarly the article is wrongly omitted, also in French, Spanish and German.
* "'''Westminster Abbey is a monument.'''" This is OK in English and German as no article is needed, but not in French or Spanish where it is, for instance "La Abadía de Westminster es un monumento".
* "'''Latin is a dead language.'''" Also this is OK in English and German but not in French or Spanish, where an article is needed.
* "'''Jupiter is a planet.'''". This does not need an article and is OK in all the languages; I include this to show that you cannot assume that there is an article in all cases in French and Spanish.
How should the language functions find out whether an article is needed? In some cases, where the lemma is a phrase like "Abadía de Westminster" in Spanish, I think that it could be deduced, but in general there is no rule to give the answer. Using different rendering functions according to the case is '''not''' a solution, although it might work for a few specific languages like these four. It would not be acceptable because there will be many, many other cases of syntactical choices to be made for all the different languages, and we cannot expect the person writing the abstract code to take them all into account. So I suppose that a declaration in the lexeme is needed to solve this problem. I suppose that there must already be linguistic terminology for this problem, but I don't know it.
I would be grateful for any comments on any of these questions. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 15:02, 5 June 2026 (UTC)
:@[[User:Strobilomyces|Strobilomyces]] I think this topic is better placed at [[abstract:Abstract Wikipedia:Project chat|Abstract Wikipedia:Project chat]], so I copied your topic there, and answered it there too. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 22:07, 8 June 2026 (UTC)
::OK, sorry about that. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 17:03, 9 June 2026 (UTC)
:1. Yes.
:2. It depends on the language, but it is no bad thing if the subject of the sentence recapitulates the article title, ideally shorn of disambiguators. The difficulty is that item labels and article titles are simply text, so there is no guarantee that they can be parsed sufficiently well in any given language.
:3a. Conceptually, this is true, but we must assume that it won’t happen. That means we have to construct the lexeme for any given language, and this will be discussed at the [[Wikifunctions:NLG SIG#Upcoming meeting]] on Tuesday. In the special case where the item’s linguistic form is consistently some kind of modified head noun, it may be appropriate to capture this as a qualified {{Q|P279}} relationship (the Eiffel Tower is classed as a monument but named as a tower, for example).
:3b. It’s complicated, yes, but I believe all this needs to be considered as part of the above mentioned lexeme-construction process.
:4. Yes, this is a stubborn problem, being partly context and partly custom. In English, the general rule is that names resist determiners. That implies the need to distinguish names from other proper nouns. “Mercury” is a name but “sun” and “moon” are ordinary nouns made proper by the definite article (although, exceptionally, this may be elided for “the Earth”, presumably influenced by the Sun’s other planets having names). More generally, as has been noted, the rules vary by language, so the distinction must be made at that level. The general rule for a particular language would typically apply according to the item’s class (country, language, construction…) but per-language exceptions are a case for lexicographic properties (because they are details exposed by Wikifunctions but required more generally, like the fact that, even when abbreviated, “the USA” and “the UK” require the definite article, whereas most countries have names that resist it). [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 10:46, 14 June 2026 (UTC)
::See also [[Wikifunctions:Status updates/2026-06-19#The or not the, this is (the?) question]]. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 11:38, 19 June 2026 (UTC)
== Deployment of Legal and Safety Contacts Link in the Footer of Your Wiki ==
Hello community,
The Wikimedia Foundation has provided [[wmf:Legal:Wikimedia Foundation Legal and Safety Contact Information|a single legal and safety contact page]], to be linked in the footer of your wiki, to ensure access to accurate legal information. This is a regulatory requirement.
We have already rolled out links to English, German, Italian, Spanish Wikipedias and other wikis and we will deploy to your wiki soon.
Please [[m:Wikimedia Foundation Legal and Safety Contacts FAQ|read more on the project page]] and leave any comments in this thread or on [[m:Talk:Wikimedia Foundation Legal and Safety Contacts FAQ|the talk page]]. –– [[User:STei (WMF)|STei (WMF)]] ([[User talk:STei (WMF)|talk]]) 17:54, 9 June 2026 (UTC)
:[https://translatewiki.net/w/i.php?title=Special%3ATranslate&showMessage=wikimedia-legal-safety-contacts&group=ext-wikimediamessages&language=qqq&filter=&optional=1&action=translate example text] at translatewiki.net [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 19:32, 19 June 2026 (UTC)
== Apache License 2.0 ==
Hello, Wikifunctions says it uses the Apache 2.0 license for code. Apache 2.0 is incompatible with GPLv2 only and some other licenses, and I would like to be able to use Wikifunctions with software that uses incompatible licenses with Apache 2.0. Is there any plans to fix this incompatibility or relicense Wikifunctions code? Thanks! [[User:A random Wikipedian in the billions|A random Wikipedian in the billions]] ([[User talk:A random Wikipedian in the billions|talk]]) 11:49, 12 June 2026 (UTC)
:@[[User:A random Wikipedian in the billions|A random Wikipedian in the billions]]: No. The licence was picked very carefully based on the way it needs to integrate with other systems, principally Wikipedias and Wikidata. Changing the licence would ba a major, breaking undertaking. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 11:52, 12 June 2026 (UTC)
:Just out of curiousity: what software would you like to use it with? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 23:19, 12 June 2026 (UTC)
== Wikifunctions & Abstract Wikipedia Newsletter #252 is out: Improved loading and display of Test results ==
There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-12|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it!
In this issue, we present you an improvement in loading and display of Test results, we talk about our next events, and we take a look at the latest software developments.
Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]!
Also, we remind you that Denny will lead a discussion on the [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|new NLG types]] in the next '''Natural Language Generation Special Interest Group meeting''', that will be held on '''[https://zonestamp.toolforge.org/1781625600 June 16, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]).
Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:29, 12 June 2026 (UTC)
<!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 -->
== June 2026 Wikimedia Café meetups regarding the English Wikipedia Editor Reflections project ==
<div class="border-box" style="background-color: var(--background-color-warning-subtle, #f8eaba); max-width: 875px; padding: 5px; border: 1px solid black; margin: 5px; color: var(--clr-dark)">
<div class="box" style="float:left; padding-top: 10px; padding-right: 10px; padding-left: 10px; padding-bottom: 10px;">[[File:Wikimedia Café logo in plain SVG format.svg|60px|alt=The logo for the Wikimedia Café]]</div>
Hello! There will be two '''[https://meta.wikimedia.org/wiki/Wikimedia_Caf%C3%A9 Wikimedia Café]''' discussion opportunities during the last weekend of June. Both sessions will focus on the [https://en.wikipedia.org/wiki/Wikipedia:Editor_reflections English Wikipedia Editor Reflections project]. The featured guest in the Café will be [https://en.wikipedia.org/wiki/User:Clovermoss User:Clovermoss]. Participants may attend either or both sessions.
#'''27 June 2026 15:00 UTC''' ([https://zonestamp.toolforge.org/1782572400 timestamp converter]), at a time friendly to the Americas, Africa, and Europe
#'''28 June 2026 03:00 UTC''' ([https://zonestamp.toolforge.org/1782615600 timestamp converter]), at a time friendly to Asia and the Pacific
Please see the Café page for more information, including [https://meta.wikimedia.org/wiki/Wikimedia_Caf%C3%A9#How_to_attend_the_session how to register]!
<br />
[[File:Buntstifte Eberhard Faber crop 64h.jpg|860px|alt=cropped image of colored pencils]]</div>
<span style="white-space:nowrap;">[[User:Pine|<span style="color:#01796f; text-shadow:#00BFFF 0 0 1.0em">↠Pine</span>]] [[User talk:Pine|<span style="color:DeepSkyBlue">(<b style="color:#FFDF00;text-shadow:#FFDF00 0 0 1.0em">✉</b>)</span>]]</span> 03:55, 15 June 2026 (UTC)
== I did something stupid, can I undo it? ==
Hello, I created a function (Z36415)
I thought it would be in my user namespace because I put a prefix in the name. However, putting prefixes in the name didn't work for functions and I created it globally. Is there any way to rename it or remove it?.
[[User:A random Wikipedian in the billions|A random Wikipedian in the billions]] ([[User talk:A random Wikipedian in the billions|talk]]) 12:08, 15 June 2026 (UTC)
:[[WF:RFD]] please. {{Z|10119}} is available if you need to do testing. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 12:10, 15 June 2026 (UTC)
::Thanks! [[User:A random Wikipedian in the billions|A random Wikipedian in the billions]] ([[User talk:A random Wikipedian in the billions|talk]]) 12:17, 15 June 2026 (UTC)
== Wikifunctions & Abstract Wikipedia Newsletter #253 is out: The or not the, this is (the?) question ==
There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-19|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it!
In this issue, we present you a delicate question regarding grammatical framework, we talk about our next events and about the results of our latest online meetings, we discuss news about Types, and we take a look at the latest software developments.
Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]!
Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:34, 19 June 2026 (UTC)
<!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30701693 -->
:<blockquote>We also have two Functions, {{Z|Z32645}} and {{Z|Z32935}}, which both aim to answer whether an Item needs a definite article or not [...] but neither of these seem to be integrated into the ways that Functions are actually used on Abstract Wikipedia, as can be seen ''e.g.'' on [[abstract:Q243|the article for the Eiffel Tower]].</blockquote> One of the connected Implementations uses it for the subject and location, and the other uses it for the location only. There was no heuristic in [[Z32645]] for buildings, so I added [[Z36580|a new Implementation]] with an extra branch, but even my optimised [[Z36556|subclass checks for buildings]] are timing out. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 05:03, 20 June 2026 (UTC)
::I am not familiar with english rules for it. In German I am not able to explain a rule working every time about how to decide if an article is needed before a noun or not. So I think it is a case where it is better to look at such cases and then let a user with knwoledge in the language decide what is the correct function for a specific language. From my point of view it can be helpful to modify the functions to make a user based modification afterwards easier. This can be maybe done through optional arguments what give the possibility to modify specific forms if necessary without the necessity to fill it out every time a function is used. From my point of view the question raised in the newsletter shows how important the check of the output through an language speaker with an advanced level of understanding is. Languages can include complicated rules or exemptions what are necessary to pay attention and hard to implement in code without deep knwoledge of an language. At the moment I prefer language specific large functions generating whole sections of articles. As it seems to me difficult to implement the edge cases of every language in the language specific fragment functions. [[User:Hogü-456|Hogü-456]] ([[User talk:Hogü-456|talk]]) 20:11, 21 June 2026 (UTC)
:::Did you mean to reply to me? Letting those <q>with [knowledge] in the language decide what is the correct function for a specific language</q> is exactly what the current prototypes do. The functions I linked to are English-specific.<br>The multilingual function can't take a "use definite article" parameter for obvious reasons, and if you want the language-specific functions to take extra parameters like that, the multilingual function would then need to derive the correct values to be able to call them. Might as well keep that logic within the language-specific functions. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 20:34, 21 June 2026 (UTC)
1h5y3oh09p07gg3fo3l42xcn1agooib
Wikifunctions:Report vandalism
4
1723
285323
284805
2026-06-22T03:08:08Z
SpBot
978
archive 2 sections: 2 to [[Wikifunctions:Report vandalism/Archive/2026/06]] (after section [[Wikifunctions:Report vandalism/Archive/2026/06#User:Dubaiescortshi|User:Dubaiescortshi]]) - previous edit: [[:User:Ameisenigel|Ameisenigel]], 2026-06-20 17:43
285323
wikitext
text/x-wiki
{{Wikifunctions:Report vandalism/header/{{#ifexist:Wikifunctions:Report vandalism/header/{{int:lang}}|{{int:lang}}|en}}}}
{{Autoarchive resolved section
|age = 1
|archive = ((FULLPAGENAME))/Archive/((year))/((month:##))
|level = 2
}}
__NEWSECTIONLINK__
{{Archives|{{Flatlist|{{Special:PrefixIndex/WF:Report vandalism/Archive/|stripprefix=1}} }} }}
<!-- Add new reports below this line -->
g4o8gz4nxnibqyajhnrsrqa8ea0k5mv
User talk:Denny
3
3926
285182
280461
2026-06-21T16:52:31Z
Virinas-code
2884
/* if same fragment then set equality of features (Z36677) */ new section
285182
wikitext
text/x-wiki
{{Welcome/lang|user=Denny|welcominguser=Nintendofan885|1=--[[User:Nintendofan885|Nintendofan885]]<sup>[[User_talk:Nintendofan885|T]]&[[Special:Contributions/Nintendofan885|Cs]] apply</sup> 20:12, 4 August 2023 (UTC)}}
:Not like you need an introduction but here's one anyway. :) --[[User:Nintendofan885|Nintendofan885]]<sup>[[User_talk:Nintendofan885|T]]&[[Special:Contributions/Nintendofan885|Cs]] apply</sup> 20:12, 4 August 2023 (UTC)
== Is “byte” capitalized? ==
We don’t know! It was [[Wikifunctions:Naming conventions#Capitalization|provisionally agreed]] that we would use an initial capital for the name of a Type object (“By convention, names of objects [sic!] that describe data types should have their first letter capitalized”) but usage varies when the name is used within the labels of different objects. My own view is that it is sometimes useful to be clear about references to the specific Type (object) rather than the general concept but, of course, such a convention fails with. “Boolean” and “Kleenean”, which are capitalized in ordinary English. (I have also found it convenient to use capitals for identities, so that, for example, “True” is an object with a "Z41" identity, representing “true”.) [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 16:37, 24 February 2025 (UTC)
:@[[User:GrounderUK|GrounderUK]] Thanks! I undid my edit in order to be consistent with the provisional agreement. Thanks for letting me know! --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 17:12, 24 February 2025 (UTC)
==N-arg apply==
I hope you're well. Apologies again that I can't make the Volunteers Corner. Thanks for recent progress (including getting Chemical Element up!). It seems from the recording that you didn't discuss the need for [[Z22074]] and [https://phabricator.wikimedia.org/T383842 T383842]? At [https://phabricator.wikimedia.org/T390226 T390226] it was listed as not a high priority, but I have long held that functions like [[Z28016]] are not possible without it. (Instead in the function signatures of every language version the QIDs would need to be shoved into a list. This has numerous downsides, including not being able to label which element means what.) This is the second time that the VC has hit this need. Have you discussed an alternative way forward with the team? Otherwise, I wonder if you might reconsider the priority of this task. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 12:44, 11 September 2025 (UTC)
:I agree that Z28016 is not possible without being able to call functions with more arguments. The solution that we hope will work is the one in [[Z28032]], i.e. we are working on adding positional arguments to a function call. This doesn't seem to be working right now, and we have [[:phab:T404144|T404144]] for that. I hope that will be resolved in a reasonably short term. --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 14:09, 11 September 2025 (UTC)
== Wikifunctions integration on Wiktionary ==
Hello! I noticed your edits on Croatian Wiktionary today. I am curious as to whether this was you making edits purely as a volunteer or if the AW Team has any interest in (actively) supporting such use cases on Wiktionaries. On Bengali Wiktionary, we have greatly increased the number of entries that use data from Wikidata Lexemes to generate entire entries recently, and Wikifunctions integration is very much on the cards for use cases like getting syllable counts, rendering declination tables, etc but being unable to know why 'content error's get thrown is a problem. Would the Team be interested in receiving bug reports if we went ahead and gave it a shot using some functions (e.g one or more of [[Z17866]], [[Z30837]], [[Z32787]], [[Z32793]], or some declension table function) on the nearly 1500 entries were we do this (or would it actually be irresponsible)? I can share details if you want. Thank you. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 14:27, 31 March 2026 (UTC)
:I'm sure both you and Denny are aware of these documents, but I am linking them for convenience anyway: [[WF:WikiProject Wiktionary functions]], [[WF:embedded function calls/Wiktionary tables demonstration]]. — [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 19:29, 31 March 2026 (UTC)
::Thanks for the links; I had not seen the second one. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 19:52, 31 March 2026 (UTC)
:@[[User:Redmin|Redmin]]: The edits on Croatian Wiktionary were purely in my volunteer role.
:Having said that, the AW team has an interest in supporting such use cases, but, to also make it clear, it is a secondary use case compared to Abstract Wikipedia. Having said that, yes, we do!
:My edits on the Croatian Wiktionary have also stalled because we did find some errors, and fixing those took a long time. It was a complicated issue with caching. That seems to have been resolved, and now, new errors are appearing.
:All of that is to say: yes, we would be very much interested in these reports! If you can file them on Phabricator, that would be best! If that doesn't work, let me know. Your reporting would be so much more effective than mine. But also: you will need to bring some patience with you as we go through these bugs. We will eventually fix them, but it may take a bit.
:Sorry for the mixed signals, but I hope this makes sense. So, yes, please let us know about issues. Please be patient with us. I am not sure that this is ready for a bigger audience just yet, but I hope we aren't too far away from it either. A champion like you would be extremely helpful! --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 11:36, 3 April 2026 (UTC)
::Thanks for your reply. It seems like embedded function calls [[phab:T422299|might be broken at the moment]] but once it’s fixed, we would begin using them (in fact, I have already written the code needed to embed {{Z|Z28602}}!), starting with languages for which we expect to have relatively lower numbers of entries (as I understand you are concerned about scalability, please correct me if I am reading [[Wikifunctions:Embedded function calls]] wrong). I personally think the name of your team itself makes your priorities very clear so you can rest assured we won’t be jumping up and down asking you to fix or implement features that aren’t also required for AW. :) [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 18:56, 6 April 2026 (UTC)
:::@[[User:Redmin|Redmin]]: The issues breaking embedded function calls might now be in a better state? If you want to give it a swirl. --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 16:53, 16 April 2026 (UTC)
::::Yes, thank you, I have noticed. Entries for German nouns on Bengali Wiktionary that are rendered using Wikidata’s lexicographical data now have declension tables; see [[bn:wikt:Land|this entry]] for example. There are more functions that I want us to use so they will probably also get integrated over the coming week. I noticed that the <code>function</code> parser function cannot be called from Lua (yet?) so we are working around it by preprocessing the Wikitext that would be used on a ‘normal’ entry. Aside from that, it’s really cool what Wikifunctions enables! Thanks for all of your work on this. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 17:19, 16 April 2026 (UTC)
:::::@[[User:Redmin|Redmin]] Yay!! Let us know if you encounter further issues! I am also going to use it more on hr.wiktionary now. --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 17:31, 16 April 2026 (UTC)
== Review and connection of this function Z35273 ==
Hello @[[User:Denny|Denny]],
I would like to request a review and connection of this function [[Z35273]]. This function extracts geographic coordinates from an OpenStreetMap URL and returns them as a string in the format: latitude, longitude. Please verify the implementation, tests, and connections if needed.
Thank you. [[User:Poro26|Poro26]] ([[User talk:Poro26|talk]]) 05:00, 29 May 2026 (UTC)
:@[[User:Poro26|Poro26]] has been done by [[User:99of9]] and [[User:YoshiRulz]]! --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 18:37, 4 June 2026 (UTC)
== {{Z|36677}} ==
You recently added test case {{Z|36677}} which is implemented using {{Z|34273}}. However, {{Z|34273}} is a special function which only accepts '''set objects''' as inputs, where '''set objects''' can be represented as <code>Typed list(Set)</code> - meaning '''set objects''' are a recursive type which can only contain other sets, while you seem to be working with HTML fragments!
I am sorry if {{Z|34273}}'s documentation is unclear, I'll try to update it. [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 16:52, 21 June 2026 (UTC)
5zyhzbzk3j6o6t6dht942v1aodvmfpi
285184
285182
2026-06-21T16:53:59Z
Virinas-code
2884
/* if same fragment then set equality of features (Z36677) */ Reply
285184
wikitext
text/x-wiki
{{Welcome/lang|user=Denny|welcominguser=Nintendofan885|1=--[[User:Nintendofan885|Nintendofan885]]<sup>[[User_talk:Nintendofan885|T]]&[[Special:Contributions/Nintendofan885|Cs]] apply</sup> 20:12, 4 August 2023 (UTC)}}
:Not like you need an introduction but here's one anyway. :) --[[User:Nintendofan885|Nintendofan885]]<sup>[[User_talk:Nintendofan885|T]]&[[Special:Contributions/Nintendofan885|Cs]] apply</sup> 20:12, 4 August 2023 (UTC)
== Is “byte” capitalized? ==
We don’t know! It was [[Wikifunctions:Naming conventions#Capitalization|provisionally agreed]] that we would use an initial capital for the name of a Type object (“By convention, names of objects [sic!] that describe data types should have their first letter capitalized”) but usage varies when the name is used within the labels of different objects. My own view is that it is sometimes useful to be clear about references to the specific Type (object) rather than the general concept but, of course, such a convention fails with. “Boolean” and “Kleenean”, which are capitalized in ordinary English. (I have also found it convenient to use capitals for identities, so that, for example, “True” is an object with a "Z41" identity, representing “true”.) [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 16:37, 24 February 2025 (UTC)
:@[[User:GrounderUK|GrounderUK]] Thanks! I undid my edit in order to be consistent with the provisional agreement. Thanks for letting me know! --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 17:12, 24 February 2025 (UTC)
==N-arg apply==
I hope you're well. Apologies again that I can't make the Volunteers Corner. Thanks for recent progress (including getting Chemical Element up!). It seems from the recording that you didn't discuss the need for [[Z22074]] and [https://phabricator.wikimedia.org/T383842 T383842]? At [https://phabricator.wikimedia.org/T390226 T390226] it was listed as not a high priority, but I have long held that functions like [[Z28016]] are not possible without it. (Instead in the function signatures of every language version the QIDs would need to be shoved into a list. This has numerous downsides, including not being able to label which element means what.) This is the second time that the VC has hit this need. Have you discussed an alternative way forward with the team? Otherwise, I wonder if you might reconsider the priority of this task. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 12:44, 11 September 2025 (UTC)
:I agree that Z28016 is not possible without being able to call functions with more arguments. The solution that we hope will work is the one in [[Z28032]], i.e. we are working on adding positional arguments to a function call. This doesn't seem to be working right now, and we have [[:phab:T404144|T404144]] for that. I hope that will be resolved in a reasonably short term. --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 14:09, 11 September 2025 (UTC)
== Wikifunctions integration on Wiktionary ==
Hello! I noticed your edits on Croatian Wiktionary today. I am curious as to whether this was you making edits purely as a volunteer or if the AW Team has any interest in (actively) supporting such use cases on Wiktionaries. On Bengali Wiktionary, we have greatly increased the number of entries that use data from Wikidata Lexemes to generate entire entries recently, and Wikifunctions integration is very much on the cards for use cases like getting syllable counts, rendering declination tables, etc but being unable to know why 'content error's get thrown is a problem. Would the Team be interested in receiving bug reports if we went ahead and gave it a shot using some functions (e.g one or more of [[Z17866]], [[Z30837]], [[Z32787]], [[Z32793]], or some declension table function) on the nearly 1500 entries were we do this (or would it actually be irresponsible)? I can share details if you want. Thank you. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 14:27, 31 March 2026 (UTC)
:I'm sure both you and Denny are aware of these documents, but I am linking them for convenience anyway: [[WF:WikiProject Wiktionary functions]], [[WF:embedded function calls/Wiktionary tables demonstration]]. — [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 19:29, 31 March 2026 (UTC)
::Thanks for the links; I had not seen the second one. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 19:52, 31 March 2026 (UTC)
:@[[User:Redmin|Redmin]]: The edits on Croatian Wiktionary were purely in my volunteer role.
:Having said that, the AW team has an interest in supporting such use cases, but, to also make it clear, it is a secondary use case compared to Abstract Wikipedia. Having said that, yes, we do!
:My edits on the Croatian Wiktionary have also stalled because we did find some errors, and fixing those took a long time. It was a complicated issue with caching. That seems to have been resolved, and now, new errors are appearing.
:All of that is to say: yes, we would be very much interested in these reports! If you can file them on Phabricator, that would be best! If that doesn't work, let me know. Your reporting would be so much more effective than mine. But also: you will need to bring some patience with you as we go through these bugs. We will eventually fix them, but it may take a bit.
:Sorry for the mixed signals, but I hope this makes sense. So, yes, please let us know about issues. Please be patient with us. I am not sure that this is ready for a bigger audience just yet, but I hope we aren't too far away from it either. A champion like you would be extremely helpful! --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 11:36, 3 April 2026 (UTC)
::Thanks for your reply. It seems like embedded function calls [[phab:T422299|might be broken at the moment]] but once it’s fixed, we would begin using them (in fact, I have already written the code needed to embed {{Z|Z28602}}!), starting with languages for which we expect to have relatively lower numbers of entries (as I understand you are concerned about scalability, please correct me if I am reading [[Wikifunctions:Embedded function calls]] wrong). I personally think the name of your team itself makes your priorities very clear so you can rest assured we won’t be jumping up and down asking you to fix or implement features that aren’t also required for AW. :) [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 18:56, 6 April 2026 (UTC)
:::@[[User:Redmin|Redmin]]: The issues breaking embedded function calls might now be in a better state? If you want to give it a swirl. --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 16:53, 16 April 2026 (UTC)
::::Yes, thank you, I have noticed. Entries for German nouns on Bengali Wiktionary that are rendered using Wikidata’s lexicographical data now have declension tables; see [[bn:wikt:Land|this entry]] for example. There are more functions that I want us to use so they will probably also get integrated over the coming week. I noticed that the <code>function</code> parser function cannot be called from Lua (yet?) so we are working around it by preprocessing the Wikitext that would be used on a ‘normal’ entry. Aside from that, it’s really cool what Wikifunctions enables! Thanks for all of your work on this. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 17:19, 16 April 2026 (UTC)
:::::@[[User:Redmin|Redmin]] Yay!! Let us know if you encounter further issues! I am also going to use it more on hr.wiktionary now. --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 17:31, 16 April 2026 (UTC)
== Review and connection of this function Z35273 ==
Hello @[[User:Denny|Denny]],
I would like to request a review and connection of this function [[Z35273]]. This function extracts geographic coordinates from an OpenStreetMap URL and returns them as a string in the format: latitude, longitude. Please verify the implementation, tests, and connections if needed.
Thank you. [[User:Poro26|Poro26]] ([[User talk:Poro26|talk]]) 05:00, 29 May 2026 (UTC)
:@[[User:Poro26|Poro26]] has been done by [[User:99of9]] and [[User:YoshiRulz]]! --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 18:37, 4 June 2026 (UTC)
== {{Z|36677}} ==
You recently added test case {{Z|36677}} which is implemented using {{Z|34273}}. However, {{Z|34273}} is a special function which only accepts '''set objects''' as inputs, where '''set objects''' can be represented as <code>Typed list(Set)</code> - meaning '''set objects''' are a recursive type which can only contain other sets, while you seem to be working with HTML fragments!
I am sorry if {{Z|34273}}'s documentation is unclear, I'll try to update it. [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 16:52, 21 June 2026 (UTC)
:If you need to test for typed list equality while ignoring duplicates and order, check out {{Z|34404}} ;) [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 16:53, 21 June 2026 (UTC)
j4byqqerxqjqlublyf7l4jy0k7k0tg5
285193
285184
2026-06-21T17:00:28Z
Virinas-code
2884
/* if same fragment then set equality of features (Z36677) */ Reply
285193
wikitext
text/x-wiki
{{Welcome/lang|user=Denny|welcominguser=Nintendofan885|1=--[[User:Nintendofan885|Nintendofan885]]<sup>[[User_talk:Nintendofan885|T]]&[[Special:Contributions/Nintendofan885|Cs]] apply</sup> 20:12, 4 August 2023 (UTC)}}
:Not like you need an introduction but here's one anyway. :) --[[User:Nintendofan885|Nintendofan885]]<sup>[[User_talk:Nintendofan885|T]]&[[Special:Contributions/Nintendofan885|Cs]] apply</sup> 20:12, 4 August 2023 (UTC)
== Is “byte” capitalized? ==
We don’t know! It was [[Wikifunctions:Naming conventions#Capitalization|provisionally agreed]] that we would use an initial capital for the name of a Type object (“By convention, names of objects [sic!] that describe data types should have their first letter capitalized”) but usage varies when the name is used within the labels of different objects. My own view is that it is sometimes useful to be clear about references to the specific Type (object) rather than the general concept but, of course, such a convention fails with. “Boolean” and “Kleenean”, which are capitalized in ordinary English. (I have also found it convenient to use capitals for identities, so that, for example, “True” is an object with a "Z41" identity, representing “true”.) [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 16:37, 24 February 2025 (UTC)
:@[[User:GrounderUK|GrounderUK]] Thanks! I undid my edit in order to be consistent with the provisional agreement. Thanks for letting me know! --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 17:12, 24 February 2025 (UTC)
==N-arg apply==
I hope you're well. Apologies again that I can't make the Volunteers Corner. Thanks for recent progress (including getting Chemical Element up!). It seems from the recording that you didn't discuss the need for [[Z22074]] and [https://phabricator.wikimedia.org/T383842 T383842]? At [https://phabricator.wikimedia.org/T390226 T390226] it was listed as not a high priority, but I have long held that functions like [[Z28016]] are not possible without it. (Instead in the function signatures of every language version the QIDs would need to be shoved into a list. This has numerous downsides, including not being able to label which element means what.) This is the second time that the VC has hit this need. Have you discussed an alternative way forward with the team? Otherwise, I wonder if you might reconsider the priority of this task. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 12:44, 11 September 2025 (UTC)
:I agree that Z28016 is not possible without being able to call functions with more arguments. The solution that we hope will work is the one in [[Z28032]], i.e. we are working on adding positional arguments to a function call. This doesn't seem to be working right now, and we have [[:phab:T404144|T404144]] for that. I hope that will be resolved in a reasonably short term. --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 14:09, 11 September 2025 (UTC)
== Wikifunctions integration on Wiktionary ==
Hello! I noticed your edits on Croatian Wiktionary today. I am curious as to whether this was you making edits purely as a volunteer or if the AW Team has any interest in (actively) supporting such use cases on Wiktionaries. On Bengali Wiktionary, we have greatly increased the number of entries that use data from Wikidata Lexemes to generate entire entries recently, and Wikifunctions integration is very much on the cards for use cases like getting syllable counts, rendering declination tables, etc but being unable to know why 'content error's get thrown is a problem. Would the Team be interested in receiving bug reports if we went ahead and gave it a shot using some functions (e.g one or more of [[Z17866]], [[Z30837]], [[Z32787]], [[Z32793]], or some declension table function) on the nearly 1500 entries were we do this (or would it actually be irresponsible)? I can share details if you want. Thank you. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 14:27, 31 March 2026 (UTC)
:I'm sure both you and Denny are aware of these documents, but I am linking them for convenience anyway: [[WF:WikiProject Wiktionary functions]], [[WF:embedded function calls/Wiktionary tables demonstration]]. — [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 19:29, 31 March 2026 (UTC)
::Thanks for the links; I had not seen the second one. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 19:52, 31 March 2026 (UTC)
:@[[User:Redmin|Redmin]]: The edits on Croatian Wiktionary were purely in my volunteer role.
:Having said that, the AW team has an interest in supporting such use cases, but, to also make it clear, it is a secondary use case compared to Abstract Wikipedia. Having said that, yes, we do!
:My edits on the Croatian Wiktionary have also stalled because we did find some errors, and fixing those took a long time. It was a complicated issue with caching. That seems to have been resolved, and now, new errors are appearing.
:All of that is to say: yes, we would be very much interested in these reports! If you can file them on Phabricator, that would be best! If that doesn't work, let me know. Your reporting would be so much more effective than mine. But also: you will need to bring some patience with you as we go through these bugs. We will eventually fix them, but it may take a bit.
:Sorry for the mixed signals, but I hope this makes sense. So, yes, please let us know about issues. Please be patient with us. I am not sure that this is ready for a bigger audience just yet, but I hope we aren't too far away from it either. A champion like you would be extremely helpful! --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 11:36, 3 April 2026 (UTC)
::Thanks for your reply. It seems like embedded function calls [[phab:T422299|might be broken at the moment]] but once it’s fixed, we would begin using them (in fact, I have already written the code needed to embed {{Z|Z28602}}!), starting with languages for which we expect to have relatively lower numbers of entries (as I understand you are concerned about scalability, please correct me if I am reading [[Wikifunctions:Embedded function calls]] wrong). I personally think the name of your team itself makes your priorities very clear so you can rest assured we won’t be jumping up and down asking you to fix or implement features that aren’t also required for AW. :) [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 18:56, 6 April 2026 (UTC)
:::@[[User:Redmin|Redmin]]: The issues breaking embedded function calls might now be in a better state? If you want to give it a swirl. --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 16:53, 16 April 2026 (UTC)
::::Yes, thank you, I have noticed. Entries for German nouns on Bengali Wiktionary that are rendered using Wikidata’s lexicographical data now have declension tables; see [[bn:wikt:Land|this entry]] for example. There are more functions that I want us to use so they will probably also get integrated over the coming week. I noticed that the <code>function</code> parser function cannot be called from Lua (yet?) so we are working around it by preprocessing the Wikitext that would be used on a ‘normal’ entry. Aside from that, it’s really cool what Wikifunctions enables! Thanks for all of your work on this. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 17:19, 16 April 2026 (UTC)
:::::@[[User:Redmin|Redmin]] Yay!! Let us know if you encounter further issues! I am also going to use it more on hr.wiktionary now. --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 17:31, 16 April 2026 (UTC)
== Review and connection of this function Z35273 ==
Hello @[[User:Denny|Denny]],
I would like to request a review and connection of this function [[Z35273]]. This function extracts geographic coordinates from an OpenStreetMap URL and returns them as a string in the format: latitude, longitude. Please verify the implementation, tests, and connections if needed.
Thank you. [[User:Poro26|Poro26]] ([[User talk:Poro26|talk]]) 05:00, 29 May 2026 (UTC)
:@[[User:Poro26|Poro26]] has been done by [[User:99of9]] and [[User:YoshiRulz]]! --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 18:37, 4 June 2026 (UTC)
== {{Z|36677}} ==
You recently added test case {{Z|36677}} which is implemented using {{Z|34273}}. However, {{Z|34273}} is a special function which only accepts '''set objects''' as inputs, where '''set objects''' can be represented as <code>Typed list(Set)</code> - meaning '''set objects''' are a recursive type which can only contain other sets, while you seem to be working with HTML fragments!
I am sorry if {{Z|34273}}'s documentation is unclear, I'll try to update it. [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 16:52, 21 June 2026 (UTC)
:If you need to test for typed list equality while ignoring duplicates and order, check out {{Z|34404}} ;) [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 16:53, 21 June 2026 (UTC)
:Updated the documentation to make it clear that {{Z|34273}} is equality of [[w:Hereditary set|hereditary sets]], the type I described in my previous message. [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 17:00, 21 June 2026 (UTC)
2wjckztagd0k7t8fwqyaby7lu7i5qc9
285195
285193
2026-06-21T17:02:39Z
Virinas-code
2884
/* if same fragment then set equality of features (Z36677) */ Reply
285195
wikitext
text/x-wiki
{{Welcome/lang|user=Denny|welcominguser=Nintendofan885|1=--[[User:Nintendofan885|Nintendofan885]]<sup>[[User_talk:Nintendofan885|T]]&[[Special:Contributions/Nintendofan885|Cs]] apply</sup> 20:12, 4 August 2023 (UTC)}}
:Not like you need an introduction but here's one anyway. :) --[[User:Nintendofan885|Nintendofan885]]<sup>[[User_talk:Nintendofan885|T]]&[[Special:Contributions/Nintendofan885|Cs]] apply</sup> 20:12, 4 August 2023 (UTC)
== Is “byte” capitalized? ==
We don’t know! It was [[Wikifunctions:Naming conventions#Capitalization|provisionally agreed]] that we would use an initial capital for the name of a Type object (“By convention, names of objects [sic!] that describe data types should have their first letter capitalized”) but usage varies when the name is used within the labels of different objects. My own view is that it is sometimes useful to be clear about references to the specific Type (object) rather than the general concept but, of course, such a convention fails with. “Boolean” and “Kleenean”, which are capitalized in ordinary English. (I have also found it convenient to use capitals for identities, so that, for example, “True” is an object with a "Z41" identity, representing “true”.) [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 16:37, 24 February 2025 (UTC)
:@[[User:GrounderUK|GrounderUK]] Thanks! I undid my edit in order to be consistent with the provisional agreement. Thanks for letting me know! --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 17:12, 24 February 2025 (UTC)
==N-arg apply==
I hope you're well. Apologies again that I can't make the Volunteers Corner. Thanks for recent progress (including getting Chemical Element up!). It seems from the recording that you didn't discuss the need for [[Z22074]] and [https://phabricator.wikimedia.org/T383842 T383842]? At [https://phabricator.wikimedia.org/T390226 T390226] it was listed as not a high priority, but I have long held that functions like [[Z28016]] are not possible without it. (Instead in the function signatures of every language version the QIDs would need to be shoved into a list. This has numerous downsides, including not being able to label which element means what.) This is the second time that the VC has hit this need. Have you discussed an alternative way forward with the team? Otherwise, I wonder if you might reconsider the priority of this task. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 12:44, 11 September 2025 (UTC)
:I agree that Z28016 is not possible without being able to call functions with more arguments. The solution that we hope will work is the one in [[Z28032]], i.e. we are working on adding positional arguments to a function call. This doesn't seem to be working right now, and we have [[:phab:T404144|T404144]] for that. I hope that will be resolved in a reasonably short term. --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 14:09, 11 September 2025 (UTC)
== Wikifunctions integration on Wiktionary ==
Hello! I noticed your edits on Croatian Wiktionary today. I am curious as to whether this was you making edits purely as a volunteer or if the AW Team has any interest in (actively) supporting such use cases on Wiktionaries. On Bengali Wiktionary, we have greatly increased the number of entries that use data from Wikidata Lexemes to generate entire entries recently, and Wikifunctions integration is very much on the cards for use cases like getting syllable counts, rendering declination tables, etc but being unable to know why 'content error's get thrown is a problem. Would the Team be interested in receiving bug reports if we went ahead and gave it a shot using some functions (e.g one or more of [[Z17866]], [[Z30837]], [[Z32787]], [[Z32793]], or some declension table function) on the nearly 1500 entries were we do this (or would it actually be irresponsible)? I can share details if you want. Thank you. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 14:27, 31 March 2026 (UTC)
:I'm sure both you and Denny are aware of these documents, but I am linking them for convenience anyway: [[WF:WikiProject Wiktionary functions]], [[WF:embedded function calls/Wiktionary tables demonstration]]. — [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 19:29, 31 March 2026 (UTC)
::Thanks for the links; I had not seen the second one. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 19:52, 31 March 2026 (UTC)
:@[[User:Redmin|Redmin]]: The edits on Croatian Wiktionary were purely in my volunteer role.
:Having said that, the AW team has an interest in supporting such use cases, but, to also make it clear, it is a secondary use case compared to Abstract Wikipedia. Having said that, yes, we do!
:My edits on the Croatian Wiktionary have also stalled because we did find some errors, and fixing those took a long time. It was a complicated issue with caching. That seems to have been resolved, and now, new errors are appearing.
:All of that is to say: yes, we would be very much interested in these reports! If you can file them on Phabricator, that would be best! If that doesn't work, let me know. Your reporting would be so much more effective than mine. But also: you will need to bring some patience with you as we go through these bugs. We will eventually fix them, but it may take a bit.
:Sorry for the mixed signals, but I hope this makes sense. So, yes, please let us know about issues. Please be patient with us. I am not sure that this is ready for a bigger audience just yet, but I hope we aren't too far away from it either. A champion like you would be extremely helpful! --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 11:36, 3 April 2026 (UTC)
::Thanks for your reply. It seems like embedded function calls [[phab:T422299|might be broken at the moment]] but once it’s fixed, we would begin using them (in fact, I have already written the code needed to embed {{Z|Z28602}}!), starting with languages for which we expect to have relatively lower numbers of entries (as I understand you are concerned about scalability, please correct me if I am reading [[Wikifunctions:Embedded function calls]] wrong). I personally think the name of your team itself makes your priorities very clear so you can rest assured we won’t be jumping up and down asking you to fix or implement features that aren’t also required for AW. :) [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 18:56, 6 April 2026 (UTC)
:::@[[User:Redmin|Redmin]]: The issues breaking embedded function calls might now be in a better state? If you want to give it a swirl. --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 16:53, 16 April 2026 (UTC)
::::Yes, thank you, I have noticed. Entries for German nouns on Bengali Wiktionary that are rendered using Wikidata’s lexicographical data now have declension tables; see [[bn:wikt:Land|this entry]] for example. There are more functions that I want us to use so they will probably also get integrated over the coming week. I noticed that the <code>function</code> parser function cannot be called from Lua (yet?) so we are working around it by preprocessing the Wikitext that would be used on a ‘normal’ entry. Aside from that, it’s really cool what Wikifunctions enables! Thanks for all of your work on this. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 17:19, 16 April 2026 (UTC)
:::::@[[User:Redmin|Redmin]] Yay!! Let us know if you encounter further issues! I am also going to use it more on hr.wiktionary now. --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 17:31, 16 April 2026 (UTC)
== Review and connection of this function Z35273 ==
Hello @[[User:Denny|Denny]],
I would like to request a review and connection of this function [[Z35273]]. This function extracts geographic coordinates from an OpenStreetMap URL and returns them as a string in the format: latitude, longitude. Please verify the implementation, tests, and connections if needed.
Thank you. [[User:Poro26|Poro26]] ([[User talk:Poro26|talk]]) 05:00, 29 May 2026 (UTC)
:@[[User:Poro26|Poro26]] has been done by [[User:99of9]] and [[User:YoshiRulz]]! --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 18:37, 4 June 2026 (UTC)
== {{Z|36677}} ==
You recently added test case {{Z|36677}} which is implemented using {{Z|34273}}. However, {{Z|34273}} is a special function which only accepts '''set objects''' as inputs, where '''set objects''' can be represented as <code>Typed list(Set)</code> - meaning '''set objects''' are a recursive type which can only contain other sets, while you seem to be working with HTML fragments!
I am sorry if {{Z|34273}}'s documentation is unclear, I'll try to update it. [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 16:52, 21 June 2026 (UTC)
:If you need to test for typed list equality while ignoring duplicates and order, check out {{Z|34404}} ;) [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 16:53, 21 June 2026 (UTC)
:Updated the documentation to make it clear that {{Z|34273}} is equality of [[w:Hereditary set|hereditary sets]], the type I described in my previous message. [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 17:00, 21 June 2026 (UTC)
:I believe {{Z|34270}} is the function you're looking for! [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 17:02, 21 June 2026 (UTC)
95h2q1ex91ayo6vzv9fiapnkbsdhgir
285197
285195
2026-06-21T17:05:35Z
Virinas-code
2884
/* if same fragment then set equality of features (Z36677) */ Reply
285197
wikitext
text/x-wiki
{{Welcome/lang|user=Denny|welcominguser=Nintendofan885|1=--[[User:Nintendofan885|Nintendofan885]]<sup>[[User_talk:Nintendofan885|T]]&[[Special:Contributions/Nintendofan885|Cs]] apply</sup> 20:12, 4 August 2023 (UTC)}}
:Not like you need an introduction but here's one anyway. :) --[[User:Nintendofan885|Nintendofan885]]<sup>[[User_talk:Nintendofan885|T]]&[[Special:Contributions/Nintendofan885|Cs]] apply</sup> 20:12, 4 August 2023 (UTC)
== Is “byte” capitalized? ==
We don’t know! It was [[Wikifunctions:Naming conventions#Capitalization|provisionally agreed]] that we would use an initial capital for the name of a Type object (“By convention, names of objects [sic!] that describe data types should have their first letter capitalized”) but usage varies when the name is used within the labels of different objects. My own view is that it is sometimes useful to be clear about references to the specific Type (object) rather than the general concept but, of course, such a convention fails with. “Boolean” and “Kleenean”, which are capitalized in ordinary English. (I have also found it convenient to use capitals for identities, so that, for example, “True” is an object with a "Z41" identity, representing “true”.) [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 16:37, 24 February 2025 (UTC)
:@[[User:GrounderUK|GrounderUK]] Thanks! I undid my edit in order to be consistent with the provisional agreement. Thanks for letting me know! --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 17:12, 24 February 2025 (UTC)
==N-arg apply==
I hope you're well. Apologies again that I can't make the Volunteers Corner. Thanks for recent progress (including getting Chemical Element up!). It seems from the recording that you didn't discuss the need for [[Z22074]] and [https://phabricator.wikimedia.org/T383842 T383842]? At [https://phabricator.wikimedia.org/T390226 T390226] it was listed as not a high priority, but I have long held that functions like [[Z28016]] are not possible without it. (Instead in the function signatures of every language version the QIDs would need to be shoved into a list. This has numerous downsides, including not being able to label which element means what.) This is the second time that the VC has hit this need. Have you discussed an alternative way forward with the team? Otherwise, I wonder if you might reconsider the priority of this task. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 12:44, 11 September 2025 (UTC)
:I agree that Z28016 is not possible without being able to call functions with more arguments. The solution that we hope will work is the one in [[Z28032]], i.e. we are working on adding positional arguments to a function call. This doesn't seem to be working right now, and we have [[:phab:T404144|T404144]] for that. I hope that will be resolved in a reasonably short term. --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 14:09, 11 September 2025 (UTC)
== Wikifunctions integration on Wiktionary ==
Hello! I noticed your edits on Croatian Wiktionary today. I am curious as to whether this was you making edits purely as a volunteer or if the AW Team has any interest in (actively) supporting such use cases on Wiktionaries. On Bengali Wiktionary, we have greatly increased the number of entries that use data from Wikidata Lexemes to generate entire entries recently, and Wikifunctions integration is very much on the cards for use cases like getting syllable counts, rendering declination tables, etc but being unable to know why 'content error's get thrown is a problem. Would the Team be interested in receiving bug reports if we went ahead and gave it a shot using some functions (e.g one or more of [[Z17866]], [[Z30837]], [[Z32787]], [[Z32793]], or some declension table function) on the nearly 1500 entries were we do this (or would it actually be irresponsible)? I can share details if you want. Thank you. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 14:27, 31 March 2026 (UTC)
:I'm sure both you and Denny are aware of these documents, but I am linking them for convenience anyway: [[WF:WikiProject Wiktionary functions]], [[WF:embedded function calls/Wiktionary tables demonstration]]. — [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 19:29, 31 March 2026 (UTC)
::Thanks for the links; I had not seen the second one. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 19:52, 31 March 2026 (UTC)
:@[[User:Redmin|Redmin]]: The edits on Croatian Wiktionary were purely in my volunteer role.
:Having said that, the AW team has an interest in supporting such use cases, but, to also make it clear, it is a secondary use case compared to Abstract Wikipedia. Having said that, yes, we do!
:My edits on the Croatian Wiktionary have also stalled because we did find some errors, and fixing those took a long time. It was a complicated issue with caching. That seems to have been resolved, and now, new errors are appearing.
:All of that is to say: yes, we would be very much interested in these reports! If you can file them on Phabricator, that would be best! If that doesn't work, let me know. Your reporting would be so much more effective than mine. But also: you will need to bring some patience with you as we go through these bugs. We will eventually fix them, but it may take a bit.
:Sorry for the mixed signals, but I hope this makes sense. So, yes, please let us know about issues. Please be patient with us. I am not sure that this is ready for a bigger audience just yet, but I hope we aren't too far away from it either. A champion like you would be extremely helpful! --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 11:36, 3 April 2026 (UTC)
::Thanks for your reply. It seems like embedded function calls [[phab:T422299|might be broken at the moment]] but once it’s fixed, we would begin using them (in fact, I have already written the code needed to embed {{Z|Z28602}}!), starting with languages for which we expect to have relatively lower numbers of entries (as I understand you are concerned about scalability, please correct me if I am reading [[Wikifunctions:Embedded function calls]] wrong). I personally think the name of your team itself makes your priorities very clear so you can rest assured we won’t be jumping up and down asking you to fix or implement features that aren’t also required for AW. :) [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 18:56, 6 April 2026 (UTC)
:::@[[User:Redmin|Redmin]]: The issues breaking embedded function calls might now be in a better state? If you want to give it a swirl. --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 16:53, 16 April 2026 (UTC)
::::Yes, thank you, I have noticed. Entries for German nouns on Bengali Wiktionary that are rendered using Wikidata’s lexicographical data now have declension tables; see [[bn:wikt:Land|this entry]] for example. There are more functions that I want us to use so they will probably also get integrated over the coming week. I noticed that the <code>function</code> parser function cannot be called from Lua (yet?) so we are working around it by preprocessing the Wikitext that would be used on a ‘normal’ entry. Aside from that, it’s really cool what Wikifunctions enables! Thanks for all of your work on this. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 17:19, 16 April 2026 (UTC)
:::::@[[User:Redmin|Redmin]] Yay!! Let us know if you encounter further issues! I am also going to use it more on hr.wiktionary now. --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 17:31, 16 April 2026 (UTC)
== Review and connection of this function Z35273 ==
Hello @[[User:Denny|Denny]],
I would like to request a review and connection of this function [[Z35273]]. This function extracts geographic coordinates from an OpenStreetMap URL and returns them as a string in the format: latitude, longitude. Please verify the implementation, tests, and connections if needed.
Thank you. [[User:Poro26|Poro26]] ([[User talk:Poro26|talk]]) 05:00, 29 May 2026 (UTC)
:@[[User:Poro26|Poro26]] has been done by [[User:99of9]] and [[User:YoshiRulz]]! --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 18:37, 4 June 2026 (UTC)
== {{Z|36677}} ==
You recently added test case {{Z|36677}} which is implemented using {{Z|34273}}. However, {{Z|34273}} is a special function which only accepts '''set objects''' as inputs, where '''set objects''' can be represented as <code>Typed list(Set)</code> - meaning '''set objects''' are a recursive type which can only contain other sets, while you seem to be working with HTML fragments!
I am sorry if {{Z|34273}}'s documentation is unclear, I'll try to update it. [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 16:52, 21 June 2026 (UTC)
:If you need to test for typed list equality while ignoring duplicates and order, check out {{Z|34404}} ;) [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 16:53, 21 June 2026 (UTC)
:Updated the documentation to make it clear that {{Z|34273}} is equality of [[w:Hereditary set|hereditary sets]], the type I described in my previous message. [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 17:00, 21 June 2026 (UTC)
:I believe {{Z|34270}} is the function you're looking for! [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 17:02, 21 June 2026 (UTC)
:Updated it to use {{Z|34270}}. Sorry for the inconvenience caused by my improper naming!! [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 17:05, 21 June 2026 (UTC)
os3u0blgpons8p71wo438pijz5940jq
285202
285197
2026-06-21T17:12:23Z
Virinas-code
2884
/* {{Z|36677}} */
285202
wikitext
text/x-wiki
{{Welcome/lang|user=Denny|welcominguser=Nintendofan885|1=--[[User:Nintendofan885|Nintendofan885]]<sup>[[User_talk:Nintendofan885|T]]&[[Special:Contributions/Nintendofan885|Cs]] apply</sup> 20:12, 4 August 2023 (UTC)}}
:Not like you need an introduction but here's one anyway. :) --[[User:Nintendofan885|Nintendofan885]]<sup>[[User_talk:Nintendofan885|T]]&[[Special:Contributions/Nintendofan885|Cs]] apply</sup> 20:12, 4 August 2023 (UTC)
== Is “byte” capitalized? ==
We don’t know! It was [[Wikifunctions:Naming conventions#Capitalization|provisionally agreed]] that we would use an initial capital for the name of a Type object (“By convention, names of objects [sic!] that describe data types should have their first letter capitalized”) but usage varies when the name is used within the labels of different objects. My own view is that it is sometimes useful to be clear about references to the specific Type (object) rather than the general concept but, of course, such a convention fails with. “Boolean” and “Kleenean”, which are capitalized in ordinary English. (I have also found it convenient to use capitals for identities, so that, for example, “True” is an object with a "Z41" identity, representing “true”.) [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 16:37, 24 February 2025 (UTC)
:@[[User:GrounderUK|GrounderUK]] Thanks! I undid my edit in order to be consistent with the provisional agreement. Thanks for letting me know! --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 17:12, 24 February 2025 (UTC)
==N-arg apply==
I hope you're well. Apologies again that I can't make the Volunteers Corner. Thanks for recent progress (including getting Chemical Element up!). It seems from the recording that you didn't discuss the need for [[Z22074]] and [https://phabricator.wikimedia.org/T383842 T383842]? At [https://phabricator.wikimedia.org/T390226 T390226] it was listed as not a high priority, but I have long held that functions like [[Z28016]] are not possible without it. (Instead in the function signatures of every language version the QIDs would need to be shoved into a list. This has numerous downsides, including not being able to label which element means what.) This is the second time that the VC has hit this need. Have you discussed an alternative way forward with the team? Otherwise, I wonder if you might reconsider the priority of this task. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 12:44, 11 September 2025 (UTC)
:I agree that Z28016 is not possible without being able to call functions with more arguments. The solution that we hope will work is the one in [[Z28032]], i.e. we are working on adding positional arguments to a function call. This doesn't seem to be working right now, and we have [[:phab:T404144|T404144]] for that. I hope that will be resolved in a reasonably short term. --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 14:09, 11 September 2025 (UTC)
== Wikifunctions integration on Wiktionary ==
Hello! I noticed your edits on Croatian Wiktionary today. I am curious as to whether this was you making edits purely as a volunteer or if the AW Team has any interest in (actively) supporting such use cases on Wiktionaries. On Bengali Wiktionary, we have greatly increased the number of entries that use data from Wikidata Lexemes to generate entire entries recently, and Wikifunctions integration is very much on the cards for use cases like getting syllable counts, rendering declination tables, etc but being unable to know why 'content error's get thrown is a problem. Would the Team be interested in receiving bug reports if we went ahead and gave it a shot using some functions (e.g one or more of [[Z17866]], [[Z30837]], [[Z32787]], [[Z32793]], or some declension table function) on the nearly 1500 entries were we do this (or would it actually be irresponsible)? I can share details if you want. Thank you. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 14:27, 31 March 2026 (UTC)
:I'm sure both you and Denny are aware of these documents, but I am linking them for convenience anyway: [[WF:WikiProject Wiktionary functions]], [[WF:embedded function calls/Wiktionary tables demonstration]]. — [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 19:29, 31 March 2026 (UTC)
::Thanks for the links; I had not seen the second one. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 19:52, 31 March 2026 (UTC)
:@[[User:Redmin|Redmin]]: The edits on Croatian Wiktionary were purely in my volunteer role.
:Having said that, the AW team has an interest in supporting such use cases, but, to also make it clear, it is a secondary use case compared to Abstract Wikipedia. Having said that, yes, we do!
:My edits on the Croatian Wiktionary have also stalled because we did find some errors, and fixing those took a long time. It was a complicated issue with caching. That seems to have been resolved, and now, new errors are appearing.
:All of that is to say: yes, we would be very much interested in these reports! If you can file them on Phabricator, that would be best! If that doesn't work, let me know. Your reporting would be so much more effective than mine. But also: you will need to bring some patience with you as we go through these bugs. We will eventually fix them, but it may take a bit.
:Sorry for the mixed signals, but I hope this makes sense. So, yes, please let us know about issues. Please be patient with us. I am not sure that this is ready for a bigger audience just yet, but I hope we aren't too far away from it either. A champion like you would be extremely helpful! --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 11:36, 3 April 2026 (UTC)
::Thanks for your reply. It seems like embedded function calls [[phab:T422299|might be broken at the moment]] but once it’s fixed, we would begin using them (in fact, I have already written the code needed to embed {{Z|Z28602}}!), starting with languages for which we expect to have relatively lower numbers of entries (as I understand you are concerned about scalability, please correct me if I am reading [[Wikifunctions:Embedded function calls]] wrong). I personally think the name of your team itself makes your priorities very clear so you can rest assured we won’t be jumping up and down asking you to fix or implement features that aren’t also required for AW. :) [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 18:56, 6 April 2026 (UTC)
:::@[[User:Redmin|Redmin]]: The issues breaking embedded function calls might now be in a better state? If you want to give it a swirl. --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 16:53, 16 April 2026 (UTC)
::::Yes, thank you, I have noticed. Entries for German nouns on Bengali Wiktionary that are rendered using Wikidata’s lexicographical data now have declension tables; see [[bn:wikt:Land|this entry]] for example. There are more functions that I want us to use so they will probably also get integrated over the coming week. I noticed that the <code>function</code> parser function cannot be called from Lua (yet?) so we are working around it by preprocessing the Wikitext that would be used on a ‘normal’ entry. Aside from that, it’s really cool what Wikifunctions enables! Thanks for all of your work on this. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 17:19, 16 April 2026 (UTC)
:::::@[[User:Redmin|Redmin]] Yay!! Let us know if you encounter further issues! I am also going to use it more on hr.wiktionary now. --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 17:31, 16 April 2026 (UTC)
== Review and connection of this function Z35273 ==
Hello @[[User:Denny|Denny]],
I would like to request a review and connection of this function [[Z35273]]. This function extracts geographic coordinates from an OpenStreetMap URL and returns them as a string in the format: latitude, longitude. Please verify the implementation, tests, and connections if needed.
Thank you. [[User:Poro26|Poro26]] ([[User talk:Poro26|talk]]) 05:00, 29 May 2026 (UTC)
:@[[User:Poro26|Poro26]] has been done by [[User:99of9]] and [[User:YoshiRulz]]! --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 18:37, 4 June 2026 (UTC)
{{#lst:Talk:Z36677|Wrong set equality}}
5mnf71le0ga5l5n8tntk405g4bct1vd
Z13995
0
25694
285212
270062
2026-06-21T17:39:59Z
WikiLambda system
3
Updated the implementation list (see [[Help:Wikifunctions/Implementation_ordering_and_choosing|About implementation selection]])
285212
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z13995"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z13518",
"Z17K2": "Z13995K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "n"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "n"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "n"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "n"
}
]
}
}
],
"Z8K2": "Z13518",
"Z8K3": [
"Z20",
"Z15899",
"Z15900"
],
"Z8K4": [
"Z14",
"Z17028",
"Z13996",
"Z34410"
],
"Z8K5": "Z13995"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "double factorial"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Doppelfakultät"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "double factorielle"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "dua kali faktorial"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"A006882",
"n!!"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1004",
"Z31K2": [
"Z6",
"n!!"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1078",
"Z31K2": [
"Z6",
"n!!"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "the product of all the positive integers up to n that have the same parity (odd or even) as n"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Produkt aller positiven Ganzzahlen bis n, die die gleiche Parität (ungerade oder gerade) wie n haben"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "calcule le produit de tous les entiers positifs jusqu'à n qui ont la même parité (impaire ou paire) que n"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "hasil perkalian semua bilangan bulat positif hingga n yang memiliki paritas yang sama (ganjil atau genap) dengan"
}
]
}
}
a9yautp4j0sqdxpoiwisetymd372h4d
User:Jsamwrites
2
39114
285502
282766
2026-06-22T09:29:22Z
Jsamwrites
938
/* Useful functions */
285502
wikitext
text/x-wiki
== Introduction ==
This is the Wikifunctions user page of John Samuel. For more information, refer page on [[:d:User:Jsamwrites|Wikidata User:Jsamwrites]].
== Phrases ==
List of objects:
* {{Z|Z18928}}
* {{Z|Z18929}}
* {{Z|Z18979}}
== Function application ==
* {{Z|Z873}}
== Configuration ==
* {{Z|Z14294}}
== Types ==
* [[Special:ListObjectsByType|All supported types]]
== Wikidata ==
* {{Z|Z22220}}
* {{Z|Z22222}}
== Sentences ==
{| class="wikitable"
|+
!No.
!Function
!Configuration
!Example
|-
|1.
|{{Z|Z34282}}
|{{Z|Z34281}}
|Lyon is a commune of France
|-
|2.
|{{Z|Z32581}}
|{{Z|Z32534}}
|Mona Lisa is a painting by Leonardo da Vinci
|-
|3.
|{{Z|Z34637}}
|{{Z|Z34682}}
|Sunday is part of the weekend
|-
|4.
|{{Z|Z36141}}
|{{Z|Z36148}}
|Space Needle was built in 1961.
|-
|5.
|{{Z|Z36151}}
|{{Z|Z36155}}
|Eiffel Tower was built between 1887 and 1889.
|}
== Infoboxes ==
Check [[User:Jsamwrites/Infoboxes]]
== Useful functions ==
* {{Z|Z36303}}
* {{Z|Z34943}}
* {{Z|Z36083}}
* {{Z|Z36218}}
* {{Z|Z36200}}
* {{Z|Z32179}}
* {{Z|Z32428}}
* {{Z|Z27243}}
* {{Z|Z31917}}
* {{Z|Z33690}}
* {{Z|Z28016}}
* {{Z|Z36193}}
* {{Z|Z29749}}
=== References ===
* {{Z|Z31921}}
== Catalogue ==
* [[Wikifunctions:Catalogue|Catalogue of important functions]]
* [[Wikifunctions:Catalogue/Natural language operations/Global language functions|Global language functions]]
== Documentation ==
* [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]]
qqh19wm7wl65ug8kce5wapip96w26s8
285505
285502
2026-06-22T09:31:12Z
Jsamwrites
938
/* Useful functions */
285505
wikitext
text/x-wiki
== Introduction ==
This is the Wikifunctions user page of John Samuel. For more information, refer page on [[:d:User:Jsamwrites|Wikidata User:Jsamwrites]].
== Phrases ==
List of objects:
* {{Z|Z18928}}
* {{Z|Z18929}}
* {{Z|Z18979}}
== Function application ==
* {{Z|Z873}}
== Configuration ==
* {{Z|Z14294}}
== Types ==
* [[Special:ListObjectsByType|All supported types]]
== Wikidata ==
* {{Z|Z22220}}
* {{Z|Z22222}}
== Sentences ==
{| class="wikitable"
|+
!No.
!Function
!Configuration
!Example
|-
|1.
|{{Z|Z34282}}
|{{Z|Z34281}}
|Lyon is a commune of France
|-
|2.
|{{Z|Z32581}}
|{{Z|Z32534}}
|Mona Lisa is a painting by Leonardo da Vinci
|-
|3.
|{{Z|Z34637}}
|{{Z|Z34682}}
|Sunday is part of the weekend
|-
|4.
|{{Z|Z36141}}
|{{Z|Z36148}}
|Space Needle was built in 1961.
|-
|5.
|{{Z|Z36151}}
|{{Z|Z36155}}
|Eiffel Tower was built between 1887 and 1889.
|}
== Infoboxes ==
Check [[User:Jsamwrites/Infoboxes]]
== Useful functions ==
* {{Z|Z36303}}
* {{Z|Z34943}}
* {{Z|Z36083}}
* {{Z|Z36218}}
* {{Z|Z36200}}
* {{Z|Z32179}}
* {{Z|Z32428}}
* {{Z|Z27243}}
* {{Z|Z31917}}
* {{Z|Z33690}}
* {{Z|Z28016}}
* {{Z|Z36193}}
* {{Z|Z29749}}
* {{Z|Z36038}}
=== References ===
* {{Z|Z31921}}
== Catalogue ==
* [[Wikifunctions:Catalogue|Catalogue of important functions]]
* [[Wikifunctions:Catalogue/Natural language operations/Global language functions|Global language functions]]
== Documentation ==
* [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]]
tgsyl7vkjwh331rr5xwoer0ta832dpm
Z6091
0
40365
285211
262235
2026-06-21T17:33:27Z
Patsagorn Y.
738
+th
285211
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z6091"
},
"Z2K2": {
"Z1K1": "Z4",
"Z4K1": "Z6091",
"Z4K2": [
"Z3",
{
"Z1K1": "Z3",
"Z3K1": "Z6",
"Z3K2": "Z6091K1",
"Z3K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Wikidata item id"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Wikidata-Datenobjekt-ID"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "identifiant de l'élément Wikidata (Q-ID)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1672",
"Z11K2": "維基數據項目ID"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1001",
"Z11K2": "معرّف عنصر ويكي بيانات"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "ID elemento Wikidata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1820",
"Z11K2": "विकिडेटा आयटम ID"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "identifikátor položky Wikidat"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1851",
"Z11K2": "รหัสระบุไอเทมวิกิสนเทศ"
}
]
},
"Z3K4": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
],
"Z4K3": "Z101",
"Z4K4": "Z19316",
"Z4K7": [
"Z46"
],
"Z4K8": [
"Z64"
]
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Wikidata item reference"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Wikidata-Datenobjekt-Referenz"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Referensi butir Wikidata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1186",
"Z11K2": "התייחסות לפריט ויקינתונים"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "Wikidata objekt id"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1011",
"Z11K2": "উইকিউপাত্ত আইটেম উল্লেখ"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "référence de l'élément Wikidata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1005",
"Z11K2": "Ссылка на элемент Викиданных"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1672",
"Z11K2": "維基數據項目參照"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1001",
"Z11K2": "إحالة لعنصر ويكي بيانات"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "Riferimento a elemento Wikidata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1827",
"Z11K2": "κωδικός αντικειμένου των Wikidata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1820",
"Z11K2": "विकिडेटा आयटम संदर्भ"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1851",
"Z11K2": "การอ้างอิงไอเทมวิกิสนเทศ"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "Reference na položku Wikidat"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "Wikidata項目参照"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1592",
"Z31K2": [
"Z6",
"Wikidata objekt referens",
"qid",
"wikidata qid"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"qid",
"wikidata qid",
"reference to wikidata qid",
"reference to qid",
"reference to qitem"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1011",
"Z31K2": [
"Z6",
"উইকিডাটা আইডি",
"উইকিউপাত্ত আইডি"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1787",
"Z31K2": [
"Z6",
"qid",
"qid Wikidata",
"riferimento a qid",
"collegamento a qid",
"collegamento a elemento Wikidata"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1827",
"Z31K2": [
"Z6",
"κωδικός αναφοράς αντικειμένου των Wikidata"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1820",
"Z31K2": [
"Z6",
"विकिडेटा qid"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1062",
"Z31K2": [
"Z6",
"QID",
"Wikidata QID"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1830",
"Z31K2": [
"Z6",
"ウィキデータ項目参照",
"ウィキデータqid"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "A link to a Wikidata item, using the item's Wikidata ID (QID)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Link auf ein Wikidata-Datenobjekt über die ID des Datenobjekts auf Wikidata (QID)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Pranala menuju butir Wikidata, menggunakan identitas butir Wikidata (QID)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "Identifierare för objekt i Wikidata."
},
{
"Z1K1": "Z11",
"Z11K1": "Z1011",
"Z11K2": "একটি আইটেমের উইকিউপাত্ত আইডি ব্যবহার করে উইকিউপাত্ত আইটেমের সাথে সংযোগ। "
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "un lien vers un élément Wikidata, en utilisant l'ID Wikidata (Q-ID) de l'élément"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1672",
"Z11K2": "維基數據項目的連結,使用項目的維基數據ID (QID)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1001",
"Z11K2": "وصلة لعنصر ويكي بيانات باستعمال معرّف عنصر ويكي بيانات (QID)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "Un collegamento ad un elemento Wikidata tramite il suo ID Wikidata (QID)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1820",
"Z11K2": "विकिडेटा के किसी आयटम की विकिडेटा ID (QID) की मदद से आयटम की कड़ी"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1851",
"Z11K2": "การลิงก์ไปไอเทมวิกิสนเทศโดยใช้ตัวระบุวิกิสนเทศ (QID)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "odkaz na položku Wikidat pomocí jejího identifikátoru (QID)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "Wikidata項目へのリンク(項目のWikidata ID(QID)を使用)"
}
]
}
}
f42ltypefekg0q7wxhn7x3zu7qc5fhv
Z19112
0
40662
285319
281111
2026-06-22T01:50:56Z
Əkrəm
4753
285319
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19112"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z19112K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "domain"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Domain"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z19115",
"Z19116",
"Z19117"
],
"Z8K4": [
"Z14",
"Z19113",
"Z19114",
"Z34706"
],
"Z8K5": "Z19112"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Reverse domain name notation"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Domainname umkehren"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1597",
"Z11K2": "tərs domen adı notasiyası"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"Reverse-DNS",
"reverse DNS",
"reverse domain name"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "A naming convention for components, packages, types or file names used by a programming language, system or framework."
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Namenskonvention für Komponenten, Pakete, Typen oder Dateien, die von einer Programmiersprache, einem System oder Framework verwendet werden"
}
]
}
}
9kpfnnb6ujw0yex74z0mbgcs8820z0l
285320
285319
2026-06-22T01:51:01Z
WikiLambda system
3
Updated the implementation list (see [[Help:Wikifunctions/Implementation_ordering_and_choosing|About implementation selection]])
285320
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19112"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z19112K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "domain"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Domain"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z19115",
"Z19116",
"Z19117"
],
"Z8K4": [
"Z14",
"Z19114",
"Z19113",
"Z34706"
],
"Z8K5": "Z19112"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Reverse domain name notation"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Domainname umkehren"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1597",
"Z11K2": "tərs domen adı notasiyası"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"Reverse-DNS",
"reverse DNS",
"reverse domain name"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "A naming convention for components, packages, types or file names used by a programming language, system or framework."
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Namenskonvention für Komponenten, Pakete, Typen oder Dateien, die von einer Programmiersprache, einem System oder Framework verwendet werden"
}
]
}
}
pg09f9wll1wn3w4mi55zwpne8rprthl
Z19242
0
41149
285264
218516
2026-06-21T18:50:37Z
Ameisenigel
44
de
285264
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19242"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z19241",
"Z14K3": {
"Z1K1": "Z16",
"Z16K1": "Z600",
"Z16K2": "function Z19241(Z19241K1, Z19241K2) {\r\n\tconst forms = Z19241K1.Z6005K7;\r\n\tconst featuresToFind = Z19241K2.map((featureItem) =\u003E featureItem.Z6091K1);\r\n\tfor (const form of forms) {\r\n\t\tconst formFeatures = form.Z6004K4.map((featureItem) =\u003E featureItem.Z6091K1);\r\n\t\tif (featuresToFind.every(f2f =\u003E formFeatures.includes(f2f))) {\r\n\t\t\treturn form.Z6004K3.Z12K1[0].Z11K2;\r\n\t\t}\r\n\t}\r\n\tif (forms.length===0){\r\n\t\tWikifunctions.Error(\"Z28259\",[Z19241K1.Z6005K1.Z6095K1]);\r\n\t}\r\n\t\r\n\t\r\n let errString=Z19241K2[0].Z6091K1;\r\n for (let i=1; i\u003CZ19241K2.length; ++i){\r\n \terrString+=\";\"+Z19241K2[i].Z6091K1;\r\n }\r\n\t\r\n\tWikifunctions.Error(\"Z28290\",[Z19241K1.Z6005K1.Z6095K1,errString]);\r\n}"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "JavaScript implementation of Z19241"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "erste übereinst. Darstellung aus Lexem, JavaScript"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
8o53hd9epvmk5d9nbtrfwv5op8z6bkx
Z19243
0
41161
285265
272799
2026-06-21T18:51:47Z
Ameisenigel
44
de
285265
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19243"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6005",
"Z17K2": "Z19243K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "lexème"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "lexeme"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "lessema"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1672",
"Z11K2": "詞位"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Lexem"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z17K2": "Z19243K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "grammatical features"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "caractéristiques grammaticales"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "caratteristiche grammaticali"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1672",
"Z11K2": "語法特徵"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "grammatikalische Funktionen"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6004"
},
"Z8K3": [
"Z20",
"Z19251",
"Z19395",
"Z21612",
"Z22814"
],
"Z8K4": [
"Z14",
"Z24279",
"Z19244",
"Z34715"
],
"Z8K5": "Z19243"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "select lexeme forms from lexeme"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "sélectionner les formes du lexème d'un lexème"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "seleziona Forme di lessema da Lessema"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1672",
"Z11K2": "從詞位選取詞形"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "wähle Lexemformen aus Lexem"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"lexeme forms from lexeme with grammatical features",
"lexeme to lexeme forms",
"select Forms with given features from Lexeme",
"filter Lexeme Forms by grammatical features"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1787",
"Z31K2": [
"Z6",
"forme di lessema da lessema con caratteristiche grammaticali"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Returns the lexeme forms, from the given lexeme, which contain all of the given grammatical features."
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "renvoie les formes du lexème, à partir du lexème donné, qui contiennent toutes les caractéristiques grammaticales données."
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "Restituisce tutte le forme di un dato lessema che soddisfino tutte le caratteristiche grammaticali"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1672",
"Z11K2": "從指定的詞位回傳詞形,其中包含所有指定的語法特徵。"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "gibt die Lexemformen des angegebenen Lexems aus, die die angegebenen grammatikalischen Funktionen enthalten"
}
]
}
}
j087wr33uyu2b2hqbcredfuxq1ytgie
Z19244
0
41162
285266
159413
2026-06-21T18:52:09Z
Ameisenigel
44
de
285266
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19244"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z19243",
"Z14K3": {
"Z1K1": "Z16",
"Z16K1": "Z600",
"Z16K2": "function Z19243( Z19243K1, Z19243K2 ) {\n const result = [];\n const forms = Z19243K1.Z6005K7;\n for ( const form of forms ) {\n const features = form.Z6004K4;\n let matchedItemRefs = 0;\n for ( const itemRef of Z19243K2 ) {\n for (const feature of features) {\n if (feature.Z6091K1 === itemRef.Z6091K1) {\n matchedItemRefs++;\n break;\n }\n }\n }\n if ( matchedItemRefs === Z19243K2.length ) {\n result.push( form );\n }\n }\n return result;\n}"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "JavaScript implementation of Z19243"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "sélectionner les formes du lexème, en JavaScript"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "wähle Lexemformen aus Lexem in JavaScript"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
bvcsisqo5uud0ld9gp6ayfwtfmpx48e
Z19245
0
41163
285267
133268
2026-06-21T18:53:03Z
Ameisenigel
44
de
285267
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19245"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z19234",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z19234",
"Z19234K1": {
"Z1K1": "Z7",
"Z7K1": "Z6825",
"Z6825K1": {
"Z1K1": "Z6095",
"Z6095K1": "L1122"
}
},
"Z19234K2": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
}
]
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z13522",
"Z13522K2": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "L-en \"dog\" has one plural form"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "dog hat einen Plural"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
bnxvobo1kp4gz8urrdcd4bfhvut1pha
Z19246
0
41164
285268
133267
2026-06-21T18:53:36Z
Ameisenigel
44
de
285268
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19246"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z19234",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z19234",
"Z19234K1": {
"Z1K1": "Z7",
"Z7K1": "Z6825",
"Z6825K1": {
"Z1K1": "Z6095",
"Z6095K1": "L44033"
}
},
"Z19234K2": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
}
]
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z13522",
"Z13522K2": {
"Z1K1": "Z13518",
"Z13518K1": "2"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "L-en \"syllabus\" has two plural forms"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "syllabus hat zwei Pluralformen"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
2rtxm0pgez7lazr7s62y8rz07m5ibl6
Z19247
0
41165
285269
133270
2026-06-21T18:54:37Z
Ameisenigel
44
de
285269
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19247"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z19234",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z19234",
"Z19234K1": {
"Z1K1": "Z7",
"Z7K1": "Z6825",
"Z6825K1": {
"Z1K1": "Z6095",
"Z6095K1": "L44033"
}
},
"Z19234K2": [
"Z6091"
]
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z13522",
"Z13522K2": {
"Z1K1": "Z13518",
"Z13518K1": "3"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "L-en \"syllabus\" has three forms in total"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "syllabus hat drei Formen"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "(currently... update if the underlying data changes)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "muss aktualisiert werden, wenn sich die Daten ändern"
}
]
}
}
muhaxdq56xergx8ydklpf8n6sy90swy
Z19248
0
41166
285270
182274
2026-06-21T18:55:31Z
Ameisenigel
44
de
285270
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19248"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6005",
"Z17K2": "Z19248K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "lexeme"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1672",
"Z11K2": "詞位"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "lessema"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Lexem"
}
]
}
}
],
"Z8K2": "Z13518",
"Z8K3": [
"Z20",
"Z19250"
],
"Z8K4": [
"Z14",
"Z19249"
],
"Z8K5": "Z19248"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "number of forms in lexeme"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1672",
"Z11K2": "詞位中的詞形數"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "numero di forme in lessema"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Anzahl von Formen des Lexems"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"lexeme forms",
"forms in lexeme",
"total forms in lexeme",
"count all forms in lexeme"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the total number of lexeme forms in the given lexeme"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1672",
"Z11K2": "回傳指定詞位中的詞形總數"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "Restituisce il numero totale di numero di forme di un dato lessema"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "gibt die Gesamtzahl von Lexemformen des angegebenen Lexems aus"
}
]
}
}
1elb2axm0noq0i05afgid6wji708jv6
Z19249
0
41167
285271
133273
2026-06-21T18:55:59Z
Ameisenigel
44
de
285271
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19249"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z19248",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z19232",
"Z19232K1": {
"Z1K1": "Z18",
"Z18K1": "Z19248K1"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "count all forms in lexeme, composition"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Anzahl von Formen des Lexems als Komposition"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
a3ych2ssfsxuvzzpnklpfb8xtawk4aj
Z19250
0
41168
285272
133275
2026-06-21T18:56:21Z
Ameisenigel
44
de
285272
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19250"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z19248",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z19248",
"Z19248K1": {
"Z1K1": "Z7",
"Z7K1": "Z6825",
"Z6825K1": {
"Z1K1": "Z6095",
"Z6095K1": "L316469"
}
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z13522",
"Z13522K2": {
"Z1K1": "Z13518",
"Z13518K1": "2"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "L-en \"artichoke\" has two forms"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "artichoke hat zwei Formen"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
knxend6xeneo4pl3vdg9eguhhnyvq6l
Z19251
0
41169
285273
133281
2026-06-21T19:00:48Z
Ameisenigel
44
de
285273
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19251"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z19243",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z19243",
"Z19243K1": {
"Z1K1": "Z7",
"Z7K1": "Z6825",
"Z6825K1": {
"Z1K1": "Z6095",
"Z6095K1": "L1122"
}
},
"Z19243K2": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
]
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z12755"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "L-en \"dog\" has one singular lexeme form"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "dog hat einen Singular"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
cyguolfkpd4ruf7na4yplg6sn7tdr7w
Z19252
0
41170
285274
193246
2026-06-21T19:02:00Z
Ameisenigel
44
de
285274
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19252"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6005",
"Z17K2": "Z19252K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "lexeme"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "lessema"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1011",
"Z11K2": "লেক্সিম"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Lexem"
}
]
}
}
],
"Z8K2": "Z11",
"Z8K3": [
"Z20",
"Z19253"
],
"Z8K4": [
"Z14",
"Z19257"
],
"Z8K5": "Z19252"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "singular form of lexeme as monolingual text"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "forma singolare di lessema come testo monolingue"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1011",
"Z11K2": "লেক্সিমের একবচন রূপ (একভাষিক)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Singularform von Lexem als einsprachiger Text"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1011",
"Z31K2": [
"Z6",
"লেক্সিমের একবচন"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the first listed singular form of a lexeme as monolingual text"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "Ritorna la prima forma singolare elencata di un lessema come testo monolingue"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1011",
"Z11K2": "একটি লেক্সিমের তালিকাভুক্ত প্রথম একবচন রূপটি একভাষিক লেখ্যরূপ হিসেবে প্রদান করে।"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "gibt die erste Singularform eines Lexems als einsprachigen Text aus"
}
]
}
}
an62jc1ofrmf2gjg2lcyhbhr6vcteon
Z19253
0
41171
285275
133283
2026-06-21T19:02:25Z
Ameisenigel
44
de
285275
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19253"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z19252",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z19252",
"Z19252K1": {
"Z1K1": "Z7",
"Z7K1": "Z6825",
"Z6825K1": {
"Z1K1": "Z6095",
"Z6095K1": "L1122"
}
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z14392",
"Z14392K2": {
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "dog"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "singular form of L-en \"dog\" is \"dog\""
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Singular von dog ist dog"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
sn9zq4rfg7jnbkvy55askw5qwgy8lls
Z19254
0
41172
285276
171598
2026-06-21T19:05:04Z
Ameisenigel
44
de
285276
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19254"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z12",
"Z17K2": "Z19254K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "multilingual text"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "mehrsprachiger Text"
}
]
}
}
],
"Z8K2": "Z11",
"Z8K3": [
"Z20",
"Z19255",
"Z22410"
],
"Z8K4": [
"Z14",
"Z19256",
"Z19361"
],
"Z8K5": "Z19254"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first monolingual text from multilingual text"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "erster einsprachiger Text von mehrsprachigem Text"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"monolingual text from multilingual text"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the first monolingual text entry in a multilingual text"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "gibt den ersten einsprachigen Text aus einem mehrsprachigen Text aus"
}
]
}
}
sfbeg1d96h565k9u058rxo8hnk89i2x
Z19255
0
41173
285277
133286
2026-06-21T19:05:41Z
Ameisenigel
44
de
285277
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19255"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z19254",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z19254",
"Z19254K1": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "dog"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1113",
"Z11K2": "dingo"
}
]
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z14392",
"Z14392K2": {
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "dog"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "extract [en]\"dog\" from [[en]\"dog\",[en-au]\"dingo\"]"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "dog aus [dog,dingo]"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
hx5o7pk4o2fhka6277v30obv1xrhpek
Z19256
0
41174
285278
133288
2026-06-21T19:06:29Z
Ameisenigel
44
de
285278
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19256"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z19254",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z811",
"Z811K1": {
"Z1K1": "Z7",
"Z7K1": "Z803",
"Z803K1": {
"Z1K1": "Z39",
"Z39K1": "Z12K1"
},
"Z803K2": {
"Z1K1": "Z18",
"Z18K1": "Z19254K1"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first monolingual text, composition"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "erster einsp. Text von mehrsp. Text, Komposition"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
epacrdfu4jl629vri41hvsw5l87zyoi
Z19257
0
41176
285279
138830
2026-06-21T19:07:13Z
Ameisenigel
44
de
285279
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19257"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z19252",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z19254",
"Z19254K1": {
"Z1K1": "Z7",
"Z7K1": "Z803",
"Z803K1": {
"Z1K1": "Z39",
"Z39K1": "Z6004K3"
},
"Z803K2": {
"Z1K1": "Z7",
"Z7K1": "Z811",
"Z811K1": {
"Z1K1": "Z7",
"Z7K1": "Z19243",
"Z19243K1": {
"Z1K1": "Z18",
"Z18K1": "Z19252K1"
},
"Z19243K2": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
]
}
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "singular form of lexeme, composition"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Singular von Lexem als einsp. Text, Komposition"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
8np8u6t47km12natkgwnz687jfw998d
Z19258
0
41177
285280
158827
2026-06-21T19:08:27Z
Ameisenigel
44
de
285280
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19258"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z19241",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z19241",
"Z19241K1": {
"Z1K1": "Z7",
"Z7K1": "Z6825",
"Z6825K1": {
"Z1K1": "Z6095",
"Z6095K1": "L6424"
}
},
"Z19241K2": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
}
]
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "geese"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "plural of goose is geese"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "le pluriel de goose est geese"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Plural von goose ist geese"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
f0o73utrb8potfo7rf17dfoi49jlaou
Z19259
0
41178
285281
158826
2026-06-21T19:08:59Z
Ameisenigel
44
de
285281
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19259"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z19241",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z19241",
"Z19241K1": {
"Z1K1": "Z7",
"Z7K1": "Z6825",
"Z6825K1": {
"Z1K1": "Z6095",
"Z6095K1": "L455955"
}
},
"Z19241K2": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
}
]
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "ആപ്പിളുകൾ"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "plural nominative of ആപ്പിൾ is ആപ്പിളുകൾ"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "le pluriel nominatif de ആപ്പിൾ est ആപ്പിളുകൾ"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Plural von ആപ്പിൾ ist ആപ്പിളുകൾ"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "pluriel nominatif du mot pomme en malayalam"
}
]
}
}
2p8wfmves6g0i80zsurz4si87xpkzei
Z19260
0
41194
285282
137825
2026-06-21T19:10:10Z
Ameisenigel
44
de
285282
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19260"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6005",
"Z17K2": "Z19260K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "lexeme"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1332",
"Z11K2": "лексема"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Lexem"
}
]
}
}
],
"Z8K2": "Z11",
"Z8K3": [
"Z20",
"Z19262",
"Z19263",
"Z19401"
],
"Z8K4": [
"Z14",
"Z19400",
"Z19261"
],
"Z8K5": "Z19260"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "plural form of lexeme as monolingual text"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Pluralform von Lexem als einsprachiger Text"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the first listed plural form of a lexeme as monolingual text"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "gibt die erste Pluralform eines Lexems als einsprachigen Text aus"
}
]
}
}
c8wnfh177t0wfmghv8jh90inf80mu4s
Wikifunctions:Catalogue/Natural language operations/Global language functions
4
41926
285065
285019
2026-06-21T14:02:32Z
Denny
81
/* Syntactic tables */
285065
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* Syntactic table equality
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* Is part of speech?
* Get inherent features
* Has a specific feature
* Which one of these features is inherent
* Get options
* Has more than one option?
* Agree options
=== Language-specific ===
These should probably move or be copied on the language specific functions.
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
[[Category:Lists of functions]]
pzlomry921pic39uoxu3otg8djv8x06
285077
285065
2026-06-21T14:13:38Z
Denny
81
/* Syntactic tables */
285077
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* Syntactic table equality
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* Get inherent features
* Has a specific feature
* Which one of these features is inherent
* Get options
* Has more than one option?
* Agree options
=== Language-specific ===
These should probably move or be copied on the language specific functions.
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
[[Category:Lists of functions]]
3f36reojrbihw28uqcksk0rtbw12gpf
285086
285077
2026-06-21T14:21:07Z
Denny
81
/* Syntactic tables */
285086
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* Syntactic table equality
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* Get inherent features
* Has a specific feature
* Which one of these features is inherent
* Get options
* Has more than one option?
* Agree options
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z+|Z36645}}
[[Category:Lists of functions]]
9ogwfi0pdo6qzjklebtbnuddjmclw03
285087
285086
2026-06-21T14:22:25Z
Denny
81
/* German */
285087
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* Syntactic table equality
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* Get inherent features
* Has a specific feature
* Which one of these features is inherent
* Get options
* Has more than one option?
* Agree options
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
94yfzvveo71okg1xpx5zymo72m8xto5
285099
285087
2026-06-21T14:31:54Z
Denny
81
/* Syntactic tables */
285099
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* Syntactic table equality
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* Has a specific feature
* Which one of these features is inherent
* Get options
* Has more than one option?
* Agree options
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
10578mieza24xnfvg6nhe392ic57aui
285103
285099
2026-06-21T14:33:48Z
Denny
81
/* Syntactic tables */
285103
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* Syntactic table equality
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* Has a specific feature
* Which one of these features is inherent
* {{Z+|Z36650}}
* Has more than one option?
* Agree options
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
ogsmldgtnib2d90pvwanmrzvjy6lywu
285116
285103
2026-06-21T14:46:30Z
Denny
81
/* Syntactic tables */
285116
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* Syntactic table equality
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* Has a specific feature?
* Which one of these features is inherent
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* has exactly one option?
* Has more than one option?
* Agree options
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
1wmlowzqrtg4xgirt2aophnc496qmek
285118
285116
2026-06-21T14:51:05Z
Denny
81
/* Syntactic tables */
285118
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* Syntactic table equality
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* Has a specific feature?
* Which one of these features is inherent
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* has exactly one option?
* Has more than one option?
* get first option
* Agree options
=== Syntactic options ===
* create a Syntactic option
* create a Syntactic option from string
* Syntactic option equality
* get options
* get fragment
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
431c4g8bp3j57536zhy5kwbuxt82ijk
285121
285118
2026-06-21T14:54:13Z
Denny
81
/* Syntactic tables */
285121
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* Syntactic table equality
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* Has a specific feature?
* Which one of these features is inherent
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* has exactly one option?
* Has more than one option?
* get first option
* get fragment of first option
* Agree options
=== Syntactic options ===
* create a Syntactic option
* create a Syntactic option from string
* Syntactic option equality
* get options
* get fragment
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
r92yhu4c5qq2xd7qadgnvgvrfzdqzmt
285127
285121
2026-06-21T14:57:06Z
Denny
81
/* Syntactic options */
285127
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* Syntactic table equality
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* Has a specific feature?
* Which one of these features is inherent
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* has exactly one option?
* Has more than one option?
* get first option
* get fragment of first option
* Agree options
=== Syntactic options ===
* {{Z+|Z36656}}
* create a Syntactic option from string
* Syntactic option equality
* get options
* get fragment
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
2iev5f1joanq18mzf4vhv5mtdzklms4
285129
285127
2026-06-21T14:59:16Z
Denny
81
/* Syntactic options */
285129
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* Syntactic table equality
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* Has a specific feature?
* Which one of these features is inherent
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* has exactly one option?
* Has more than one option?
* get first option
* get fragment of first option
* Agree options
=== Syntactic options ===
* {{Z+|Z36656}}
* create a Syntactic option from string
* create a Syntactic option from a monolingual text
* Syntactic option equality
* get options
* get fragment
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
p322iryc9w8ansppkxp8qundp3cxy49
285130
285129
2026-06-21T14:59:37Z
Denny
81
/* Syntactic options */
285130
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* Syntactic table equality
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* Has a specific feature?
* Which one of these features is inherent
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* has exactly one option?
* Has more than one option?
* get first option
* get fragment of first option
* Agree options
=== Syntactic options ===
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* create a Syntactic option from a monolingual text
* Syntactic option equality
* get options
* get fragment
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
bodw4sy9gcku13eikgfvnyl9zy5sqva
285140
285130
2026-06-21T15:09:24Z
Denny
81
/* Syntactic options */
285140
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* Syntactic table equality
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* Has a specific feature?
* Which one of these features is inherent
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* has exactly one option?
* Has more than one option?
* get first option
* get fragment of first option
* Agree options
=== Syntactic options ===
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* Syntactic option equality
* get options
* get fragment
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
b3q1joxcmj4tbh6n44org78zmp19ys6
285149
285140
2026-06-21T15:18:19Z
Denny
81
/* Syntactic options */
285149
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* Syntactic table equality
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* Has a specific feature?
* Which one of these features is inherent
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* has exactly one option?
* Has more than one option?
* get first option
* get fragment of first option
* Agree options
=== Syntactic options ===
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* Syntactic option equality
* {{Z+|Z36662}}
* get fragment
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
9wazt21g6wcz3t5z7pmlkee0ktncb8y
285150
285149
2026-06-21T15:18:37Z
Denny
81
/* Syntactic options */
285150
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* Syntactic table equality
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* Has a specific feature?
* Which one of these features is inherent
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* has exactly one option?
* Has more than one option?
* get first option
* get fragment of first option
* Agree options
=== Syntactic options ===
Regarding the Type {{Z+|Z36463}}
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* Syntactic option equality
* {{Z+|Z36662}}
* get fragment
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
ssyokojsdghm1mfdsd5ga12chkwjk6w
285154
285150
2026-06-21T15:22:29Z
Denny
81
/* Syntactic options */
285154
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* Syntactic table equality
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* Has a specific feature?
* Which one of these features is inherent
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* has exactly one option?
* Has more than one option?
* get first option
* get fragment of first option
* Agree options
=== Syntactic options ===
Regarding the Type {{Z+|Z36463}}
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* Syntactic option equality
* {{Z+|Z36662}}
* {{Z+|Z36666}}
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
pytafpt6obxax9vibek6pu9i5w8xw5g
285176
285154
2026-06-21T16:24:03Z
Denny
81
/* Syntactic options */
285176
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* Syntactic table equality
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* Has a specific feature?
* Which one of these features is inherent
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* has exactly one option?
* Has more than one option?
* get first option
* get fragment of first option
* Agree options
=== Syntactic options ===
Regarding the Type {{Z+|Z36463}}
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* {{Z+|Z36670}}
* {{Z+|Z36662}}
* {{Z+|Z36666}}
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
54xvxmmqp1i9e8d8z7ze80qnzu5605d
285447
285176
2026-06-22T07:28:25Z
Denny
81
/* Syntactic tables */
285447
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* {{Z+|Z36717}}
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* Has a specific feature?
* Which one of these features is inherent
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* has exactly one option?
* Has more than one option?
* get first option
* get fragment of first option
* Agree options
=== Syntactic options ===
Regarding the Type {{Z+|Z36463}}
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* {{Z+|Z36670}}
* {{Z+|Z36662}}
* {{Z+|Z36666}}
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
rt7sbnexg4bpe93w55pltyn6vf0gbbj
285450
285447
2026-06-22T07:37:02Z
Denny
81
/* Syntactic tables */
285450
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables (experimental) ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* {{Z+|Z36717}}
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* Has a specific feature?
* Which one of these features is inherent
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* has exactly one option?
* Has more than one option?
* get first option
* get fragment of first option
* Agree options
=== Syntactic options ===
Regarding the Type {{Z+|Z36463}}
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* {{Z+|Z36670}}
* {{Z+|Z36662}}
* {{Z+|Z36666}}
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
504vl4y4d2yx91gn9r9s7ljmt0tf7yv
285458
285450
2026-06-22T07:46:10Z
Denny
81
/* Syntactic tables (experimental) */
285458
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables (experimental) ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* {{Z+|Z36717}}
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* {{Z+|Z36723}}
* Which one of these features is inherent
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* has exactly one option?
* Has more than one option?
* get first option
* get fragment of first option
* Agree options
=== Syntactic options ===
Regarding the Type {{Z+|Z36463}}
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* {{Z+|Z36670}}
* {{Z+|Z36662}}
* {{Z+|Z36666}}
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
8mv044d4mt8smfrixeedctga8jydrrp
285462
285458
2026-06-22T07:53:21Z
Denny
81
/* Syntactic tables (experimental) */
285462
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables (experimental) ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* {{Z+|Z36717}}
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* {{Z+|Z36723}}
* {{Z+|Z36727}}
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* has exactly one option?
* Has more than one option?
* get first option
* get fragment of first option
* Agree options
=== Syntactic options ===
Regarding the Type {{Z+|Z36463}}
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* {{Z+|Z36670}}
* {{Z+|Z36662}}
* {{Z+|Z36666}}
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
gvtcmlm7r09aipfdlqs4s3nt8oy2gts
285471
285462
2026-06-22T08:54:40Z
Denny
81
/* Syntactic tables (experimental) */
285471
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables (experimental) ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* '''(not working 100%)''' {{Z+|Z36717}}
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* {{Z+|Z36723}}
* '''(not working)''' {{Z+|Z36727}}
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* has exactly one option?
* Has more than one option?
* get first option
* get fragment of first option
* Agree options
=== Syntactic options ===
Regarding the Type {{Z+|Z36463}}
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* '''(not working 100%)''' {{Z+|Z36670}}
* {{Z+|Z36662}}
* {{Z+|Z36666}}
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
0c5waz7dhgsm04k5kaxal2vs62a0abo
285472
285471
2026-06-22T08:55:03Z
Denny
81
/* Syntactic tables (experimental) */
285472
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables (experimental) ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* ''(not working 100%)'' {{Z+|Z36717}}
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* {{Z+|Z36723}}
* ''(not working)'' {{Z+|Z36727}}
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* has exactly one option?
* Has more than one option?
* get first option
* get fragment of first option
* Agree options
=== Syntactic options ===
Regarding the Type {{Z+|Z36463}}
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* ''(not working 100%)'' {{Z+|Z36670}}
* {{Z+|Z36662}}
* {{Z+|Z36666}}
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
n3ubd6dl5s1fcbdgqokq5w7wp19kmo8
285482
285472
2026-06-22T09:01:36Z
Denny
81
/* Syntactic tables (experimental) */
285482
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables (experimental) ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* ''(not working 100%)'' {{Z+|Z36717}}
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* {{Z+|Z36723}}
* ''(not working)'' {{Z+|Z36727}}
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* {{Z+|Z36733}}
* Has more than one option?
* get first option
* get fragment of first option
* Agree options
=== Syntactic options ===
Regarding the Type {{Z+|Z36463}}
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* ''(not working 100%)'' {{Z+|Z36670}}
* {{Z+|Z36662}}
* {{Z+|Z36666}}
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
n95yvxscmhcba6txwvbahm4crot705e
285495
285482
2026-06-22T09:09:29Z
Denny
81
/* Syntactic tables (experimental) */
285495
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables (experimental) ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* ''(not working 100%)'' {{Z+|Z36717}}
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* {{Z+|Z36723}}
* ''(not working)'' {{Z+|Z36727}}
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* {{Z+|Z36733}}
* {{Z+|Z36737}}
* get first option
* get fragment of first option
* Agree options
=== Syntactic options ===
Regarding the Type {{Z+|Z36463}}
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* ''(not working 100%)'' {{Z+|Z36670}}
* {{Z+|Z36662}}
* {{Z+|Z36666}}
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
hd4g7d3j04rzdj143sea4drp3qbqop9
285503
285495
2026-06-22T09:29:44Z
Denny
81
/* Syntactic tables (experimental) */
285503
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables (experimental) ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* ''(not working 100%)'' {{Z+|Z36717}}
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* {{Z+|Z36723}}
* ''(not working)'' {{Z+|Z36727}}
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* {{Z+|Z36733}}
* {{Z+|Z36737}}
* {{Z+|Z36743}}
* get fragment of first option
* Agree options
=== Syntactic options ===
Regarding the Type {{Z+|Z36463}}
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* ''(not working 100%)'' {{Z+|Z36670}}
* {{Z+|Z36662}}
* {{Z+|Z36666}}
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
478tboiglp7dhz067gva4jom17bqos7
285509
285503
2026-06-22T09:37:38Z
Denny
81
/* Syntactic tables (experimental) */
285509
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables (experimental) ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* ''(not working 100%)'' {{Z+|Z36717}}
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* {{Z+|Z36723}}
* ''(not working)'' {{Z+|Z36727}}
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* {{Z+|Z36733}}
* {{Z+|Z36737}}
* {{Z+|Z36743}}
* {{Z+|Z36747}}
* Agree options
=== Syntactic options ===
Regarding the Type {{Z+|Z36463}}
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* ''(not working 100%)'' {{Z+|Z36670}}
* {{Z+|Z36662}}
* {{Z+|Z36666}}
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
8rqnkt51vjgv54dcn7h4w8ilel2ukeb
285518
285509
2026-06-22T09:42:12Z
Denny
81
/* English */
285518
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables (experimental) ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* ''(not working 100%)'' {{Z+|Z36717}}
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* {{Z+|Z36723}}
* ''(not working)'' {{Z+|Z36727}}
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* {{Z+|Z36733}}
* {{Z+|Z36737}}
* {{Z+|Z36743}}
* {{Z+|Z36747}}
* Agree options
=== Syntactic options ===
Regarding the Type {{Z+|Z36463}}
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* ''(not working 100%)'' {{Z+|Z36670}}
* {{Z+|Z36662}}
* {{Z+|Z36666}}
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* ''(not implemented)'' {{Z+|Z36607}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
8kw7dma5ejkkcx3af13bmc61j5y8gvp
285525
285518
2026-06-22T09:55:31Z
Denny
81
/* English */
285525
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables (experimental) ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* ''(not working 100%)'' {{Z+|Z36717}}
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* {{Z+|Z36723}}
* ''(not working)'' {{Z+|Z36727}}
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* {{Z+|Z36733}}
* {{Z+|Z36737}}
* {{Z+|Z36743}}
* {{Z+|Z36747}}
* Agree options
=== Syntactic options ===
Regarding the Type {{Z+|Z36463}}
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* ''(not working 100%)'' {{Z+|Z36670}}
* {{Z+|Z36662}}
* {{Z+|Z36666}}
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* ''(not implemented)'' {{Z+|Z36607}}
* English noun from Lexeme reference
* English noun from string
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
horgo9plbhdr1owq4dgavqtxitho24c
285528
285525
2026-06-22T10:09:53Z
Denny
81
/* English */
285528
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables (experimental) ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* ''(not working 100%)'' {{Z+|Z36717}}
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* {{Z+|Z36723}}
* ''(not working)'' {{Z+|Z36727}}
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* {{Z+|Z36733}}
* {{Z+|Z36737}}
* {{Z+|Z36743}}
* {{Z+|Z36747}}
* Agree options
=== Syntactic options ===
Regarding the Type {{Z+|Z36463}}
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* ''(not working 100%)'' {{Z+|Z36670}}
* {{Z+|Z36662}}
* {{Z+|Z36666}}
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
* English noun from Lexeme reference
* English noun from string
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
7rmholemoj77r3j3mh47depmbyar457
285530
285528
2026-06-22T10:12:21Z
Denny
81
/* English */
285530
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables (experimental) ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* ''(not working 100%)'' {{Z+|Z36717}}
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* {{Z+|Z36723}}
* ''(not working)'' {{Z+|Z36727}}
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* {{Z+|Z36733}}
* {{Z+|Z36737}}
* {{Z+|Z36743}}
* {{Z+|Z36747}}
* Agree options
=== Syntactic options ===
Regarding the Type {{Z+|Z36463}}
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* ''(not working 100%)'' {{Z+|Z36670}}
* {{Z+|Z36662}}
* {{Z+|Z36666}}
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
* English noun from Lexeme reference
* English noun from string for singular and plural
* English noun from string
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
si6z8nzzf93siy0yb0oz9kihbtwmnd3
285539
285530
2026-06-22T10:17:32Z
Denny
81
/* English */
285539
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables (experimental) ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* ''(not working 100%)'' {{Z+|Z36717}}
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* {{Z+|Z36723}}
* ''(not working)'' {{Z+|Z36727}}
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* {{Z+|Z36733}}
* {{Z+|Z36737}}
* {{Z+|Z36743}}
* {{Z+|Z36747}}
* Agree options
=== Syntactic options ===
Regarding the Type {{Z+|Z36463}}
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* ''(not working 100%)'' {{Z+|Z36670}}
* {{Z+|Z36662}}
* {{Z+|Z36666}}
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
* {{Z+|Z36754}}
* English noun from string for singular and plural
* English noun from string
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
f920g7i577ndnw0og57vo48rl5in3m6
285545
285539
2026-06-22T10:27:05Z
Denny
81
/* English */
285545
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables (experimental) ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* ''(not working 100%)'' {{Z+|Z36717}}
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* {{Z+|Z36723}}
* ''(not working)'' {{Z+|Z36727}}
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* {{Z+|Z36733}}
* {{Z+|Z36737}}
* {{Z+|Z36743}}
* {{Z+|Z36747}}
* Agree options
=== Syntactic options ===
Regarding the Type {{Z+|Z36463}}
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* ''(not working 100%)'' {{Z+|Z36670}}
* {{Z+|Z36662}}
* {{Z+|Z36666}}
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
* {{Z+|Z36754}}
* {{Z+|Z36759}}
* English noun from string
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
e4m8j506u008n6n5n3omq8xcn7flu1g
285553
285545
2026-06-22T10:34:34Z
Denny
81
/* English */
285553
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables (experimental) ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* ''(not working 100%)'' {{Z+|Z36717}}
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* {{Z+|Z36723}}
* ''(not working)'' {{Z+|Z36727}}
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* {{Z+|Z36733}}
* {{Z+|Z36737}}
* {{Z+|Z36743}}
* {{Z+|Z36747}}
* Agree options
=== Syntactic options ===
Regarding the Type {{Z+|Z36463}}
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* ''(not working 100%)'' {{Z+|Z36670}}
* {{Z+|Z36662}}
* {{Z+|Z36666}}
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
* {{Z+|Z36754}}
* {{Z+|Z36759}}
* {{Z+|Z36762}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
go1q5amwqejsowndih0ue3rilqwd1fq
285561
285553
2026-06-22T10:45:35Z
Denny
81
/* English */
285561
wikitext
text/x-wiki
See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms.
== Sentence and fragment generation ==
{{main|WF:NLG functions}}
{{see also|WF:Abstract Wikipedia/2025 fragment experiments}}
* {{Z+|Z26039}}
* {{Z+|Z26095}}
* {{Z+|Z26627}}
* {{Z+|Z28797}}
* {{Z+|Z28803}}
* {{Z+|Z29743}}
* {{Z+|Z31405}}
* {{Z+|Z32321}}
* {{Z+|Z32208}}
** {{Z+|Z32204}}
* {{Z+|Z32229}}
* {{Z+|Z32283}}
** {{Z+|Z32308}}
* {{Z+|Z32276}}
* {{Z+|Z32297}}
* {{Z+|Z32326}}
=== Cross-lingual sentence creation ===
* {{Z+|Z22664}}
* {{Z+|Z26955}}
* {{Z+|Z27137}}
* {{Z+|Z27885}}
** {{Z+|Z30159}}
* {{Z+|Z28254}}
=== Helpers ===
;Genders
* {{z+|Z26676}}
* {{z+|Z30539}}
* {{z+|Z28089}}
* {{z+|Z26745}}
* {{z+|Z23067}}
* {{z+|Z26364}}
* {{z+|Z25754}}
* {{z+|Z20616}}
== Numbers ==
* {{Z+|Z16437}}
* {{Z+|Z26829}}
== Natural language ==
{{Help:Type deconstruction table/Natural language}}
* {{Z+|Z860}}
* {{Z+|Z29958}}
** {{Z+|Z29649}}
* {{Z+|Z14326}}
* {{Z+|Z14321}}
** {{Z+|Z29750}}
* {{Z+|Z24097}}
* {{Z+|Z28282}}
* {{Z+|Z33738}}
* {{Z+|Z29654}}
* {{Z+|Z30043}}
== Monolingual text and stringset ==
{{Help:Type deconstruction table/Monolingual text}}
{{Help:Type deconstruction table/Monolingual stringset}}
* {{Z+|Z14392}}
* {{Z+|Z12877}}
** {{Z+|Z33175}}
** {{Z+|Z14334}}
* {{Z+|Z14396}}
** {{Z+|Z21583}}
** {{Z+|Z29749}}
* {{Z+|Z19254}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z26107}}
** {{Z+|Z861}}
* {{Z+|Z34663}}
== Multilingual text and stringset ==
{{Help:Type deconstruction table/Multilingual text}}
{{Help:Type deconstruction table/Multilingual stringset}}
* {{Z+|Z19312}}
* {{Z+|Z19254}}
* {{Z+|Z19272}}
* {{Z+|Z19279}}
* {{Z+|Z23236}}
* {{Z+|Z27893}}
** {{Z+|Z27905}}
== Select a language and language configurator ==
{{Help:Type deconstruction table/Per lang config}}
{{Help:Type deconstruction table/Per lang config branch}}
* {{Z+|Z14310}}
* {{Z+|Z14311}}
* {{Z+|Z14548}}
* {{Z+|Z23156}}
* {{Z+|Z23159}}
* {{Z+|Z23143}}
== Syntactic tables (experimental) ==
Regarding the Type {{Z+|Z36462}}
* {{Z+|Z36608}}
* ''(not working 100%)'' {{Z+|Z36717}}
* {{Z+|Z36613}}
* {{Z+|Z36616}}
* {{Z+|Z36636}}
* {{Z+|Z36639}}
* {{Z+|Z36644}}
* {{Z+|Z36723}}
* ''(not working)'' {{Z+|Z36727}}
* {{Z+|Z36650}}
* {{Z+|Z36652}}
* {{Z+|Z36733}}
* {{Z+|Z36737}}
* {{Z+|Z36743}}
* {{Z+|Z36747}}
* Agree options
=== Syntactic options ===
Regarding the Type {{Z+|Z36463}}
* {{Z+|Z36656}}
* {{Z+|Z36658}}
* {{Z+|Z36660}}
* ''(not working 100%)'' {{Z+|Z36670}}
* {{Z+|Z36662}}
* {{Z+|Z36666}}
=== Language-specific ===
These should probably move or be copied on the language specific functions.
==== English ====
* Example noun: {{Z|Z36617}}
* {{Z+|Z36607}}
* {{Z+|Z36754}}
* {{Z+|Z36759}}
* {{Z+|Z36762}}
* {{Z+|Z36766}}
==== German ====
* {{Z|Z36645}}
[[Category:Lists of functions]]
j72jtoyjpso8jc39ddd0lzwwx1c8t65
Wikifunctions:Catalogue/List operations
4
41955
285206
280349
2026-06-21T17:19:30Z
Denny
81
/* Properties */
285206
wikitext
text/x-wiki
* {{Z+|Z881}}
== Properties ==
<!-- type -->
* {{Z+|Z18636}}
<!-- length -->
* {{Z+|Z12681}}
** {{Z+|Z30164}}
*** {{Z+|Z813}}
**** {{Z+|Z23120}}
**** {{Z+|Z30075}}
*** {{Z+|Z32302}}
*** {{Z+|Z12755}}
*** {{Z+|Z12759}}
*** {{Z+|Z12864}}
**** {{Z+|Z13310}}
**** {{Z+|Z21212}}
**** {{Z+|Z12851}}
** {{Z+|Z31612}}
*** {{Z+|Z35587}}
** {{Z+|Z31605}}
* {{Z+|Z31592}}
<!-- contains -->
* {{Z+|Z12696}}
** {{Z+|Z34367}}
** {{Z+|Z12738}}
*** {{Z+|Z13752}}
*** {{Z+|Z12698}}
** {{Z+|Z12735}}
*** {{Z+|Z12684}}
** {{Z+|Z34378}}
** {{Z+|Z12846}}
*** {{Z+|Z34380}}
*** {{Z+|Z12741}}
<!-- equals -->
* {{Z+|Z889}}
** {{Z+|Z18646}}
*** {{Z+|Z24166}}
** {{Z+|Z34270}}
** {{Z+|Z34273}}
** {{Z+|Z31013}}
*** {{Z+|Z31019}}
*** {{Z+|Z10393}}
*** {{Z+|Z31026}}
<!-- count -->
* {{Z+|Z29413}}
** {{Z+|Z31600}}
** {{Z+|Z22874}}
** {{Z+|Z34793}}
*** {{Z+|Z29409}}
<!-- indexOf -->
* {{Z+|Z13708}}
** {{Z+|Z28715}}
** {{Z+|Z19536}}
** {{Z+|Z31575}}
*** {{Z+|Z31583}}
<!-- startsWith -->
* {{Z+|Z21613}}
** {{Z+|Z31294}}
** {{Z+|Z30975}}
*** {{Z+|Z30977}}
*** {{Z+|Z31002}}
<!-- endsWith -->
* {{Z+|Z31758}}
** {{Z+|Z31763}}
** {{Z+|Z30976}}
*** {{Z+|Z30978}}
*** {{Z+|Z31003}}
== Indexing/slicing ==
<!-- first -->
* {{Z+|Z811}}
** {{Z+|Z22839}}
** {{Z+|Z13366}}
*** {{Z+|Z24203}}
* {{Z+|Z29446}}
** {{Z+|Z16360}}
<!-- last -->
* {{Z+|Z12964}}
** {{Z+|Z13362}}
<!-- nth -->
* {{Z+|Z13397}}
** {{Z+|Z26904}}
** {{Z+|Z30282}}
*** {{Z+|Z31587}}
** {{Z+|Z26556}}
** {{Z+|Z31809}}
*** {{Z+|Z28735}}
<!-- dropFirst -->
* {{Z+|Z812}}
** {{Z+|Z13369}}
*** {{Z+|Z31874}}
<!-- dropLast -->
* {{Z+|Z12967}}
** {{Z+|Z13373}}
** {{Z|Z18284}}
== Removal/filtering ==
<!-- remove -->
* {{Z+|Z12856}}
** {{Z+|Z13081}}
*** {{Z|Z18291}}
** {{Z+|Z22865}}
** {{Z+|Z34538}}
** {{Z+|Z19205}}
*** {{Z+|Z13078}}
*** {{Z+|Z19202}}
** {{Z+|Z31874}}
<!-- removeAt -->
* {{Z+|Z31364}}
** {{Z+|Z13429}}
** {{Z+|Z35597}}
** {{Z+|Z13369}}
** {{Z+|Z13373}}
** {{Z+|Z29400}}
*** {{Z+|Z18194}}
<!-- filter with predicate -->
* {{Z+|Z872}}
** {{Z+|Z33453}}
** {{Z+|Z21809}}
** {{Z+|Z28316}}
<!-- filter by key -->
* {{Z+|Z27413}}
** {{Z+|Z33105}}
*** {{Z+|Z24849}}
**** {{Z+|Z24855}}
== Substitution/transformation ==
<!-- un/type -->
* {{Z|Z15142}} (no-op)
* {{Z+|Z18729}}
** {{Z+|Z18475}}
** {{Z+|Z17895}}
*** {{Z+|Z28691}}
<!-- substituteAt -->
* {{Z+|Z31369}}
<!-- map -->
* {{Z+|Z873}}
** {{Z+|Z24846}}
** {{Z+|Z32453}}
** {{Z+|Z32806}}
== Insertion ==
<!-- prepend -->
* {{Z+|Z810}}
** {{Z+|Z24285}}
** {{Z+|Z31721}}
<!-- append -->
* {{Z+|Z18597}}
** {{Z+|Z12961}}
*** {{Z+|Z24150}}
*** {{Z|Z18276}}
** {{Z+|Z34519}}
** {{Z+|Z24655}}
** {{Z+|Z33720}}
<!-- insert -->
* {{Z+|Z31345}}
** {{Z+|Z31340}}
** {{Z+|Z33646}}
<!-- concat -->
* {{Z+|Z12767}}
** {{Z+|Z18755}}
*** {{Z|Z18288}}
** {{Z+|Z27665}}
** {{Z+|Z34538}}
== Generation ==
<!-- list from element -->
* {{Z+|Z14046}}
** {{Z+|Z27685}}
** {{Z+|Z24291}}
** {{Z+|Z21389}}
<!-- from range -->
* {{Z+|Z21821}}
** {{Z+|Z23921}}
*** {{Z+|Z24387}}
*** {{Z+|Z24382}}
** {{Z+|Z13831}}
** {{Z+|Z31619}}
*** {{Z+|Z36018}}
*** {{Z+|Z36033}}
<!-- product of lists -->
* {{Z+|Z29286}}
** {{Z+|Z29324}}
<!-- power set -->
* {{Z+|Z18194}}
== Ordering and grouping ==
<!-- reverse -->
* {{Z+|Z18759}}
** {{Z+|Z12668}}
** {{Z+|Z18479}}
** {{Z|Z17770}}
** {{Z|Z17774}}
** {{Z|Z17778}}
* {{Z+|Z24176}}
<!-- cycle -->
* {{Z+|Z31355}}
** {{Z+|Z25526}}
** {{Z+|Z22179}}
<!-- sort by key -->
* {{Z+|Z29725}}
* {{Z+|Z19510}}
<!-- sort with comparator -->
* {{Z+|Z27612}}
** {{Z+|Z17873}}
*** {{Z+|Z29429}}
** {{Z+|Z17869}}
** {{Z+|Z12671}}
** {{Z+|Z18281}}
<!-- shuffle -->
* {{Z+|Z29400}}
* {{Z+|Z13247}}
<!-- group -->
* {{Z+|Z30157}}
** {{Z+|Z32585}}
* {{Z+|Z34790}}
** {{Z+|Z30865}}
<!-- chunk -->
* {{Z+|Z29795}}
* {{Z+|Z13224}}
<!-- reduce -->
* {{Z|Z876}} (actually left-associative ''fold'')
** {{Z|Z12781}} (actually left-associative ''reduce'')
*** {{Z|Z20089}} w/ initial empty check
** {{Z|Z12753}} (actually right-associative ''reduce'')
<!-- flatten -->
* {{Z+|Z12676}}
** {{Z+|Z23606}}
** {{Z+|Z27665}}
*** {{Z+|Z32453}}
** {{Z+|Z13155}}
== Matrix math ==
Since we don't have specific types for vectors or matrices, vectors are represented as a list and matrices as a list of lists (to be interpreted as a list of rows).
<!-- properties -->
* {{Z+|Z31612}}
** {{Z+|Z35587}}
* {{Z+|Z31747}}
** {{Z+|Z31752}}
* {{Z+|Z35585}}
* {{Z+|Z24166}}
** {{Z+|Z24171}}
<!-- indexing -->
* {{Z+|Z13397}}
** {{Z+|Z30282}}
** {{Z+|Z31587}}
*** {{Z+|Z31585}}
<!-- removal -->
* {{Z+|Z31364}}
** {{Z+|Z35597}}
<!-- transformation -->
* {{Z+|Z32806}}
* {{Z+|Z31818}}
* {{Z+|Z24055}}
** {{Z+|Z17670}}
*** {{Z+|Z17675}}
** {{Z+|Z24162}}
* {{Z+|Z24060}}
** {{Z+|Z24436}}
* {{Z+|Z24185}}
** {{Z+|Z20659}}
* {{Z+|Z21903}}
* {{Z+|Z24239}}
** {{Z+|Z31749}}
* {{Z+|Z24346}}
** {{Z+|Z24342}}
* {{Z+|Z14046}}
** {{Z+|Z24177}}
* {{Z+|Z29301}}
** {{Z+|Z24182}}
* {{Z+|Z24191}}
* {{Z+|Z24236}}
* {{Z+|Z29308}}
<!-- insertion -->
* {{Z+|Z810}}
** {{Z+|Z24285}}
** {{Z+|Z24299}}
* {{Z+|Z18597}}
<!-- ordering -->
* {{Z+|Z18759}}
* {{Z+|Z24176}}
<!-- generation -->
* {{Z+|Z24291}} (useful for creating 1x1 matrixes)
** {{Z+|Z24251}}
* {{Z+|Z24290}}
* {{Z+|Z29286}}
** {{Z+|Z29324}}
== Functions expecting a list argument ==
* [[Special:Search/: "Z17K1 Z1K1 Z7 Z7K1 Z881 Z881K1"|Complete list of functions]]
** [[Special:Search/: "Z17K1 Z1K1 Z7 Z7K1 Z881 Z881K1" !"Z17K1 Z1K1 Z7 Z7K1 Z881 Z881K1 Z1"| Functions specifying a “properly typed” list argument]]
** [[Special:Search/: "Z17K1 Z1K1 Z7 Z7K1 Z881 Z881K1 Z1"|Functions not specifying the type for their list argument (Z1-typed or “untyped”)]]
== Functions with list outputs ==
*[[Special:Search/: "Z8K2 Z1K1 Z7 Z7K1 Z881 Z881K1"|Complete list of functions]]
**[[Special:Search/: "Z8K2 Z1K1 Z7 Z7K1 Z881 Z881K1" !"Z8K2 Z1K1 Z7 Z7K1 Z881 Z881K1 Z1|Functions specifying a “properly typed” output list]]
**[[Special:Search/: "Z8K2 Z1K1 Z7 Z7K1 Z881 Z881K1 Z1"|Functions not specifying the type for the output list (Z1-typed or “untyped”)]]
# If a function specifies an output list with a type other than [[Z1]] (that is, it specifies a "properly typed" list), mismatched elements cause an error if the implementation is in code.
# If all objects in an output list have the same type, the list takes that type instead of being Z1-typed. This only happens if the implementation is in code. For compositions, you can use {{Z|Z18475}} to get the same result.
#If a code implementation needs custom-converted objects (provided by a {{Z|Z46}}), any list input must be properly typed (objects in a Z1-typed list are not converted). Similarly, any list output must be properly typed (not [[Z1]] in the function specification) or else conversion into a Wikifunctions object will fail.
#If a code implementation does not need converted objects, you can use {{Z|Z28691}} to convert a properly typed list to Z1-typed (but this is [[Wikifunctions:Project_chat/Archive/2024/07#Typed_lists_now_open_beyond_Booleans_and_Strings|not officially supported]]). (The list will remain properly typed if there are no custom converters to code. Use {{Z|Z17895}} to make the list Z1-typed unconditionally.)
[[Category:Lists of functions]]
p7v6ypig5jkgnvyxtgcosoqzfoyrv3q
Wikifunctions:Catalogue/Functional operations
4
41963
285357
284854
2026-06-22T06:11:14Z
YoshiRulz
10156
/* Function application */ Add apply over matrix
285357
wikitext
text/x-wiki
''Note that functions as argument or return types are not fully supported yet.'' See [https://www.wikifunctions.org/w/index.php?title=Wikifunctions%3AProject_chat&diff=84357&oldid=84356]
== Object structure ==
{{Help:Type deconstruction table/Function}}
* {{Z+|Z28231}}
* {{Z+|Z21177}}
** {{Z+|Z28222}}
** {{Z+|Z21172}}
** {{Z+|Z28227}}
** {{Z+|Z28243}}
** {{Z+|Z29484}}
* {{Z+|Z10112}}
* {{Z+|Z23393}}
* {{Z+|Z23397}}
===Test cases===
{{Help:Type deconstruction table/Test case}}
* {{Z+|Z21182}}
* {{Z+|Z21180}}
===Implementations===
{{Help:Type deconstruction table/Implementation}}
{{Help:Type deconstruction table/Code}}
== Function application ==
* {{Z+|Z873}}
* {{Z+|Z13036}}
** {{Z+|Z27006}}
** {{Z+|Z27143}}
** {{Z+|Z28249}}
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13036}}
{{n-ary map function visualisation|1}}
|}
* {{Z+|Z13318}}
** {{Z+|Z28236}}
** {{Z+|Z13436}}
** {{Z+|Z13464}}
** {{Z+|Z14779}}
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13318}}
{{n-ary map function visualisation|1|1}}
|-
! colspan="2" |
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13436}}
{{n-ary map function visualisation|1|3}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13464}}
{{n-ary map function visualisation|3|1}}
|-
! colspan="2" |
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|14779}}
{{n-ary map function visualisation|3|3}}
|}
* {{Z+|Z21216}}
** {{Z+|Z32695}}
** {{Z+|Z31262}}
** {{Z+|Z29370}}
** {{Z+|Z31095}}
** {{Z+|Z35421}}
** {{Z+|Z29787}}
** {{Z+|Z31098}}
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|21216}}
{{n-ary map function visualisation|1|1|1}}
|-
! colspan="2" |
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|32695}}
{{n-ary map function visualisation|3|1|1}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|31262}}
{{n-ary map function visualisation|1|3|1}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|29370}}
{{n-ary map function visualisation|1|1|3}}
|-
! colspan="2" |
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|31095}}
{{n-ary map function visualisation|3|3|1}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|35421}}
{{n-ary map function visualisation|3|1|3}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|29787}}
{{n-ary map function visualisation|1|3|3}}
|-
! colspan="2" |
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|31098}}
{{n-ary map function visualisation|3|3|3}}
|}
* {{Z+|Z30438}}
* {{Z+|Z22074}}
** {{Z+|Z29390}}
* {{Z+|Z32806}}
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|32806}}
{{n-ary map function visualisation|4}}
|}
* {{Z+|Z17352}}
* {{Z+|Z17355}}
* {{Z+|Z21402}}
* {{Z+|Z30009}}
* {{Z+|Z13351}}
* {{Z+|Z29286}}
* {{Z+|Z29324}}
** {{Z+|Z29368}}
== Comparisons requiring function arguments ==
* {{Z+|Z889}}
* {{Z+|Z18646}}
* {{Z+|Z23100}}
* {{Z+|Z23356}}
* {{Z+|Z23360}}
* {{Z+|Z27622}}
== Others ==
* {{Z+|Z32864}}
* {{Z+|Z12875}}
* {{Z+|Z10249}}
* {{Z+|Z17958}}
* {{Z+|Z26394}}
===Search for===
[[Special:Search/: "Z8K2 Z8" OR "Z8K2 Z1K1 Z7 Z7K1 Z881 Z881K1 Z8" OR "Z17K1 Z8" OR "Z17K1 Z1K1 Z7 Z7K1 Z881 Z881K1 Z8"|Functions expecting or returning an explicit Function object, singly or in a list]]
* {{Z+|Z22849}}
* {{Z+|Z22973}}
* {{Z+|Z23211}}
* {{Z+|Z23072}}
[[Category:Lists of functions]]
7vd7me3kej0jbsxhaabnsggyqinda8b
285399
285357
2026-06-22T06:30:56Z
YoshiRulz
10156
/* Function application */ Add apply2 scalar+matrix functions
285399
wikitext
text/x-wiki
''Note that functions as argument or return types are not fully supported yet.'' See [https://www.wikifunctions.org/w/index.php?title=Wikifunctions%3AProject_chat&diff=84357&oldid=84356]
== Object structure ==
{{Help:Type deconstruction table/Function}}
* {{Z+|Z28231}}
* {{Z+|Z21177}}
** {{Z+|Z28222}}
** {{Z+|Z21172}}
** {{Z+|Z28227}}
** {{Z+|Z28243}}
** {{Z+|Z29484}}
* {{Z+|Z10112}}
* {{Z+|Z23393}}
* {{Z+|Z23397}}
===Test cases===
{{Help:Type deconstruction table/Test case}}
* {{Z+|Z21182}}
* {{Z+|Z21180}}
===Implementations===
{{Help:Type deconstruction table/Implementation}}
{{Help:Type deconstruction table/Code}}
== Function application ==
* {{Z+|Z873}}
* {{Z+|Z13036}}
** {{Z+|Z27006}}
** {{Z+|Z27143}}
** {{Z+|Z28249}}
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13036}}
{{n-ary map function visualisation|1}}
|}
* {{Z+|Z13318}}
** {{Z+|Z28236}}
** {{Z+|Z13436}}
** {{Z+|Z13464}}
** {{Z+|Z14779}}
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13318}}
{{n-ary map function visualisation|1|1}}
|-
! colspan="2" |
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13436}}
{{n-ary map function visualisation|1|3}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13464}}
{{n-ary map function visualisation|3|1}}
|-
! colspan="2" |
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|14779}}
{{n-ary map function visualisation|3|3}}
|}
* {{Z+|Z21216}}
** {{Z+|Z32695}}
** {{Z+|Z31262}}
** {{Z+|Z29370}}
** {{Z+|Z31095}}
** {{Z+|Z35421}}
** {{Z+|Z29787}}
** {{Z+|Z31098}}
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|21216}}
{{n-ary map function visualisation|1|1|1}}
|-
! colspan="2" |
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|32695}}
{{n-ary map function visualisation|3|1|1}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|31262}}
{{n-ary map function visualisation|1|3|1}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|29370}}
{{n-ary map function visualisation|1|1|3}}
|-
! colspan="2" |
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|31095}}
{{n-ary map function visualisation|3|3|1}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|35421}}
{{n-ary map function visualisation|3|1|3}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|29787}}
{{n-ary map function visualisation|1|3|3}}
|-
! colspan="2" |
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|31098}}
{{n-ary map function visualisation|3|3|3}}
|}
* {{Z+|Z30438}}
* {{Z+|Z22074}}
** {{Z+|Z29390}}
* {{Z+|Z32806}}
** {{Z+|Z36693}}
** {{Z+|Z36700}}
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|32806}}
{{n-ary map function visualisation|4}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|36693}}
{{n-ary map function visualisation|4|1}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|36700}}
{{n-ary map function visualisation|1|4}}
|}
* {{Z+|Z17352}}
* {{Z+|Z17355}}
* {{Z+|Z21402}}
* {{Z+|Z30009}}
* {{Z+|Z13351}}
* {{Z+|Z29286}}
* {{Z+|Z29324}}
** {{Z+|Z29368}}
== Comparisons requiring function arguments ==
* {{Z+|Z889}}
* {{Z+|Z18646}}
* {{Z+|Z23100}}
* {{Z+|Z23356}}
* {{Z+|Z23360}}
* {{Z+|Z27622}}
== Others ==
* {{Z+|Z32864}}
* {{Z+|Z12875}}
* {{Z+|Z10249}}
* {{Z+|Z17958}}
* {{Z+|Z26394}}
===Search for===
[[Special:Search/: "Z8K2 Z8" OR "Z8K2 Z1K1 Z7 Z7K1 Z881 Z881K1 Z8" OR "Z17K1 Z8" OR "Z17K1 Z1K1 Z7 Z7K1 Z881 Z881K1 Z8"|Functions expecting or returning an explicit Function object, singly or in a list]]
* {{Z+|Z22849}}
* {{Z+|Z22973}}
* {{Z+|Z23211}}
* {{Z+|Z23072}}
[[Category:Lists of functions]]
f8txybat1gsb3wjbxtbgkqsr8lixa9w
285413
285399
2026-06-22T06:40:46Z
YoshiRulz
10156
/* Function application */ Add visualisation for map (over vector) to table
285413
wikitext
text/x-wiki
''Note that functions as argument or return types are not fully supported yet.'' See [https://www.wikifunctions.org/w/index.php?title=Wikifunctions%3AProject_chat&diff=84357&oldid=84356]
== Object structure ==
{{Help:Type deconstruction table/Function}}
* {{Z+|Z28231}}
* {{Z+|Z21177}}
** {{Z+|Z28222}}
** {{Z+|Z21172}}
** {{Z+|Z28227}}
** {{Z+|Z28243}}
** {{Z+|Z29484}}
* {{Z+|Z10112}}
* {{Z+|Z23393}}
* {{Z+|Z23397}}
===Test cases===
{{Help:Type deconstruction table/Test case}}
* {{Z+|Z21182}}
* {{Z+|Z21180}}
===Implementations===
{{Help:Type deconstruction table/Implementation}}
{{Help:Type deconstruction table/Code}}
== Function application ==
* {{Z+|Z873}}
* {{Z+|Z13036}}
** {{Z+|Z27006}}
** {{Z+|Z27143}}
** {{Z+|Z28249}}
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13036}}
{{n-ary map function visualisation|1}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|873}}
{{n-ary map function visualisation|3}}
|}
* {{Z+|Z13318}}
** {{Z+|Z28236}}
** {{Z+|Z13436}}
** {{Z+|Z13464}}
** {{Z+|Z14779}}
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13318}}
{{n-ary map function visualisation|1|1}}
|-
! colspan="2" |
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13436}}
{{n-ary map function visualisation|1|3}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13464}}
{{n-ary map function visualisation|3|1}}
|-
! colspan="2" |
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|14779}}
{{n-ary map function visualisation|3|3}}
|}
* {{Z+|Z21216}}
** {{Z+|Z32695}}
** {{Z+|Z31262}}
** {{Z+|Z29370}}
** {{Z+|Z31095}}
** {{Z+|Z35421}}
** {{Z+|Z29787}}
** {{Z+|Z31098}}
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|21216}}
{{n-ary map function visualisation|1|1|1}}
|-
! colspan="2" |
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|32695}}
{{n-ary map function visualisation|3|1|1}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|31262}}
{{n-ary map function visualisation|1|3|1}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|29370}}
{{n-ary map function visualisation|1|1|3}}
|-
! colspan="2" |
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|31095}}
{{n-ary map function visualisation|3|3|1}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|35421}}
{{n-ary map function visualisation|3|1|3}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|29787}}
{{n-ary map function visualisation|1|3|3}}
|-
! colspan="2" |
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|31098}}
{{n-ary map function visualisation|3|3|3}}
|}
* {{Z+|Z30438}}
* {{Z+|Z22074}}
** {{Z+|Z29390}}
* {{Z+|Z32806}}
** {{Z+|Z36693}}
** {{Z+|Z36700}}
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|32806}}
{{n-ary map function visualisation|4}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|36693}}
{{n-ary map function visualisation|4|1}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|36700}}
{{n-ary map function visualisation|1|4}}
|}
* {{Z+|Z17352}}
* {{Z+|Z17355}}
* {{Z+|Z21402}}
* {{Z+|Z30009}}
* {{Z+|Z13351}}
* {{Z+|Z29286}}
* {{Z+|Z29324}}
** {{Z+|Z29368}}
== Comparisons requiring function arguments ==
* {{Z+|Z889}}
* {{Z+|Z18646}}
* {{Z+|Z23100}}
* {{Z+|Z23356}}
* {{Z+|Z23360}}
* {{Z+|Z27622}}
== Others ==
* {{Z+|Z32864}}
* {{Z+|Z12875}}
* {{Z+|Z10249}}
* {{Z+|Z17958}}
* {{Z+|Z26394}}
===Search for===
[[Special:Search/: "Z8K2 Z8" OR "Z8K2 Z1K1 Z7 Z7K1 Z881 Z881K1 Z8" OR "Z17K1 Z8" OR "Z17K1 Z1K1 Z7 Z7K1 Z881 Z881K1 Z8"|Functions expecting or returning an explicit Function object, singly or in a list]]
* {{Z+|Z22849}}
* {{Z+|Z22973}}
* {{Z+|Z23211}}
* {{Z+|Z23072}}
[[Category:Lists of functions]]
8ily61b3tmiexp5gyee1wtx9k2pliel
285415
285413
2026-06-22T06:45:45Z
YoshiRulz
10156
/* Function application */ Distribute the 1-ary and 2-ary matrix apply functions to the existing 1-ary and 2-ary sections
285415
wikitext
text/x-wiki
''Note that functions as argument or return types are not fully supported yet.'' See [https://www.wikifunctions.org/w/index.php?title=Wikifunctions%3AProject_chat&diff=84357&oldid=84356]
== Object structure ==
{{Help:Type deconstruction table/Function}}
* {{Z+|Z28231}}
* {{Z+|Z21177}}
** {{Z+|Z28222}}
** {{Z+|Z21172}}
** {{Z+|Z28227}}
** {{Z+|Z28243}}
** {{Z+|Z29484}}
* {{Z+|Z10112}}
* {{Z+|Z23393}}
* {{Z+|Z23397}}
===Test cases===
{{Help:Type deconstruction table/Test case}}
* {{Z+|Z21182}}
* {{Z+|Z21180}}
===Implementations===
{{Help:Type deconstruction table/Implementation}}
{{Help:Type deconstruction table/Code}}
== Function application ==
* {{Z+|Z13036}}
** {{Z+|Z873}}
*** {{Z+|Z32806}}
** {{Z+|Z27006}}
** {{Z+|Z27143}}
** {{Z+|Z28249}}
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13036}}
{{n-ary map function visualisation|1}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|873}}
{{n-ary map function visualisation|3}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|32806}}
{{n-ary map function visualisation|4}}
|}
* {{Z+|Z13318}}
** {{Z+|Z28236}}
** {{Z+|Z13436}}
*** {{Z+|Z36700}}
** {{Z+|Z13464}}
*** {{Z+|Z36693}}
** {{Z+|Z14779}}
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13318}}
{{n-ary map function visualisation|1|1}}
|-
! colspan="2" |
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13464}}
{{n-ary map function visualisation|3|1}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|36693}}
{{n-ary map function visualisation|4|1}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13436}}
{{n-ary map function visualisation|1|3}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|36700}}
{{n-ary map function visualisation|1|4}}
|-
! colspan="2" |
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|14779}}
{{n-ary map function visualisation|3|3}}
|}
* {{Z+|Z21216}}
** {{Z+|Z32695}}
** {{Z+|Z31262}}
** {{Z+|Z29370}}
** {{Z+|Z31095}}
** {{Z+|Z35421}}
** {{Z+|Z29787}}
** {{Z+|Z31098}}
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|21216}}
{{n-ary map function visualisation|1|1|1}}
|-
! colspan="2" |
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|32695}}
{{n-ary map function visualisation|3|1|1}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|31262}}
{{n-ary map function visualisation|1|3|1}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|29370}}
{{n-ary map function visualisation|1|1|3}}
|-
! colspan="2" |
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|31095}}
{{n-ary map function visualisation|3|3|1}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|35421}}
{{n-ary map function visualisation|3|1|3}}
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|29787}}
{{n-ary map function visualisation|1|3|3}}
|-
! colspan="2" |
|-
! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|31098}}
{{n-ary map function visualisation|3|3|3}}
|}
* {{Z+|Z30438}}
* {{Z+|Z22074}}
** {{Z+|Z29390}}
* {{Z+|Z17352}}
* {{Z+|Z17355}}
* {{Z+|Z21402}}
* {{Z+|Z30009}}
* {{Z+|Z13351}}
* {{Z+|Z29286}}
* {{Z+|Z29324}}
** {{Z+|Z29368}}
== Comparisons requiring function arguments ==
* {{Z+|Z889}}
* {{Z+|Z18646}}
* {{Z+|Z23100}}
* {{Z+|Z23356}}
* {{Z+|Z23360}}
* {{Z+|Z27622}}
== Others ==
* {{Z+|Z32864}}
* {{Z+|Z12875}}
* {{Z+|Z10249}}
* {{Z+|Z17958}}
* {{Z+|Z26394}}
===Search for===
[[Special:Search/: "Z8K2 Z8" OR "Z8K2 Z1K1 Z7 Z7K1 Z881 Z881K1 Z8" OR "Z17K1 Z8" OR "Z17K1 Z1K1 Z7 Z7K1 Z881 Z881K1 Z8"|Functions expecting or returning an explicit Function object, singly or in a list]]
* {{Z+|Z22849}}
* {{Z+|Z22973}}
* {{Z+|Z23211}}
* {{Z+|Z23072}}
[[Category:Lists of functions]]
jojxkzhlto6tgcaw1utfdmq4mcycldh
Z19586
0
41996
285295
284066
2026-06-21T19:38:26Z
Hogü-456
617
285295
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19586"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z1",
"Z882K2": "Z1"
},
"Z17K2": "Z19586K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first typed pair"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "première paire typée"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "prima coppia tipizzata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "ketikan pasangan pertama"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "erstes typisiertes Paar"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z1",
"Z882K2": "Z1"
},
"Z17K2": "Z19586K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "second typed pair"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "seconde paire typée"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "seconda coppia tipizzata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "ketikan pasangan kedua"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "zweites typisiertes Paar"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z19587",
"Z19589",
"Z19588",
"Z34036",
"Z34037"
],
"Z8K4": [
"Z14",
"Z30457",
"Z30288",
"Z19590",
"Z34049"
],
"Z8K5": "Z19586"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "equal Typed pairs"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "égalité de paires typées"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "Coppie tipizzate uguali"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "pasangan bertipe sama"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Gleich typisierte Paare"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"Typed pair equality",
"=",
"pairs equal",
"equality of Typed pairs",
"same Typed pair",
"==Z882"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1787",
"Z31K2": [
"Z6",
"stessa coppia tipizzata",
"uguaglianza tra coppie tipizzate"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1078",
"Z31K2": [
"Z6",
"=",
"==Z882"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1430",
"Z31K2": [
"Z6",
"gleiche Paare"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "tests if two Typed pairs are as equal as possible"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "renvoie \"vrai\" si les deux paires typées sont aussi égales que possibles, sinon \"faux\""
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "Controlla se le due Coppie tipizzate sono le più uguali possibile"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "menguji apakah dua pasangan yang diketik sama persis"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "prüft ob zwei typisierte Paare gleich sind"
}
]
}
}
auhhtmgbs0arwbftexqhvfw0bbtt32i
285296
285295
2026-06-21T19:38:33Z
WikiLambda system
3
Updated the implementation list (see [[Help:Wikifunctions/Implementation_ordering_and_choosing|About implementation selection]])
285296
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19586"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z1",
"Z882K2": "Z1"
},
"Z17K2": "Z19586K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first typed pair"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "première paire typée"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "prima coppia tipizzata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "ketikan pasangan pertama"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "erstes typisiertes Paar"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z1",
"Z882K2": "Z1"
},
"Z17K2": "Z19586K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "second typed pair"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "seconde paire typée"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "seconda coppia tipizzata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "ketikan pasangan kedua"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "zweites typisiertes Paar"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z19587",
"Z19589",
"Z19588",
"Z34036",
"Z34037"
],
"Z8K4": [
"Z14",
"Z30288",
"Z30457",
"Z34049",
"Z19590"
],
"Z8K5": "Z19586"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "equal Typed pairs"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "égalité de paires typées"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "Coppie tipizzate uguali"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "pasangan bertipe sama"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Gleich typisierte Paare"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"Typed pair equality",
"=",
"pairs equal",
"equality of Typed pairs",
"same Typed pair",
"==Z882"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1787",
"Z31K2": [
"Z6",
"stessa coppia tipizzata",
"uguaglianza tra coppie tipizzate"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1078",
"Z31K2": [
"Z6",
"=",
"==Z882"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1430",
"Z31K2": [
"Z6",
"gleiche Paare"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "tests if two Typed pairs are as equal as possible"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "renvoie \"vrai\" si les deux paires typées sont aussi égales que possibles, sinon \"faux\""
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "Controlla se le due Coppie tipizzate sono le più uguali possibile"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "menguji apakah dua pasangan yang diketik sama persis"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "prüft ob zwei typisierte Paare gleich sind"
}
]
}
}
hcik9e5i5z17gb65hmdazhzjhxeobq2
Z19694
0
42439
285292
253801
2026-06-21T19:35:08Z
Hogü-456
617
285292
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19694"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z19677",
"Z17K2": "Z19694K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Number"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "numero"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "nomor"
}
]
}
}
],
"Z8K2": "Z19677",
"Z8K3": [
"Z20",
"Z19696",
"Z19697",
"Z19698",
"Z19786"
],
"Z8K4": [
"Z14",
"Z24429",
"Z19787",
"Z19695"
],
"Z8K5": "Z19694"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "negate rational number"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "opposto di numero razionale"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "meniadakan bilangan rasional"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "rend le négatif d'un nombre rationnel"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "rationale Zahl negieren"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"-q",
"-",
"negative",
"rational negative",
"rational negation"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1787",
"Z31K2": [
"Z6",
"negativo"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Negates a rational number"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Menyangkal bilangan rasional"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "a/b donne -a/b"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Kehrt das Vorzeichen einer eingegebenen rationalen Zahl um."
}
]
}
}
eg242tbupyfvpt3kzjgsa8mq45o5jqt
285293
285292
2026-06-21T19:35:25Z
Hogü-456
617
285293
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19694"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z19677",
"Z17K2": "Z19694K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Number"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "numero"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "nomor"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Nummer"
}
]
}
}
],
"Z8K2": "Z19677",
"Z8K3": [
"Z20",
"Z19696",
"Z19697",
"Z19698",
"Z19786"
],
"Z8K4": [
"Z14",
"Z24429",
"Z19787",
"Z19695"
],
"Z8K5": "Z19694"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "negate rational number"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "opposto di numero razionale"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "meniadakan bilangan rasional"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "rend le négatif d'un nombre rationnel"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "rationale Zahl negieren"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"-q",
"-",
"negative",
"rational negative",
"rational negation"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1787",
"Z31K2": [
"Z6",
"negativo"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Negates a rational number"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Menyangkal bilangan rasional"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "a/b donne -a/b"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Kehrt das Vorzeichen einer eingegebenen rationalen Zahl um."
}
]
}
}
acujhhsru4fyh2dcncojfj6qa83ppol
285294
285293
2026-06-21T19:35:40Z
Hogü-456
617
285294
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z19694"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z19677",
"Z17K2": "Z19694K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Number"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "numero"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "nomor"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Zahl"
}
]
}
}
],
"Z8K2": "Z19677",
"Z8K3": [
"Z20",
"Z19696",
"Z19697",
"Z19698",
"Z19786"
],
"Z8K4": [
"Z14",
"Z24429",
"Z19787",
"Z19695"
],
"Z8K5": "Z19694"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "negate rational number"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "opposto di numero razionale"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "meniadakan bilangan rasional"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "rend le négatif d'un nombre rationnel"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "rationale Zahl negieren"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"-q",
"-",
"negative",
"rational negative",
"rational negation"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1787",
"Z31K2": [
"Z6",
"negativo"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Negates a rational number"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Menyangkal bilangan rasional"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "a/b donne -a/b"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Kehrt das Vorzeichen einer eingegebenen rationalen Zahl um."
}
]
}
}
15jap9l3crxjqkxi35qxtqyhq71vz8z
Z20266
0
43439
285285
236905
2026-06-21T19:32:46Z
Hogü-456
617
285285
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z20266"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z16683",
"Z17K2": "Z20266K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "dividend"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "dividende"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "dividendo"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "pembilang"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z16683",
"Z17K2": "Z20266K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "divisor"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "diviseur"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "divisore"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "pembagi"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z20267",
"Z20268",
"Z20269",
"Z20270",
"Z20271",
"Z20272"
],
"Z8K4": [
"Z14",
"Z20274",
"Z20273",
"Z20276"
],
"Z8K5": "Z20266"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "is integer divisible"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": " est-ce un entier divisible ?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "è divisibile? (interi)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Apakah bilangan bulat tersebut habis dibagi?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "ist Integer teilbar"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"is divisible",
"dividable by",
"can be divided"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1787",
"Z31K2": [
"Z6",
"divisibile per",
"è multiplo di"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1430",
"Z31K2": [
"Z6",
"ist Ganzzahl teilbar"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Does the second number fit into the first number without a remainder?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "le deuxième nombre est-il divisible par premier nombre sans reste \n ?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Apakah bilangan kedua dapat dibagi habis oleh bilangan pertama tanpa sisa?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Gibt wahr zurück wenn die eingegebene ganze Zahl teilbar ist."
}
]
}
}
o742yyfbf0tp2miy9uw51dwuvf7p7oc
285286
285285
2026-06-21T19:32:50Z
WikiLambda system
3
Updated the implementation list (see [[Help:Wikifunctions/Implementation_ordering_and_choosing|About implementation selection]])
285286
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z20266"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z16683",
"Z17K2": "Z20266K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "dividend"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "dividende"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "dividendo"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "pembilang"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z16683",
"Z17K2": "Z20266K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "divisor"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "diviseur"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "divisore"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "pembagi"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z20267",
"Z20268",
"Z20269",
"Z20270",
"Z20271",
"Z20272"
],
"Z8K4": [
"Z14",
"Z20273",
"Z20276",
"Z20274"
],
"Z8K5": "Z20266"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "is integer divisible"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": " est-ce un entier divisible ?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "è divisibile? (interi)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Apakah bilangan bulat tersebut habis dibagi?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "ist Integer teilbar"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"is divisible",
"dividable by",
"can be divided"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1787",
"Z31K2": [
"Z6",
"divisibile per",
"è multiplo di"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1430",
"Z31K2": [
"Z6",
"ist Ganzzahl teilbar"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Does the second number fit into the first number without a remainder?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "le deuxième nombre est-il divisible par premier nombre sans reste \n ?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Apakah bilangan kedua dapat dibagi habis oleh bilangan pertama tanpa sisa?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Gibt wahr zurück wenn die eingegebene ganze Zahl teilbar ist."
}
]
}
}
09dq70mbrcquf5b3ggcgzz4vc6ok2z1
285287
285286
2026-06-21T19:33:30Z
Hogü-456
617
285287
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z20266"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z16683",
"Z17K2": "Z20266K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "dividend"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "dividende"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "dividendo"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "pembilang"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Dividend"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z16683",
"Z17K2": "Z20266K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "divisor"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "diviseur"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "divisore"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "pembagi"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Divisor"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z20267",
"Z20268",
"Z20269",
"Z20270",
"Z20271",
"Z20272"
],
"Z8K4": [
"Z14",
"Z20274",
"Z20273",
"Z20276"
],
"Z8K5": "Z20266"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "is integer divisible"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": " est-ce un entier divisible ?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "è divisibile? (interi)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Apakah bilangan bulat tersebut habis dibagi?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "ist Integer teilbar"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"is divisible",
"dividable by",
"can be divided"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1787",
"Z31K2": [
"Z6",
"divisibile per",
"è multiplo di"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1430",
"Z31K2": [
"Z6",
"ist Ganzzahl teilbar"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Does the second number fit into the first number without a remainder?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "le deuxième nombre est-il divisible par premier nombre sans reste \n ?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Apakah bilangan kedua dapat dibagi habis oleh bilangan pertama tanpa sisa?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Gibt wahr zurück wenn die eingegebenen ganzen Zahl teilbar sind."
}
]
}
}
694y8o6201ynz0m8yqslhihkzqgymim
285288
285287
2026-06-21T19:33:34Z
WikiLambda system
3
Updated the implementation list (see [[Help:Wikifunctions/Implementation_ordering_and_choosing|About implementation selection]])
285288
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z20266"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z16683",
"Z17K2": "Z20266K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "dividend"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "dividende"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "dividendo"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "pembilang"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Dividend"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z16683",
"Z17K2": "Z20266K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "divisor"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "diviseur"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "divisore"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "pembagi"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Divisor"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z20267",
"Z20268",
"Z20269",
"Z20270",
"Z20271",
"Z20272"
],
"Z8K4": [
"Z14",
"Z20273",
"Z20276",
"Z20274"
],
"Z8K5": "Z20266"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "is integer divisible"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": " est-ce un entier divisible ?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "è divisibile? (interi)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Apakah bilangan bulat tersebut habis dibagi?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "ist Integer teilbar"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"is divisible",
"dividable by",
"can be divided"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1787",
"Z31K2": [
"Z6",
"divisibile per",
"è multiplo di"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1430",
"Z31K2": [
"Z6",
"ist Ganzzahl teilbar"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Does the second number fit into the first number without a remainder?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "le deuxième nombre est-il divisible par premier nombre sans reste \n ?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Apakah bilangan kedua dapat dibagi habis oleh bilangan pertama tanpa sisa?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Gibt wahr zurück wenn die eingegebenen ganzen Zahl teilbar sind."
}
]
}
}
ssehgmg13s07tzlwt8tvlpy3wqlzm90
285289
285288
2026-06-21T19:33:49Z
Hogü-456
617
285289
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z20266"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z16683",
"Z17K2": "Z20266K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "dividend"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "dividende"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "dividendo"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "pembilang"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Dividend"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z16683",
"Z17K2": "Z20266K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "divisor"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "diviseur"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "divisore"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "pembagi"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Divisor"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z20267",
"Z20268",
"Z20269",
"Z20270",
"Z20271",
"Z20272"
],
"Z8K4": [
"Z14",
"Z20274",
"Z20273",
"Z20276"
],
"Z8K5": "Z20266"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "is integer divisible"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": " est-ce un entier divisible ?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "è divisibile? (interi)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Apakah bilangan bulat tersebut habis dibagi?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "ist Integer teilbar"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"is divisible",
"dividable by",
"can be divided"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1787",
"Z31K2": [
"Z6",
"divisibile per",
"è multiplo di"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1430",
"Z31K2": [
"Z6",
"ist Ganzzahl teilbar"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Does the second number fit into the first number without a remainder?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "le deuxième nombre est-il divisible par premier nombre sans reste \n ?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Apakah bilangan kedua dapat dibagi habis oleh bilangan pertama tanpa sisa?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Gibt wahr zurück wenn die eingegebenen ganzen Zahl ohne Rest teilbar sind."
}
]
}
}
8kubg1fb0wtv0a24peuhcchkcnm5zjm
285290
285289
2026-06-21T19:33:53Z
WikiLambda system
3
Updated the implementation list (see [[Help:Wikifunctions/Implementation_ordering_and_choosing|About implementation selection]])
285290
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z20266"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z16683",
"Z17K2": "Z20266K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "dividend"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "dividende"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "dividendo"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "pembilang"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Dividend"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z16683",
"Z17K2": "Z20266K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "divisor"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "diviseur"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "divisore"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "pembagi"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Divisor"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z20267",
"Z20268",
"Z20269",
"Z20270",
"Z20271",
"Z20272"
],
"Z8K4": [
"Z14",
"Z20273",
"Z20274",
"Z20276"
],
"Z8K5": "Z20266"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "is integer divisible"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": " est-ce un entier divisible ?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "è divisibile? (interi)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Apakah bilangan bulat tersebut habis dibagi?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "ist Integer teilbar"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"is divisible",
"dividable by",
"can be divided"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1787",
"Z31K2": [
"Z6",
"divisibile per",
"è multiplo di"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1430",
"Z31K2": [
"Z6",
"ist Ganzzahl teilbar"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Does the second number fit into the first number without a remainder?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "le deuxième nombre est-il divisible par premier nombre sans reste \n ?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Apakah bilangan kedua dapat dibagi habis oleh bilangan pertama tanpa sisa?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Gibt wahr zurück wenn die eingegebenen ganzen Zahl ohne Rest teilbar sind."
}
]
}
}
1psusaamdws9re180l0bmeq4cn40fk7
285291
285290
2026-06-21T19:34:58Z
WikiLambda system
3
Updated the implementation list (see [[Help:Wikifunctions/Implementation_ordering_and_choosing|About implementation selection]])
285291
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z20266"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z16683",
"Z17K2": "Z20266K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "dividend"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "dividende"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "dividendo"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "pembilang"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Dividend"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z16683",
"Z17K2": "Z20266K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "divisor"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "diviseur"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "divisore"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "pembagi"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Divisor"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z20267",
"Z20268",
"Z20269",
"Z20270",
"Z20271",
"Z20272"
],
"Z8K4": [
"Z14",
"Z20276",
"Z20274",
"Z20273"
],
"Z8K5": "Z20266"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "is integer divisible"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": " est-ce un entier divisible ?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "è divisibile? (interi)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Apakah bilangan bulat tersebut habis dibagi?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "ist Integer teilbar"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"is divisible",
"dividable by",
"can be divided"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1787",
"Z31K2": [
"Z6",
"divisibile per",
"è multiplo di"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1430",
"Z31K2": [
"Z6",
"ist Ganzzahl teilbar"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Does the second number fit into the first number without a remainder?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "le deuxième nombre est-il divisible par premier nombre sans reste \n ?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Apakah bilangan kedua dapat dibagi habis oleh bilangan pertama tanpa sisa?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Gibt wahr zurück wenn die eingegebenen ganzen Zahl ohne Rest teilbar sind."
}
]
}
}
ddt2gb05cq5baqz65wjlnxjlow7pqex
Z22664
0
50966
285314
283575
2026-06-22T00:42:38Z
99of9
1622
Removed Z22724 and Z33078 from the approved list of implementations
285314
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z22664"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z22664K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "noun"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "nom"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1272",
"Z11K2": "imenica"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "nome"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z22664K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "adjective"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "adjectif"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "aggettivo"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z22664K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "langue"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "lingua"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z22671",
"Z22708",
"Z22711",
"Z22712",
"Z22795",
"Z22714",
"Z23296",
"Z23297",
"Z29632",
"Z30418",
"Z30846",
"Z23231",
"Z33082",
"Z36332"
],
"Z8K4": [
"Z14",
"Z36336"
],
"Z8K5": "Z22664"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "indefinite noun phrase with adjective"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "phrase nominale indéfinie"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1272",
"Z11K2": "neodređeni imenički izraz"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "sintagma nominale indefinito con aggettivo"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1645",
"Z11K2": "生成带有形容词的名词短语"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"String from Wikidata items (indefinite noun phrase)",
"adjective+noun",
"an A X"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "génère une phrase nominale indéfinie à partir d'un nom et d'un adjectif via les lexèmes Wikidata, dans une langue donnée"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns an indefinite noun phrase combining the adjective and noun in the convention of a chosen language, e.g. \"a beautiful Paris\" for inputs \"Paris\" and \"beauty\""
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "Restituisce un sintagma nominale indefinito combinando il nome e l'aggettivo nelle convenzioni della lingua selezionata."
}
]
}
}
hmpc4asp9d6i1zf3426wmjftfp5u0rs
285315
285314
2026-06-22T00:42:42Z
99of9
1622
Added Z22724 and Z33078 to the approved list of implementations
285315
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z22664"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z22664K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "noun"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "nom"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1272",
"Z11K2": "imenica"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "nome"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z22664K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "adjective"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "adjectif"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "aggettivo"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z22664K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "langue"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "lingua"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z22671",
"Z22708",
"Z22711",
"Z22712",
"Z22795",
"Z22714",
"Z23296",
"Z23297",
"Z29632",
"Z30418",
"Z30846",
"Z23231",
"Z33082",
"Z36332"
],
"Z8K4": [
"Z14",
"Z36336",
"Z22724",
"Z33078"
],
"Z8K5": "Z22664"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "indefinite noun phrase with adjective"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "phrase nominale indéfinie"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1272",
"Z11K2": "neodređeni imenički izraz"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "sintagma nominale indefinito con aggettivo"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1645",
"Z11K2": "生成带有形容词的名词短语"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"String from Wikidata items (indefinite noun phrase)",
"adjective+noun",
"an A X"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "génère une phrase nominale indéfinie à partir d'un nom et d'un adjectif via les lexèmes Wikidata, dans une langue donnée"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns an indefinite noun phrase combining the adjective and noun in the convention of a chosen language, e.g. \"a beautiful Paris\" for inputs \"Paris\" and \"beauty\""
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "Restituisce un sintagma nominale indefinito combinando il nome e l'aggettivo nelle convenzioni della lingua selezionata."
}
]
}
}
kgq1db9zk5gdrslmpvovzhanaxqm4oq
Z23166
0
51879
285424
282349
2026-06-22T07:02:05Z
99of9
1622
comment debugs
285424
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z23166"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z23136",
"Z14K3": {
"Z1K1": "Z16",
"Z16K1": "Z600",
"Z16K2": "function Z23136( Z23136K1, Z23136K2 ) {\n\tlet first_default = '';\n\tlet Multiple_default = '';\n\tlet English_default = '';\n\tlet claims = Z23136K1.Z6001K5;\n\tfor (const claim of claims) {\n\t\tlet PID = claim.Z6003K2.Z6092K1;\n\t\tif (PID == 'P5061') {\n\t\t\tif (claim.Z6003K4.Z6040K1.Z9K1!='Z6043') { //reject deprecated claims\n\t\t\t\tlet langcode = claim.Z6003K3.Z11K1.Z60K1;\n\t\t\t\tif (langcode == Z23136K2.Z60K1) return claim.Z6003K3.Z11K2;\n\t\t\t\tif (langcode == \"mul\") Multiple_default = claim.Z6003K3.Z11K2;\n\t\t\t\tif (langcode == \"en\") English_default = claim.Z6003K3.Z11K2;\n\t\t\t\tif (first_default == '') first_default = claim.Z6003K3.Z11K2;\n\t\t\t}\n\t\t}\n\t}\n\t\n\t//Wikifunctions.Debug(Multiple_default);\n\t//Wikifunctions.Debug(English_default);\n\t//Wikifunctions.Debug(first_default);\n\t\n\tif (Multiple_default != '')\treturn(Multiple_default);\n\tif (English_default != '')\treturn(English_default);\n\tif (first_default != '')\treturn(first_default);\n\treturn ('');\n}"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "unit symbol of item, JavaScript"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
pbid9k5sncw7uemk974da93rljyshox
Z24505
0
56174
285300
236420
2026-06-21T19:49:51Z
Hogü-456
617
285300
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z24505"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z19677",
"Z17K2": "Z24505K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "numero"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "number"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Zahl"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z19677",
"Z17K2": "Z24505K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "errore ammesso"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "max error allowed"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "maximale Fehlertoleranz"
}
]
}
}
],
"Z8K2": "Z19677",
"Z8K3": [
"Z20",
"Z24507",
"Z24512",
"Z24530",
"Z24545",
"Z24550",
"Z24551"
],
"Z8K4": [
"Z14",
"Z24555",
"Z24553"
],
"Z8K5": "Z24505"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "radice quadrata razionale con precisione"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "square root of rational with precision"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Quadratwurzel einer rational Zahl mit Präzision"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"accurate square root",
"sqrt()",
"rational square root",
"approximation to square root",
"rational approximation of square root",
"exact square root within precision"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1787",
"Z31K2": [
"Z6",
"radice quadrata di numero razionale con precisione",
"radice quadrata esatta entro precisione"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "Calcola la radice quadrata di un numero razionale entro la precisione data. Se è un quadrato perfetto, anche il risultato è esatto"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Calculates the square root of a rational number within the given error. If the rational is a perfect square, returns the exact value."
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Berechnet die Quadratwurzel einer rationalen Zahl mit der angegebenen Fehlertoleranz"
}
]
}
}
4okyo5nilypnpq9695e0vofctl0bswq
Z25227
0
58658
285298
193270
2026-06-21T19:42:31Z
Hogü-456
617
285298
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z25227"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z16683",
"Z17K2": "Z25227K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first octave"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "erste Oktave"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z16683",
"Z17K2": "Z25227K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "second octave"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "zweite Oktave"
}
]
}
}
],
"Z8K2": "Z16683",
"Z8K3": [
"Z20",
"Z25244",
"Z25243",
"Z25247"
],
"Z8K4": [
"Z14",
"Z25228"
],
"Z8K5": "Z25227"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "semitones between octaves"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Halbtöne zwischen Oktaven"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Calculate the number of semitones between two pitches of the same pitch class in different octaves"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Gibt die Anzahl zwei Tönen in verschiedenen Oktaven an"
}
]
}
}
5ebjwwxet6oza4mywy4v1ljiqn2rmzv
Z25326
0
58864
285327
282053
2026-06-22T03:25:44Z
99of9
1622
Added Z36686 to the approved list of test cases
285327
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z25326"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6010",
"Z17K2": "Z25326K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "quantity"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "quantità Wikidata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "kuantitas"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z25326K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language to display unit in"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "lingua"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "bahasa yang menampilkan"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z25327",
"Z25328",
"Z25329",
"Z25330",
"Z25331",
"Z25332",
"Z25333",
"Z25654",
"Z25655",
"Z26192",
"Z26800",
"Z28355",
"Z28959",
"Z36686"
],
"Z8K4": [
"Z14",
"Z25355"
],
"Z8K5": "Z25326"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "display quantity with digits and unit"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "formatta quantità Wikidata con cifre arabe e unità"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "tampilkan kuantitas dengan digit dan unit"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1787",
"Z31K2": [
"Z6",
"stampa quantità Wikidata",
"mostra quantità Wikidata"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"quantity with digits and unit",
"show quantity",
"render quantity",
"display quantity",
"quantity renderer",
"display Wikidata quantity",
"render Wikidata quantity",
"display quantity with units",
"quantity display",
"show quantity with digits and unit",
"display value with digits and units"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1078",
"Z31K2": [
"Z6",
"kuantitas dengan digit dan unit",
"tampilkan kuantitas",
"rekacitra kuantitas",
"perekacitra kuantitas",
"baca kuantitas Wikidata"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Simplest accurate representation where possible. Use English language conventions and fallback (for now) if the units are missing in the selected language"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "Rappresentazione accurata più semplice dove possibile. Usa l'Inglese come lingua di fallback (per ora) se le unità mancano nella lingua selezionata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Representasi paling sederhana dan mudah. Menggunakan konvensi bahasa Inggris dan cadangan (untuk sekarang) jika unit hilang pada bahasa yang dipilih."
}
]
}
}
iq7ngenh5gql26j3v5gkal7fdnscix1
285417
285327
2026-06-22T06:51:53Z
99of9
1622
Added Z36713 to the approved list of implementations
285417
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z25326"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6010",
"Z17K2": "Z25326K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "quantity"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "quantità Wikidata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "kuantitas"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z25326K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language to display unit in"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "lingua"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "bahasa yang menampilkan"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z25327",
"Z25328",
"Z25329",
"Z25330",
"Z25331",
"Z25332",
"Z25333",
"Z25654",
"Z25655",
"Z26192",
"Z26800",
"Z28355",
"Z28959",
"Z36686"
],
"Z8K4": [
"Z14",
"Z25355",
"Z36713"
],
"Z8K5": "Z25326"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "display quantity with digits and unit"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "formatta quantità Wikidata con cifre arabe e unità"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "tampilkan kuantitas dengan digit dan unit"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1787",
"Z31K2": [
"Z6",
"stampa quantità Wikidata",
"mostra quantità Wikidata"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"quantity with digits and unit",
"show quantity",
"render quantity",
"display quantity",
"quantity renderer",
"display Wikidata quantity",
"render Wikidata quantity",
"display quantity with units",
"quantity display",
"show quantity with digits and unit",
"display value with digits and units"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1078",
"Z31K2": [
"Z6",
"kuantitas dengan digit dan unit",
"tampilkan kuantitas",
"rekacitra kuantitas",
"perekacitra kuantitas",
"baca kuantitas Wikidata"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Simplest accurate representation where possible. Use English language conventions and fallback (for now) if the units are missing in the selected language"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "Rappresentazione accurata più semplice dove possibile. Usa l'Inglese come lingua di fallback (per ora) se le unità mancano nella lingua selezionata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Representasi paling sederhana dan mudah. Menggunakan konvensi bahasa Inggris dan cadangan (untuk sekarang) jika unit hilang pada bahasa yang dipilih."
}
]
}
}
r4sh6jocnnwahjozl2hvwps0jcg8chl
285419
285417
2026-06-22T06:54:39Z
99of9
1622
Added Z36714 to the approved list of test cases
285419
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z25326"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6010",
"Z17K2": "Z25326K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "quantity"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "quantità Wikidata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "kuantitas"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z25326K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language to display unit in"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "lingua"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "bahasa yang menampilkan"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z25327",
"Z25328",
"Z25329",
"Z25330",
"Z25331",
"Z25332",
"Z25333",
"Z25654",
"Z25655",
"Z26192",
"Z26800",
"Z28355",
"Z28959",
"Z36686",
"Z36714"
],
"Z8K4": [
"Z14",
"Z25355",
"Z36713"
],
"Z8K5": "Z25326"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "display quantity with digits and unit"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "formatta quantità Wikidata con cifre arabe e unità"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "tampilkan kuantitas dengan digit dan unit"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1787",
"Z31K2": [
"Z6",
"stampa quantità Wikidata",
"mostra quantità Wikidata"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"quantity with digits and unit",
"show quantity",
"render quantity",
"display quantity",
"quantity renderer",
"display Wikidata quantity",
"render Wikidata quantity",
"display quantity with units",
"quantity display",
"show quantity with digits and unit",
"display value with digits and units"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1078",
"Z31K2": [
"Z6",
"kuantitas dengan digit dan unit",
"tampilkan kuantitas",
"rekacitra kuantitas",
"perekacitra kuantitas",
"baca kuantitas Wikidata"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Simplest accurate representation where possible. Use English language conventions and fallback (for now) if the units are missing in the selected language"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "Rappresentazione accurata più semplice dove possibile. Usa l'Inglese come lingua di fallback (per ora) se le unità mancano nella lingua selezionata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Representasi paling sederhana dan mudah. Menggunakan konvensi bahasa Inggris dan cadangan (untuk sekarang) jika unit hilang pada bahasa yang dipilih."
}
]
}
}
2o5265jzlzrl3yh3f6cyfn3evswymgd
285420
285419
2026-06-22T06:55:30Z
99of9
1622
285420
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z25326"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6010",
"Z17K2": "Z25326K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "quantity"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "quantità Wikidata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "kuantitas"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z25326K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language to display unit in"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "lingua"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "bahasa yang menampilkan"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z25327",
"Z25328",
"Z25329",
"Z25330",
"Z25331",
"Z25332",
"Z25333",
"Z25654",
"Z25655",
"Z26192",
"Z26800",
"Z28355",
"Z28959",
"Z36686",
"Z36714"
],
"Z8K4": [
"Z14",
"Z25355",
"Z36713"
],
"Z8K5": "Z25326"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "display quantity with digits and unit"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "formatta quantità Wikidata con cifre arabe e unità"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "tampilkan kuantitas dengan digit dan unit"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1787",
"Z31K2": [
"Z6",
"stampa quantità Wikidata",
"mostra quantità Wikidata"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"quantity with digits and unit",
"show quantity",
"render quantity",
"display quantity",
"quantity renderer",
"display Wikidata quantity",
"render Wikidata quantity",
"display quantity with units",
"quantity display",
"show quantity with digits and unit",
"display value with digits and units",
"quantity with short unit or fallback"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1078",
"Z31K2": [
"Z6",
"kuantitas dengan digit dan unit",
"tampilkan kuantitas",
"rekacitra kuantitas",
"perekacitra kuantitas",
"baca kuantitas Wikidata"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Simplest accurate representation where possible. Use English language conventions (for now) and fallback if the units are missing in the selected language"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "Rappresentazione accurata più semplice dove possibile. Usa l'Inglese come lingua di fallback (per ora) se le unità mancano nella lingua selezionata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Representasi paling sederhana dan mudah. Menggunakan konvensi bahasa Inggris dan cadangan (untuk sekarang) jika unit hilang pada bahasa yang dipilih."
}
]
}
}
0tkqnnxmzameyr54cdu322pnpcw36vm
285422
285420
2026-06-22T06:57:57Z
99of9
1622
Removed Z25355 from the approved list of implementations
285422
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z25326"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6010",
"Z17K2": "Z25326K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "quantity"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "quantità Wikidata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "kuantitas"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z25326K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language to display unit in"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "lingua"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "bahasa yang menampilkan"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z25327",
"Z25328",
"Z25329",
"Z25330",
"Z25331",
"Z25332",
"Z25333",
"Z25654",
"Z25655",
"Z26192",
"Z26800",
"Z28355",
"Z28959",
"Z36686",
"Z36714"
],
"Z8K4": [
"Z14",
"Z36713"
],
"Z8K5": "Z25326"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "display quantity with digits and unit"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "formatta quantità Wikidata con cifre arabe e unità"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "tampilkan kuantitas dengan digit dan unit"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1787",
"Z31K2": [
"Z6",
"stampa quantità Wikidata",
"mostra quantità Wikidata"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"quantity with digits and unit",
"show quantity",
"render quantity",
"display quantity",
"quantity renderer",
"display Wikidata quantity",
"render Wikidata quantity",
"display quantity with units",
"quantity display",
"show quantity with digits and unit",
"display value with digits and units",
"quantity with short unit or fallback"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1078",
"Z31K2": [
"Z6",
"kuantitas dengan digit dan unit",
"tampilkan kuantitas",
"rekacitra kuantitas",
"perekacitra kuantitas",
"baca kuantitas Wikidata"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Simplest accurate representation where possible. Use English language conventions (for now) and fallback if the units are missing in the selected language"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "Rappresentazione accurata più semplice dove possibile. Usa l'Inglese come lingua di fallback (per ora) se le unità mancano nella lingua selezionata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Representasi paling sederhana dan mudah. Menggunakan konvensi bahasa Inggris dan cadangan (untuk sekarang) jika unit hilang pada bahasa yang dipilih."
}
]
}
}
f9kaydfv2w3377bvwa94ay5kdotz5rg
285423
285422
2026-06-22T06:58:00Z
99of9
1622
Added Z25355 to the approved list of implementations
285423
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z25326"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6010",
"Z17K2": "Z25326K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "quantity"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "quantità Wikidata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "kuantitas"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z25326K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language to display unit in"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "lingua"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "bahasa yang menampilkan"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z25327",
"Z25328",
"Z25329",
"Z25330",
"Z25331",
"Z25332",
"Z25333",
"Z25654",
"Z25655",
"Z26192",
"Z26800",
"Z28355",
"Z28959",
"Z36686",
"Z36714"
],
"Z8K4": [
"Z14",
"Z36713",
"Z25355"
],
"Z8K5": "Z25326"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "display quantity with digits and unit"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "formatta quantità Wikidata con cifre arabe e unità"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "tampilkan kuantitas dengan digit dan unit"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1787",
"Z31K2": [
"Z6",
"stampa quantità Wikidata",
"mostra quantità Wikidata"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"quantity with digits and unit",
"show quantity",
"render quantity",
"display quantity",
"quantity renderer",
"display Wikidata quantity",
"render Wikidata quantity",
"display quantity with units",
"quantity display",
"show quantity with digits and unit",
"display value with digits and units",
"quantity with short unit or fallback"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1078",
"Z31K2": [
"Z6",
"kuantitas dengan digit dan unit",
"tampilkan kuantitas",
"rekacitra kuantitas",
"perekacitra kuantitas",
"baca kuantitas Wikidata"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Simplest accurate representation where possible. Use English language conventions (for now) and fallback if the units are missing in the selected language"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "Rappresentazione accurata più semplice dove possibile. Usa l'Inglese come lingua di fallback (per ora) se le unità mancano nella lingua selezionata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "Representasi paling sederhana dan mudah. Menggunakan konvensi bahasa Inggris dan cadangan (untuk sekarang) jika unit hilang pada bahasa yang dipilih."
}
]
}
}
88ge2goveoql51btxxcsy945w4q4r2f
Z25330
0
58868
285332
194275
2026-06-22T03:37:07Z
99of9
1622
285332
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z25330"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z25326",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z25326",
"Z25326K1": {
"Z1K1": "Z6010",
"Z6010K1": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "299792458"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K2": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "299792458"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K3": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "299792458"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K4": {
"Z1K1": "Z6091",
"Z6091K1": "Q182429"
}
},
"Z25326K2": "Z1002"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "299,792,458 m/s"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "speed of light \"299,792,458 m/s\""
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
47jggz77pfk5ixvygufoflpiizfqlxr
Z25332
0
58870
285333
196577
2026-06-22T03:37:46Z
99of9
1622
nbsp
285333
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z25332"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z25326",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z25326",
"Z25326K1": {
"Z1K1": "Z6010",
"Z6010K1": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "280249514242"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "10000000"
}
},
"Z6010K2": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "280249514157"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "10000000"
}
},
"Z6010K3": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "280249514327"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "10000000"
}
},
"Z6010K4": {
"Z1K1": "Z6091",
"Z6091K1": "Q106589841"
}
},
"Z25326K2": "Z1002"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "28,024.9514242±0.0000085 MHz/T"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "\"28,024.9514242±0.0000085 MHz/T\""
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "quantity from Q106589841"
}
]
}
}
a8ewkhw0ty8xzeg6phhtanyiivoy9e8
Z25333
0
58871
285334
194901
2026-06-22T03:38:22Z
99of9
1622
nbsp
285334
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z25333"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z25326",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z25326",
"Z25326K1": {
"Z1K1": "Z6010",
"Z6010K1": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "123456789"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "10000"
}
},
"Z6010K2": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "123456788"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "10000"
}
},
"Z6010K3": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "123456790"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "10000"
}
},
"Z6010K4": {
"Z1K1": "Z6091",
"Z6091K1": "Q94489465"
}
},
"Z25326K2": "Z1787"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "12 345,6789±0,0001 kBq"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "\"12 345,6789±0,0001 kBq\", it"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "\"12 345,6789±0,0001 kBq\" in Italian"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
c3m42q63g9kjny7m10b8kdtix5yyzry
Z25355
0
58911
285324
219031
2026-06-22T03:14:07Z
99of9
1622
selective fetch of item representing unit
285324
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z25355"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z25326",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z10000",
"Z10000K1": {
"Z1K1": "Z7",
"Z7K1": "Z25356",
"Z25356K1": {
"Z1K1": "Z18",
"Z18K1": "Z25326K1"
},
"Z25356K2": {
"Z1K1": "Z18",
"Z18K1": "Z25326K2"
}
},
"Z10000K2": {
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z25351",
"Z25351K1": {
"Z1K1": "Z18",
"Z18K1": "Z25326K1"
}
},
"Z802K2": "Z11853",
"Z802K3": {
"Z1K1": "Z7",
"Z7K1": "Z10000",
"Z10000K1": " ",
"Z10000K2": {
"Z1K1": "Z7",
"Z7K1": "Z23136",
"Z23136K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z25303",
"Z25303K1": {
"Z1K1": "Z18",
"Z18K1": "Z25326K1"
}
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P5061"
}
]
},
"Z23136K2": {
"Z1K1": "Z18",
"Z18K1": "Z25326K2"
}
}
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "display quantity with digits and unit, compose"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "stampa quantità Wikidata con cifre e unità, comp."
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "If there is a dimension, join the string without it to the string representing it, with a space in between"
}
]
}
}
p0sqbrk5tdapiywctiduwzhvmrpcm43
285331
285324
2026-06-22T03:36:34Z
99of9
1622
non-breaking space between value and unit
285331
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z25355"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z25326",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z10000",
"Z10000K1": {
"Z1K1": "Z7",
"Z7K1": "Z25356",
"Z25356K1": {
"Z1K1": "Z18",
"Z18K1": "Z25326K1"
},
"Z25356K2": {
"Z1K1": "Z18",
"Z18K1": "Z25326K2"
}
},
"Z10000K2": {
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z25351",
"Z25351K1": {
"Z1K1": "Z18",
"Z18K1": "Z25326K1"
}
},
"Z802K2": "Z11853",
"Z802K3": {
"Z1K1": "Z7",
"Z7K1": "Z10000",
"Z10000K1": "Z36687",
"Z10000K2": {
"Z1K1": "Z7",
"Z7K1": "Z23136",
"Z23136K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z25303",
"Z25303K1": {
"Z1K1": "Z18",
"Z18K1": "Z25326K1"
}
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P5061"
}
]
},
"Z23136K2": {
"Z1K1": "Z18",
"Z18K1": "Z25326K2"
}
}
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "display quantity with digits and unit, compose"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "stampa quantità Wikidata con cifre e unità, comp."
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "If there is a dimension, join the string without it to the string representing it, with a space in between"
}
]
}
}
t3hlngx2eil9xzokq46nmsh4ryxfw0z
Z25654
0
59606
285335
219026
2026-06-22T03:39:03Z
99of9
1622
nbsp
285335
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z25654"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z25326",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z25326",
"Z25326K1": {
"Z1K1": "Z6010",
"Z6010K1": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "25"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "10"
}
},
"Z6010K2": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "19"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "10"
}
},
"Z6010K3": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "46"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "10"
}
},
"Z6010K4": {
"Z1K1": "Z6091",
"Z6091K1": "Q11573"
}
},
"Z25326K2": "Z1787"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "[≥1,9; 2,5; ≤4,6] m"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "\"[≥1,9; 2,5; ≤4,6] m\", it"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "\"[≥1,9; 2,5; ≤4,6] m\" in Italian"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "tests comma as radix for Italian"
}
]
}
}
r3hfu8hh164fg8k4mkyslw9vr2zz683
Z25785
0
59821
285341
262522
2026-06-22T03:44:45Z
99of9
1622
Added Z36688 to the approved list of test cases
285341
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z25785"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z25785K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string representing quantity to read"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "input"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "untaian kuantitas yang dibaca"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z25785K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language to read in"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "lingua"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "bahasa yang membaca"
}
]
}
}
],
"Z8K2": "Z6010",
"Z8K3": [
"Z20",
"Z25786",
"Z25787",
"Z25788",
"Z25790",
"Z25791",
"Z26409",
"Z26198",
"Z26197",
"Z27171",
"Z26801",
"Z25922",
"Z25921",
"Z27681",
"Z36688"
],
"Z8K4": [
"Z14",
"Z25866"
],
"Z8K5": "Z25785"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "read Wikidata quantity"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "leggi Quantità Wikidata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "baca kuantitas Wikidata"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"read quantity",
"quantity parser",
"parse quantity",
"parse Wikidata quantity",
"Wikidata quantity parser",
"enter quantity",
"read value with unit"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1078",
"Z31K2": [
"Z6",
"baca kuantitas",
"pengurai kuantitas"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "takes a string input and converts it to a Wikidata quantity object."
}
]
}
}
6h5fxj1as5ea9fbdjufd5v4ho76r4b4
285345
285341
2026-06-22T03:51:54Z
99of9
1622
nudge
285345
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z25785"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z25785K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string representing quantity to read"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "input"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "untaian kuantitas yang dibaca"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z25785K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language to read in"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "lingua"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "bahasa yang membaca"
}
]
}
}
],
"Z8K2": "Z6010",
"Z8K3": [
"Z20",
"Z25786",
"Z25787",
"Z25788",
"Z25790",
"Z25791",
"Z26409",
"Z26198",
"Z26197",
"Z27171",
"Z26801",
"Z25922",
"Z25921",
"Z27681",
"Z36688"
],
"Z8K4": [
"Z14",
"Z25866"
],
"Z8K5": "Z25785"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "read Wikidata quantity"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "leggi Quantità Wikidata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "baca kuantitas Wikidata"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"read quantity",
"quantity parser",
"parse quantity",
"parse Wikidata quantity",
"Wikidata quantity parser",
"enter quantity",
"read value with unit",
"get quantity from string"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1078",
"Z31K2": [
"Z6",
"baca kuantitas",
"pengurai kuantitas"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "takes a string input and converts it to a Wikidata quantity object."
}
]
}
}
6xflxdezwtwlgi6z9m47l6uytlutd9a
285350
285345
2026-06-22T04:00:06Z
99of9
1622
nudge
285350
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z25785"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z25785K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string representing quantity to read"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "input"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "untaian kuantitas yang dibaca"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z25785K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language to read in"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "lingua"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "bahasa yang membaca"
}
]
}
}
],
"Z8K2": "Z6010",
"Z8K3": [
"Z20",
"Z25786",
"Z25787",
"Z25788",
"Z25790",
"Z25791",
"Z26409",
"Z26198",
"Z26197",
"Z27171",
"Z26801",
"Z25922",
"Z25921",
"Z27681",
"Z36688"
],
"Z8K4": [
"Z14",
"Z25866"
],
"Z8K5": "Z25785"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "read Wikidata quantity"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "leggi Quantità Wikidata"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "baca kuantitas Wikidata"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"read quantity",
"quantity parser",
"parse quantity",
"parse Wikidata quantity",
"Wikidata quantity parser",
"enter quantity",
"read value with unit",
"get quantity from string",
"string to Wikidata quantity"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1078",
"Z31K2": [
"Z6",
"baca kuantitas",
"pengurai kuantitas"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "takes a string input and converts it to a Wikidata quantity object."
}
]
}
}
j28gh9k1uv6g4mpqsfeykz7py0moc4o
Z25787
0
59823
285351
263634
2026-06-22T04:12:31Z
99of9
1622
nudge to break cache
285351
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z25787"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z25785",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z25785",
"Z25785K1": "10±3",
"Z25785K2": "Z1360"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z25286",
"Z25286K2": {
"Z1K1": "Z6010",
"Z6010K1": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "10"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K2": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "7"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K3": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "13"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K4": {
"Z1K1": "Z6091",
"Z6091K1": "Q199"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "\"10±3\" to quantity"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "±x indicates the range from the central amount to the upper and lower bound"
}
]
}
}
qbnnu5f89zkamn9lngyjd5a2rwv99j2
Z25800
0
59849
285343
209031
2026-06-22T03:50:17Z
99of9
1622
Added Z36689 to the approved list of test cases
285343
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z25800"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z25800K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string representing a Wikidata quantity"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z25801",
"Z25802",
"Z25803",
"Z25804",
"Z27076",
"Z27172",
"Z36689"
],
"Z8K4": [
"Z14",
"Z25805"
],
"Z8K5": "Z25800"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "unit string from quantity string"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"quantity string to unit string"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "return the part of a quantity string that corresponds to the unit symbol"
}
]
}
}
1y2olb4td0gedz6xejrmwvea0awqml2
285346
285343
2026-06-22T03:53:02Z
99of9
1622
nudge
285346
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z25800"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z25800K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string representing a Wikidata quantity"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z25801",
"Z25802",
"Z25803",
"Z25804",
"Z27076",
"Z27172",
"Z36689"
],
"Z8K4": [
"Z14",
"Z25805"
],
"Z8K5": "Z25800"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "unit string from quantity string"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"quantity string to unit string",
"string to quantity"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "return the part of a quantity string that corresponds to the unit symbol"
}
]
}
}
64ahemxriz4puz3mmjctqe4pg2nv7ah
Z25805
0
59855
285344
209033
2026-06-22T03:50:56Z
99of9
1622
include non-breaking space in regex
285344
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z25805"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z25800",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z12316",
"Z12316K1": "[\\[\\]\\-\\−\\d±≤≥\\.\\,; ]*",
"Z12316K2": "",
"Z12316K3": {
"Z1K1": "Z18",
"Z18K1": "Z25800K1"
},
"Z12316K4": "i"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "unit string from quantity string, compose regex"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
nxd7et61vjqhy2j4g4rfo8lmpuq1tcz
Z25982
0
60660
285297
201130
2026-06-21T19:40:45Z
Hogü-456
617
285297
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z25982"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z25982K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "input"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "input"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Eingabe"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z25983",
"Z25984",
"Z25986",
"Z25987"
],
"Z8K4": [
"Z14",
"Z25990"
],
"Z8K5": "Z25982"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "è anno in formato standard?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "is year in a standard format?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Ist Jahr in Standardformat notiert"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "prüft ob das eingebene Jahr in einem Standardformat notiert ist"
}
]
}
}
fwbbv8e8offztqakvyjhjwx6qygv386
Z26192
0
61038
285336
202832
2026-06-22T03:39:37Z
99of9
1622
nbsp
285336
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z26192"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z25326",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z25326",
"Z25326K1": {
"Z1K1": "Z6010",
"Z6010K1": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "94"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K2": {
"Z1K1": "Z7",
"Z7K1": "Z801",
"Z801K1": "Z24"
},
"Z6010K3": {
"Z1K1": "Z7",
"Z7K1": "Z801",
"Z801K1": "Z24"
},
"Z6010K4": {
"Z1K1": "Z6091",
"Z6091K1": "Q828224"
}
},
"Z25326K2": "Z1002"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "94 km"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "\"94 km\", en (limiti non definiti)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "\"94 km\", en (undefined limits)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
hzsolxg5gjvgw0czxsxz6sgu07rzgt1
Z26800
0
62189
285337
206410
2026-06-22T03:40:10Z
99of9
1622
nbsp
285337
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z26800"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z25326",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z25326",
"Z25326K1": {
"Z1K1": "Z6010",
"Z6010K1": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16661"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K2": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16662"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "45967"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "100"
}
},
"Z6010K3": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "32"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K4": {
"Z1K1": "Z6091",
"Z6091K1": "Q42289"
}
},
"Z25326K2": "Z1002"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "[≥−459.67; 0; ≤32] °F"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "[≥−459.67; 0; ≤32] °F"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
c7s1s5wdoo9hpng93ovpvjj7trf5add
Z27085
0
62980
285349
211242
2026-06-22T03:57:23Z
99of9
1622
Added Z36690 to the approved list of test cases
285349
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z27085"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z27085K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string representing a Wikidata quantity"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z27086",
"Z27087",
"Z27088",
"Z27089",
"Z27448",
"Z36690"
],
"Z8K4": [
"Z14",
"Z27090"
],
"Z8K5": "Z27085"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "value string from quantity string"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "return the part of a quantity string that corresponds to the values (just not the unit)"
}
]
}
}
dvo9yvp1hrf4wt4npr8p0qho56rs00x
Z27090
0
62985
285347
211243
2026-06-22T03:55:16Z
99of9
1622
include nbsp
285347
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z27090"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z27085",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z25833",
"Z25833K1": {
"Z1K1": "Z18",
"Z18K1": "Z27085K1"
},
"Z25833K2": "[\\[\\]\\-\\−\\d±≤≥\\.\\,; ]*[\\[\\]\\-\\−\\d±≤≥\\.\\,;]",
"Z25833K3": ""
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "value string from quantity string, composition"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
2du7ll7zm0umhphq7tq1z9vzgnih6fv
Z28355
0
65768
285338
219024
2026-06-22T03:40:44Z
99of9
1622
nbsp
285338
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z28355"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z25326",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z25326",
"Z25326K1": {
"Z1K1": "Z6010",
"Z6010K1": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "15"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K2": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "15"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K3": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "15"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K4": {
"Z1K1": "Z6091",
"Z6091K1": "Q100995"
}
},
"Z25326K2": "Z1787"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "15 lb"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "\"15 lb\" in italiano"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "\"15 lb\" in Italian"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
8ag7hjqchiw6g6mlot1v80lp9l3s5p8
Z28474
0
66075
285302
264836
2026-06-21T19:53:16Z
Hogü-456
617
285302
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z28474"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z28474K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "IPA symbol"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1157",
"Z11K2": "IPA-symbool"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "IPA-Zeichen"
}
]
}
}
],
"Z8K2": "Z6091",
"Z8K3": [
"Z20",
"Z29874",
"Z29881",
"Z29875",
"Z29876",
"Z29877",
"Z29878",
"Z29879",
"Z31288",
"Z31289",
"Z31291",
"Z31292",
"Z31293",
"Z33363"
],
"Z8K4": [
"Z14",
"Z29880",
"Z33362"
],
"Z8K5": "Z28474"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "IPA symbol to Wikidata item"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1157",
"Z11K2": "IPA-symbool naar Wikidata-item"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Wikidata-Datenobjekt über IPA-Symbol"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Transforms an IPA symbol as string to the corresponding Wikidata item."
},
{
"Z1K1": "Z11",
"Z11K1": "Z1157",
"Z11K2": "Zet een IPA-symbool als tekenreeks om naar het overeenkomstige Wikidata-item"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Gibt das Wikidata-Datenobjekt über das eingegebene IPA-Zeichen zurück."
}
]
}
}
6q1m3nbl9o0en30wm3bc211c29mf7oh
Z28777
0
66910
285299
223482
2026-06-21T19:47:01Z
Hogü-456
617
285299
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z28777"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z28777K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Datenobjekt"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6092",
"Z17K2": "Z28777K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "property"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Eigenschaft"
}
]
}
}
],
"Z8K2": "Z20159",
"Z8K3": [
"Z20",
"Z28778",
"Z28779",
"Z28780"
],
"Z8K4": [
"Z14",
"Z28781",
"Z28786"
],
"Z8K5": "Z28777"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "year from item and property"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Jahr aus Eigenschaft von Datenobjekt"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"best year",
"when",
"which year",
"Gregorian year from item and property"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Returns the Gregorian year of the time that is the best property value for a given item"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Gibt die am höchsten gerankte Aussage der eingegebenen Eingeschaft vom angegebenen Datenobjekt zurück."
}
]
}
}
cw4pzlvcx4ipy0fl321dk656ic25cev
Z28959
0
67260
285325
224638
2026-06-22T03:15:07Z
99of9
1622
metres
285325
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z28959"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z25326",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z25326",
"Z25326K1": {
"Z1K1": "Z6010",
"Z6010K1": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "10"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "300"
}
},
"Z6010K2": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "10"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "300"
}
},
"Z6010K3": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "10"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "300"
}
},
"Z6010K4": {
"Z1K1": "Z6091",
"Z6091K1": "Q11573"
}
},
"Z25326K2": "Z1002"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "0.033 m"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "10/300 m has 2sf, so \"0.033 m\""
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
c2c6u9hnrk6rpdjnbryg6vgd6eetbdp
285339
285325
2026-06-22T03:41:28Z
99of9
1622
nbsp
285339
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z28959"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z25326",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z25326",
"Z25326K1": {
"Z1K1": "Z6010",
"Z6010K1": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "10"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "300"
}
},
"Z6010K2": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "10"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "300"
}
},
"Z6010K3": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "10"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "300"
}
},
"Z6010K4": {
"Z1K1": "Z6091",
"Z6091K1": "Q11573"
}
},
"Z25326K2": "Z1002"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "0.033 m"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "10/300 m has 2sf, so \"0.033 m\""
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
p96xtjomlawiujwh97ubouo3v0e6afj
Z32220
0
78380
285318
258770
2026-06-22T01:46:22Z
99of9
1622
Added Z36685 to the approved list of test cases
285318
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z32220"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z11",
"Z17K2": "Z32220K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "comment"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z36685"
],
"Z8K4": [
"Z14",
"Z32221"
],
"Z8K5": "Z32220"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "comment (abstract wikipedia)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"comment (HTML)"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns an empty HTML fragment; allows a comment in an identified language"
}
]
}
}
acgarjdi86kdpn9r8gxwpvk05hnlezw
Z32221
0
78381
285256
258518
2026-06-21T18:32:32Z
HenkvD
1290
label
285256
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z32221"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z32220",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z801",
"Z801K1": {
"Z1K1": "Z89",
"Z89K1": "\u003Cp\u003E\u003C/p\u003E"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "comment (abstract wikipedia) composition"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
pamxwk9fp2xcgy67l82r8gvwmy3sh5j
285257
285256
2026-06-21T18:33:00Z
HenkvD
1290
Really empty HTML output
285257
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z32221"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z32220",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z801",
"Z801K1": {
"Z1K1": "Z89",
"Z89K1": ""
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "comment (abstract wikipedia) composition"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
iq4ga3xjirn629a9fxhnfoeowicoa0s
Z33071
0
79623
285046
282031
2026-06-21T13:15:39Z
99of9
1622
Added Z36263 to the approved list of test cases
285046
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z33071"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z33071K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Lexical category"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "categoria lessicale"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z33071K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Item"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "elemento"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6092",
"Z17K2": "Z33071K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Predicate"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "predicato"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z33071K4",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Language"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "lingua"
}
]
}
}
],
"Z8K2": "Z6005",
"Z8K3": [
"Z20",
"Z33076",
"Z36263"
],
"Z8K4": [
"Z14",
"Z33817"
],
"Z8K5": "Z33071"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "best lexeme with category from Wikidata item"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "miglior lessema con categoria da elemento Wikidata"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"lexeme from item"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Equivalent of Z27327, limited to certain lexical categories."
},
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "Equivalente a Z27327, ma limitato a certe categorie lessicali"
}
]
}
}
p9e101jnd8i0jovj2cn3pb5pmkwkrmv
Z33817
0
80825
285047
267187
2026-06-21T13:23:45Z
99of9
1622
285047
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z33817"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z33071",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33415",
"Z33415K1": {
"Z1K1": "Z7",
"Z7K1": "Z33073",
"Z33073K1": {
"Z1K1": "Z7",
"Z7K1": "Z873",
"Z873K1": "Z6825",
"Z873K2": {
"Z1K1": "Z7",
"Z7K1": "Z6830",
"Z6830K1": {
"Z1K1": "Z18",
"Z18K1": "Z33071K2"
},
"Z6830K2": {
"Z1K1": "Z18",
"Z18K1": "Z33071K3"
},
"Z6830K3": {
"Z1K1": "Z18",
"Z18K1": "Z33071K4"
}
}
},
"Z33073K2": {
"Z1K1": "Z18",
"Z18K1": "Z33071K1"
}
},
"Z33415K2": {
"Z1K1": "Z18",
"Z18K1": "Z33071K2"
},
"Z33415K3": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z33071K2"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z33071K4"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1787",
"Z11K2": "miglior lessema con categoria, comp, etichetta"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "best lexeme with category from WD item, compose"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
321n8m6vh6npxi47c8qyc3l6jlfyug6
User:HenkvD
2
81186
285566
282583
2026-06-22T11:57:54Z
HenkvD
1290
285566
wikitext
text/x-wiki
{| border="1" style="float: right; margin-left: 1em; margin-bottom: 0.5em; border: #99B3FF solid 1px; background: #F1F8F1; border-collapse: collapse;" |
| colspan="10" | <div class="plainlinks"><div style="text-align:center"> '''Gebruiker:HenkvD op [[commons:Template talk:Sisterlinks|zusterprojecten]]'''</div></div>
|-
| valign="top" align="center" | [[Image:Wikipedia-logo.png|18px]]<br>Wikipedia<br>[[:de:Benutzer:HenkvD|de:]] [[:en:User:HenkvD|en:]] [[:fr:Utilisateur:HenkvD|fr:]] '''[[:nl:User:HenkvD|nl:]]'''
| valign="top" align="center" | [[Image:Wiktionary-logo-en.png|17px]]<br>Wiktionary<br>[[:wikt:en:User:HenkvD|en:]]<br />[http://www.omegawiki.org/index.php/User:HenkvD ΩWiki]
| valign="top" align="center" | [[Image:Wikinews-logo.png|35px]]<br>Wikinews<br>[[wikinews:User:HenkvD|en:]] [[:n:nl:User:HenkvD|nl:]]<br><div id="cat" class="plainlinks">[http://incubator.wikimedia.org/w/index.php?title=User:HenkvD nl: in incubator]</div>
| valign="top" align="center" | [[Image:Wikiquote-logo.png|16px]]<br>Wikiquote<br>[[:q:en:User:HenkvD|en:]]
|-
| valign="top" align="center" | [[Image:Wikibooks-logo.png|18px]]<br>Wikibooks<br>[[:b:en:User:HenkvD|en:]]
| valign="top" align="center" | [[Image:Wikisource-logo.png|18px]]<br>Wikisource<br>[[:s:en:User:HenkvD|en:]] '''[[:s:nl:Gebruiker:HenkvD|nl:]]''' <div id="cat" class="plainlinks">[http://wikisource.org/wiki/User:HenkvD old]</div>
| valign="top" align="center" | [[Image:Wikiversity-logo-en.svg|18px]]<br>Wikiversity<br>[[:de:v:User:HenkvD|de:]] [[:en:v:User:HenkvD|en:]]
| valign="top" align="center" | [[Image:Wikimedia-logo.png|18px]]<br>[[:meta:User:HenkvD|Meta]]<br><div id="cat" class="plainlinks">[http://strategy.wikimedia.org/wiki/User:HenkvD Strategy]<br>'''[http://nl.wikimedia.org/wiki/Gebruiker:HenkvD nl:]'''
</div>
|-
| valign="top" align="center" | [[Image:Wikivoyage-Logo-v3-icon.svg|16px]]<br>Wikivoyage<br>[[:en:voy:User:HenkvD|en:]]
| valign="top" align="center" | [[File:Wikidata-logo.svg|19px|Wikidata]]<br><div class="plainlinks">[http://www.wikidata.org/wiki/User:HenkvD Wikidata]</div>
| valign="top" align="center" | [[Image:Commons-logo.svg|14px]]<br>[[:Commons:User:HenkvD|Commons]]
| valign="top" align="center" | [[File:Wikifunctions-logo.svg|14px]] [[File:Abstract-Wikipedia-wordmark.svg|42px]]<br>'''Wikifunctions''' <br>[[abstract:User:HenkvD|AbstractWiki]]
|}
My name is Henk, from the Netherlands ([[:nl:Gebruiker:HenkvD]]).
I am interested in Abstract Wikipedia functionality and have general knowledge of the Dutch language (as native speaker). As most other Dutch persons I have good knowledge of English and some of German and a bit of French and Romance languages.<br>
I have an IT background, and try to understand the programming in Wikifunctions.<br>
I will try to analyse Wikifunction, Wikidata, lexemes and add Wikifunction tests if needed.
In my opinion the initial goal is to have Abstract Wikipedia pages with simple lead section (like stubs), an infobox fully from Wikidata, one or more images and maybe some simple lists. The simple lead sentences should function for as many languages as possible. That will also need that many languages will have labels in Wikidata and lexemes with genders. That will be a difficult enough to achieve.
In my opinion extensive prose will be very hard to achieve.
{{#babel:nl|en-3|de-1}}
Usefull pages:
* [[Wikifunctions:Status updates]]
* [[Wikifunctions:Requests for user groups]]
* [[:Category:Natural language generation functions]]
{| class="wikitable"
! Function !! English !! Z1157 Nederlands !! Z60 Local language
|-
| <nowiki>{{#function:</nowiki>[[f:Z26039|Z26039]]<nowiki>|Q64|Q515|Z1002}}</nowiki>
| {{#function:Z26039|Q64|Q515|Z1002}} || {{#function:Z26039|Q64|Q515|Z1157}} || {{#function:Z26039|Q64|Q515|Z60}}
|}
m06gyduynvjjaqfs3q8sreoou735ms4
Z34270
0
81536
285204
282021
2026-06-21T17:17:45Z
Denny
81
Added Z36257, Z36258 and Z36259 to the approved list of test cases
285204
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z34270"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z1"
},
"Z17K2": "Z34270K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "A"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z1"
},
"Z17K2": "Z34270K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "B"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36257",
"Z36258",
"Z36259"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z34270"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Equality of sets"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"A=B",
"A==B"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Tests if two sets A and B are equal, as in each element of A is in B and each element of B is in A. Duplicate items don't change the result. NaNs are treated as regular objects."
}
]
}
}
n9c9m7jn9ltosl8giwxjtgp4vy0u87n
285205
285204
2026-06-21T17:18:32Z
Denny
81
Added Z36260 to the approved list of implementations
285205
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z34270"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z1"
},
"Z17K2": "Z34270K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "A"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z1"
},
"Z17K2": "Z34270K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "B"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36257",
"Z36258",
"Z36259"
],
"Z8K4": [
"Z14",
"Z36260"
],
"Z8K5": "Z34270"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Equality of sets"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"A=B",
"A==B"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Tests if two sets A and B are equal, as in each element of A is in B and each element of B is in A. Duplicate items don't change the result. NaNs are treated as regular objects."
}
]
}
}
p8a4umbow68gl4kjhiwnh1i8rhpcz3z
Z34273
0
81539
285187
284103
2026-06-21T16:54:42Z
Virinas-code
2884
285187
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z34273"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z1"
},
"Z17K2": "Z34273K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "set A"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "ensemble A"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "kesimpulan A"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z1"
},
"Z17K2": "Z34273K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "set B"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "ensemble B"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "kesimpulan B"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z34393",
"Z34470"
],
"Z8K4": [
"Z14",
"Z34382",
"Z34404"
],
"Z8K5": "Z34273"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Equality of sets of sets of sets..."
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "égalité d'ensembles"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "menetapkan kesamaan"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"=",
"sets equal",
"set equality"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1004",
"Z31K2": [
"Z6",
"="
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1078",
"Z31K2": [
"Z6",
"sama dengan ",
"="
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Tests whether two sets are equal (have the same elements)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "Teste si deux ensembles sont égaux (ont les mêmes éléments)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "untuk memeriksa apakah dua himpunan (set) memiliki elemen yang sama"
}
]
}
}
53bopi2x51fgkhb9rr0y5plqxnrls7n
285190
285187
2026-06-21T16:56:48Z
Virinas-code
2884
285190
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z34273"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z1"
},
"Z17K2": "Z34273K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "set A"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "ensemble A"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "kesimpulan A"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z1"
},
"Z17K2": "Z34273K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "set B"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "ensemble B"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "kesimpulan B"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z34393",
"Z34470"
],
"Z8K4": [
"Z14",
"Z34382",
"Z34404"
],
"Z8K5": "Z34273"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Equality of sets of sets"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "égalité d'ensembles"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "menetapkan kesamaan"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"=",
"sets equal",
"set equality"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1004",
"Z31K2": [
"Z6",
"="
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1078",
"Z31K2": [
"Z6",
"sama dengan ",
"="
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Tests whether two sets are equal (have the same elements)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "Teste si deux ensembles sont égaux (ont les mêmes éléments)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "untuk memeriksa apakah dua himpunan (set) memiliki elemen yang sama"
}
]
}
}
k9n9tw0ickb1au350dxq50hr1vya3r4
285191
285190
2026-06-21T16:58:57Z
Virinas-code
2884
285191
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z34273"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z1"
},
"Z17K2": "Z34273K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "set A"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "ensemble A"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "kesimpulan A"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z1"
},
"Z17K2": "Z34273K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "set B"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "ensemble B"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "kesimpulan B"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z34393",
"Z34470"
],
"Z8K4": [
"Z14",
"Z34382",
"Z34404"
],
"Z8K5": "Z34273"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Equality of hereditary sets"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "égalité d'ensembles"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "menetapkan kesamaan"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"=",
"hereditary sets equal",
"hereditary set equality"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1004",
"Z31K2": [
"Z6",
"="
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1078",
"Z31K2": [
"Z6",
"sama dengan ",
"="
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Tests whether two hereditary sets are equal (have the same elements)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "Teste si deux ensembles sont égaux (ont les mêmes éléments)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1078",
"Z11K2": "untuk memeriksa apakah dua himpunan (set) memiliki elemen yang sama"
}
]
}
}
nqkhfrl63zczee75yetubgq38mt6rc1
Talk:Z34273
1
81699
285192
271051
2026-06-21T16:59:32Z
Virinas-code
2884
/* Duplicate */ Reply
285192
wikitext
text/x-wiki
== Duplicate ==
Possibly a duplicate of {{Z|12741}}; I can't tell from your single test whether this is set equality in the strict sense (ignoring repeated elements) or multiset equality (requiring equal numbers of repeated elements). [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 06:32, 28 April 2026 (UTC)
:Hi! Sorry, didn't see your comment :) I've added a test to clarify that it is ''set'' equality and not ''multiset'' equality. Sorry for the confusion! [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 23:02, 29 April 2026 (UTC)
:Small update, I clarified that this is eqality of [[w:Hereditary set|hereditary sets]]. [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 16:59, 21 June 2026 (UTC)
hozau58rrof24tlsuwsbj190gwz8k68
Z34441
0
81747
285330
270188
2026-06-22T03:35:21Z
99of9
1622
replace with nbsp item
285330
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z34441"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z14438",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z10075",
"Z10075K1": {
"Z1K1": "Z7",
"Z7K1": "Z14295",
"Z14295K1": {
"Z1K1": "Z18",
"Z18K1": "Z14438K1"
}
},
"Z10075K2": ",",
"Z10075K3": "Z36687"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "add NBSP between triples, composition"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
rcizmytbnciu0t805lwsp8jsfov35wk
Z34683
0
82218
285043
273243
2026-06-21T13:11:28Z
Jsamwrites
938
Update function
285043
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z34683"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z34637",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z31684",
"Z31684K1": {
"Z1K1": "Z7",
"Z7K1": "Z14310",
"Z14310K1": "Z34682",
"Z14310K2": {
"Z1K1": "Z18",
"Z18K1": "Z34637K2"
}
},
"Z31684K2": {
"Z1K1": "Z18",
"Z18K1": "Z34637K1"
},
"Z31684K3": {
"Z1K1": "Z18",
"Z18K1": "Z34637K2"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "part-of sentence - entity, composition"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
p2miaymr3475f7sc1cdn2aq31pzpifs
Z35399
0
83852
285213
279437
2026-06-21T17:42:11Z
JJPMaster
6409
Added Z36100 to the approved list of test cases
285213
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z35399"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z35399K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "FSW string"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z35436",
"Z36100"
],
"Z8K4": [
"Z14",
"Z35427"
],
"Z8K5": "Z35399"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Formal SignWriting to SignWriting in Unicode"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"FSW to SWU",
"fsw2swu"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Converts Formal SignWriting to SignWriting in Unicode."
}
]
}
}
gxox59xbgnbghndp9cauuy629m37rrm
Talk:Z35425
1
83894
285214
284862
2026-06-21T17:42:45Z
JJPMaster
6409
/* Needs review after refactor */ Reply
285214
wikitext
text/x-wiki
[[Category:SignWriting]]
== Needs review after refactor ==
{{ping|JJPMaster}} Please confirm my edits to this function, [[Z35411]], and [[Z35417]] didn't break them. Maybe add some tests? [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 02:58, 21 June 2026 (UTC)
:@[[User:YoshiRulz|YoshiRulz]]: I now seem to be getting rate limit errors all the time with all three functions. I used the input string "M521x547S33100482x411". [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 03:24, 21 June 2026 (UTC)
::I convinced the system to clear the cache, try again. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 04:02, 21 June 2026 (UTC)
:::@[[User:YoshiRulz|YoshiRulz]]: All is well. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 17:42, 21 June 2026 (UTC)
6v9ehk971tzj4plgzmrstnbb7p3th2o
Z35523
0
84057
285181
283642
2026-06-21T16:47:09Z
HenkvD
1290
Simple sub-functions for is & a
285181
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z35523"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z35505",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z34096",
"Z34096K1": {
"Z1K1": "Z7",
"Z7K1": "Z21394",
"Z21394K1": [
"Z6",
{
"Z1K1": "Z7",
"Z7K1": "Z36270",
"Z36270K1": {
"Z1K1": "Z18",
"Z18K1": "Z35505K1"
},
"Z36270K2": {
"Z1K1": "Z18",
"Z18K1": "Z35505K3"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z36625",
"Z36625K1": {
"Z1K1": "Z18",
"Z18K1": "Z35505K3"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z36622",
"Z36622K1": {
"Z1K1": "Z18",
"Z18K1": "Z35505K3"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z36270",
"Z36270K1": {
"Z1K1": "Z18",
"Z18K1": "Z35505K2"
},
"Z36270K2": {
"Z1K1": "Z18",
"Z18K1": "Z35505K3"
}
},
"."
]
},
"Z34096K2": {
"Z1K1": "Z18",
"Z18K1": "Z35505K3"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "article-less instantiating sentence (simple), opt."
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
d0i1h34rmxj78fqzu07pdjxd1iq4pel
Z35618
0
84200
285183
277678
2026-06-21T16:53:47Z
HenkvD
1290
Simple sub-functions for is & a
285183
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z35618"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z35589",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z861",
"Z861K1": {
"Z1K1": "Z7",
"Z7K1": "Z21394",
"Z21394K1": [
"Z6",
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z35589K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z35589K4"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z36625",
"Z36625K1": {
"Z1K1": "Z18",
"Z18K1": "Z35589K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z36622",
"Z36622K1": {
"Z1K1": "Z7",
"Z7K1": {
"Z1K1": "Z18",
"Z18K1": "Z35589K4"
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z35589K2"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z35589K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z22193",
"Z22193K1": {
"Z1K1": "Z18",
"Z18K1": "Z35589K4"
},
"Z22193K2": [
"Z60",
"Z1216",
"Z1532",
"Z1730",
"Z1576",
"Z1402",
"Z1137",
"Z1650"
],
"Z22193K3": [
"Z6",
" yn ",
" in ",
" in ",
" en ",
" во ",
" na ",
" uun "
]
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z35589K3"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z35589K4"
}
},
"."
]
},
"Z861K2": {
"Z1K1": "Z18",
"Z18K1": "Z35589K4"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "State location using entity and class, (simple),co"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
sl2h73zc4qqpxb160ofunkf0l5p6mkg
285188
285183
2026-06-21T16:56:09Z
HenkvD
1290
285188
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z35618"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z35589",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z861",
"Z861K1": {
"Z1K1": "Z7",
"Z7K1": "Z21394",
"Z21394K1": [
"Z6",
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z35589K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z35589K4"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z36625",
"Z36625K1": {
"Z1K1": "Z18",
"Z18K1": "Z35589K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z36622",
"Z36622K1": {
"Z1K1": "Z18",
"Z18K1": "Z35589K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z35589K2"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z35589K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z22193",
"Z22193K1": {
"Z1K1": "Z18",
"Z18K1": "Z35589K4"
},
"Z22193K2": [
"Z60",
"Z1216",
"Z1532",
"Z1730",
"Z1576",
"Z1402",
"Z1137",
"Z1650"
],
"Z22193K3": [
"Z6",
" yn ",
" in ",
" in ",
" en ",
" во ",
" na ",
" uun "
]
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z35589K3"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z35589K4"
}
},
"."
]
},
"Z861K2": {
"Z1K1": "Z18",
"Z18K1": "Z35589K4"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "State location using entity and class, (simple),co"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
86d1fhgdihvilkgnhhtxeau6z0tyel5
Z36043
0
84956
285094
280393
2026-06-21T14:28:08Z
Jsamwrites
938
Added Z36250 to the approved list of implementations
285094
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36043"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6001",
"Z17K2": "Z36043K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item"
}
]
}
}
],
"Z8K2": "Z310",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z36250"
],
"Z8K5": "Z36043"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "get image for Wikidata item"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Returns the image corresponding to a Wikidata item as a Commons image reference."
}
]
}
}
fev1w3s7d38jdu8ifgst1xnjvd326hb
285095
285094
2026-06-21T14:28:44Z
Jsamwrites
938
Added Z36109 to the approved list of test cases
285095
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36043"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6001",
"Z17K2": "Z36043K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item"
}
]
}
}
],
"Z8K2": "Z310",
"Z8K3": [
"Z20",
"Z36109"
],
"Z8K4": [
"Z14",
"Z36250"
],
"Z8K5": "Z36043"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "get image for Wikidata item"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Returns the image corresponding to a Wikidata item as a Commons image reference."
}
]
}
}
08h1v7uxwol2dux9w2d8ajlap0rkadm
285096
285095
2026-06-21T14:29:14Z
Jsamwrites
938
Removed Z36109 from the approved list of test cases
285096
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36043"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6001",
"Z17K2": "Z36043K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item"
}
]
}
}
],
"Z8K2": "Z310",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z36250"
],
"Z8K5": "Z36043"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "get image for Wikidata item"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Returns the image corresponding to a Wikidata item as a Commons image reference."
}
]
}
}
fev1w3s7d38jdu8ifgst1xnjvd326hb
Talk:Z310
1
85107
285151
280830
2026-06-21T15:19:45Z
Jsamwrites
938
/* Commons image reference from string */ new section
285151
wikitext
text/x-wiki
{{type documentation|Z310|Commons image reference
|related types=
* {{Z+|Z6091}}
* {{Z+|Z6039}}
|cardinality=Valid: about {{formatnum:190000000}}
<br>Type admits: arbitrarily high
}}
== Commons image reference from string ==
I am currently working on obtaining the logo image from a Wikidata item. Reference : {{Z|Z36631}}, but we only get strings while using Wikifunctions for querying Wikidata property - {{P|P154}}. Is there a way or is to possible to add a builtin-function for obtaining the Media id or Commons item reference from Wikidata? Thanks in advance. [[User:Jsamwrites|John Samuel]] 15:19, 21 June 2026 (UTC)
5xlj7o5gsqqcqgv1yzjzmaj563ndolx
Z36168
0
85249
285194
281210
2026-06-21T17:01:55Z
HenkvD
1290
Simple sub-functions for is & a
285194
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36168"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36166",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z26107",
"Z26107K1": {
"Z1K1": "Z18",
"Z18K1": "Z36166K4"
},
"Z26107K2": {
"Z1K1": "Z7",
"Z7K1": "Z21394",
"Z21394K1": [
"Z6",
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36166K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36166K4"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z36625",
"Z36625K1": {
"Z1K1": "Z18",
"Z18K1": "Z36166K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z36622",
"Z36622K1": {
"Z1K1": "Z18",
"Z18K1": "Z36166K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36166K2"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36166K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z22193",
"Z22193K1": {
"Z1K1": "Z18",
"Z18K1": "Z36166K4"
},
"Z22193K2": [
"Z60",
"Z1157",
"Z1216",
"Z1532",
"Z1576",
"Z1137",
"Z1106",
"Z1402",
"Z1798"
],
"Z22193K3": [
"Z6",
" van ",
" fan ",
" deur ",
" de ",
" di ",
" eftir ",
" од ",
" да ",
" (by) "
]
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36166K3"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36166K4"
}
},
"."
]
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Creative work - entity, class, creator, Simple com"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
o62jzwzyk4mfg3m06flo66uqrdt8srf
Z36218
0
85333
285464
283669
2026-06-22T08:46:00Z
HenkvD
1290
labes in some other languages
285464
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36218"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36218K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "subject reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6092",
"Z17K2": "Z36218K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "property reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36218K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z36221",
"Z36223",
"Z36222",
"Z36440"
],
"Z8K4": [
"Z14",
"Z36220"
],
"Z8K5": "Z36218"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value from WD"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1532",
"Z11K2": "spesifieke eienskap van onderwerp is waarde van WD"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1576",
"Z11K2": "specifa eco de subjekto estas valoro de WD"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1402",
"Z11K2": "специфично својство на субјектот е вредност од WD"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1137",
"Z11K2": "propiedat spesífiko di sujeto ta balor for di WD"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"sentence for triple with specified property",
"the X of Y is Z",
"Wikidata value sentence",
"specific property of subject is value",
"value from Wikidata",
"value of a property from Wikidata"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "HTML sentence for \"The \u003Cproperty\u003E of \u003Csubject\u003E is \u003Cvalue\u003E.\" Attempt for any specific (single-best?-valued) property triple. Use for triples in present tense."
}
]
}
}
qe2kgw40voct12hz8tbo0le8xtds49e
285519
285464
2026-06-22T09:49:34Z
HenkvD
1290
eigenschap van onderwerp is waarde uit WD.
285519
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36218"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36218K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "subject reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6092",
"Z17K2": "Z36218K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "property reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36218K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z36221",
"Z36223",
"Z36222",
"Z36440"
],
"Z8K4": [
"Z14",
"Z36220"
],
"Z8K5": "Z36218"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value from WD"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1532",
"Z11K2": "spesifieke eienskap van onderwerp is waarde van WD"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1576",
"Z11K2": "specifa eco de subjekto estas valoro de WD"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1402",
"Z11K2": "специфично својство на субјектот е вредност од WD"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1137",
"Z11K2": "propiedat spesífiko di sujeto ta balor for di WD"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1157",
"Z11K2": "eigenschap van onderwerp is waarde uit WD."
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"sentence for triple with specified property",
"the X of Y is Z",
"Wikidata value sentence",
"specific property of subject is value",
"value from Wikidata",
"value of a property from Wikidata"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "HTML sentence for \"The \u003Cproperty\u003E of \u003Csubject\u003E is \u003Cvalue\u003E.\" Attempt for any specific (single-best?-valued) property triple. Use for triples in present tense."
}
]
}
}
5p3rxqjv46fl4u2vnopnq72cdj4l2lv
Z36219
0
85334
285310
281996
2026-06-21T21:40:25Z
HenkvD
1290
+ specific property of subject is value (Simple) for af eo & pap
285310
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36219"
},
"Z2K2": {
"Z1K1": "Z14294",
"Z14294K1": [
"Z14293",
{
"Z1K1": "Z14293",
"Z14293K1": "Z36232",
"Z14293K2": "Z33034"
},
{
"Z1K1": "Z14293",
"Z14293K1": "Z36253",
"Z14293K2": [
"Z60",
"Z1011"
]
},
{
"Z1K1": "Z14293",
"Z14293K1": "Z36682",
"Z14293K2": [
"Z60",
"Z1532",
"Z1576",
"Z1137"
]
}
],
"Z14294K2": "Z36243"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "config for specific property of subject is value"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
1or7g1asmcmatrxkddgrc1r5a8jwhf0
285443
285310
2026-06-22T07:19:47Z
HenkvD
1290
+ language mk as simple
285443
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36219"
},
"Z2K2": {
"Z1K1": "Z14294",
"Z14294K1": [
"Z14293",
{
"Z1K1": "Z14293",
"Z14293K1": "Z36232",
"Z14293K2": "Z33034"
},
{
"Z1K1": "Z14293",
"Z14293K1": "Z36253",
"Z14293K2": [
"Z60",
"Z1011"
]
},
{
"Z1K1": "Z14293",
"Z14293K1": "Z36682",
"Z14293K2": [
"Z60",
"Z1532",
"Z1576",
"Z1402",
"Z1137"
]
}
],
"Z14294K2": "Z36243"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "config for specific property of subject is value"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
kjjxad8hzghnrg9wfzlyublttc864vq
285506
285443
2026-06-22T09:34:32Z
HenkvD
1290
+ Dutch
285506
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36219"
},
"Z2K2": {
"Z1K1": "Z14294",
"Z14294K1": [
"Z14293",
{
"Z1K1": "Z14293",
"Z14293K1": "Z36232",
"Z14293K2": "Z33034"
},
{
"Z1K1": "Z14293",
"Z14293K1": "Z36253",
"Z14293K2": [
"Z60",
"Z1011"
]
},
{
"Z1K1": "Z14293",
"Z14293K1": "Z36682",
"Z14293K2": [
"Z60",
"Z1532",
"Z1576",
"Z1402",
"Z1137"
]
},
{
"Z1K1": "Z14293",
"Z14293K1": "Z36731",
"Z14293K2": [
"Z60",
"Z1157"
]
}
],
"Z14294K2": "Z36243"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "config for specific property of subject is value"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
0lf896f4x6qroy2rswnuzbfp79vjqqc
Z36257
0
85385
285429
282018
2026-06-22T07:11:28Z
99of9
1622
285429
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36257"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z34270",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z34270",
"Z34270K1": [
"Z1",
"lalala",
"Give My Regards to Yotsuya-san",
"Hatsune Miku."
],
"Z34270K2": [
"Z1",
"Give My Regards to Yotsuya-san",
"Hatsune Miku.",
"lalala"
]
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z41"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "3 strings in permuted order are equal"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
h0o131rewv2pfkphwprkg9malio9cxq
Z36258
0
85386
285433
282019
2026-06-22T07:13:58Z
99of9
1622
285433
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36258"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z34270",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z34270",
"Z34270K1": [
"Z1",
{
"Z1K1": "Z20838",
"Z20838K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z20838K2": {
"Z1K1": "Z16683",
"Z16683K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": "3"
}
},
"Z20838K3": {
"Z1K1": "Z13518",
"Z13518K1": "2251799813685248"
},
"Z20838K4": {
"Z1K1": "Z20825",
"Z20825K1": "Z20837"
}
},
{
"Z1K1": "Z20838",
"Z20838K1": {
"Z1K1": "Z9",
"Z9K1": ""
},
"Z20838K2": {
"Z1K1": "Z16683",
"Z16683K1": {
"Z1K1": "Z9",
"Z9K1": ""
},
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": ""
}
},
"Z20838K3": {
"Z1K1": "Z13518",
"Z13518K1": ""
},
"Z20838K4": "Z20832"
}
],
"Z34270K2": [
"Z1",
{
"Z1K1": "Z20838",
"Z20838K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z20838K2": {
"Z1K1": "Z16683",
"Z16683K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16662"
},
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": "1023"
}
},
"Z20838K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z20838K4": {
"Z1K1": "Z20825",
"Z20825K1": "Z20829"
}
}
]
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "different singleton float64 sets are not equal"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
rg8rfgortc9u3tvnwk4dltzbtd5gzqg
285435
285433
2026-06-22T07:14:31Z
99of9
1622
rm incomplete float
285435
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36258"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z34270",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z34270",
"Z34270K1": [
"Z1",
{
"Z1K1": "Z20838",
"Z20838K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z20838K2": {
"Z1K1": "Z16683",
"Z16683K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": "3"
}
},
"Z20838K3": {
"Z1K1": "Z13518",
"Z13518K1": "2251799813685248"
},
"Z20838K4": {
"Z1K1": "Z20825",
"Z20825K1": "Z20837"
}
}
],
"Z34270K2": [
"Z1",
{
"Z1K1": "Z20838",
"Z20838K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z20838K2": {
"Z1K1": "Z16683",
"Z16683K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16662"
},
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": "1023"
}
},
"Z20838K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z20838K4": {
"Z1K1": "Z20825",
"Z20825K1": "Z20829"
}
}
]
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "different singleton float64 sets are not equal"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
9evd017svpn0goci05u9qxzw7yxoh2x
285440
285435
2026-06-22T07:17:03Z
99of9
1622
285440
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36258"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z34270",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z34270",
"Z34270K1": [
"Z1",
{
"Z1K1": "Z20838",
"Z20838K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z20838K2": {
"Z1K1": "Z16683",
"Z16683K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": "3"
}
},
"Z20838K3": {
"Z1K1": "Z13518",
"Z13518K1": "2251799813685248"
},
"Z20838K4": {
"Z1K1": "Z20825",
"Z20825K1": "Z20837"
}
},
{
"Z1K1": "Z20838",
"Z20838K1": {
"Z1K1": "Z9",
"Z9K1": ""
},
"Z20838K2": {
"Z1K1": "Z16683",
"Z16683K1": {
"Z1K1": "Z9",
"Z9K1": ""
},
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": ""
}
},
"Z20838K3": {
"Z1K1": "Z13518",
"Z13518K1": ""
},
"Z20838K4": "Z20832"
}
],
"Z34270K2": [
"Z1",
{
"Z1K1": "Z20838",
"Z20838K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z20838K2": {
"Z1K1": "Z16683",
"Z16683K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16662"
},
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": "1023"
}
},
"Z20838K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z20838K4": {
"Z1K1": "Z20825",
"Z20825K1": "Z20829"
}
}
]
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "[12.0, +inf] != [0.0]"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
gs99nhspcxqr4pgsh7g85q4yr2q77uu
285441
285440
2026-06-22T07:17:49Z
99of9
1622
fill incomplete keys
285441
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36258"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z34270",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z34270",
"Z34270K1": [
"Z1",
{
"Z1K1": "Z20838",
"Z20838K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z20838K2": {
"Z1K1": "Z16683",
"Z16683K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": "3"
}
},
"Z20838K3": {
"Z1K1": "Z13518",
"Z13518K1": "2251799813685248"
},
"Z20838K4": {
"Z1K1": "Z20825",
"Z20825K1": "Z20837"
}
},
{
"Z1K1": "Z20838",
"Z20838K1": "Z16660",
"Z20838K2": {
"Z1K1": "Z16683",
"Z16683K1": "Z16661",
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": "0"
}
},
"Z20838K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z20838K4": "Z20832"
}
],
"Z34270K2": [
"Z1",
{
"Z1K1": "Z20838",
"Z20838K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z20838K2": {
"Z1K1": "Z16683",
"Z16683K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16662"
},
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": "1023"
}
},
"Z20838K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z20838K4": {
"Z1K1": "Z20825",
"Z20825K1": "Z20829"
}
}
]
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "[12.0, +inf] != [0.0]"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
e1bagrlcm7uwfd91pbu06c1a4vbpobf
Z36259
0
85387
285439
282020
2026-06-22T07:15:54Z
99of9
1622
285439
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36259"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z34270",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z34270",
"Z34270K1": [
"Z1",
{
"Z1K1": "Z20838",
"Z20838K1": {
"Z1K1": "Z9",
"Z9K1": ""
},
"Z20838K2": {
"Z1K1": "Z16683",
"Z16683K1": {
"Z1K1": "Z9",
"Z9K1": ""
},
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": ""
}
},
"Z20838K3": {
"Z1K1": "Z13518",
"Z13518K1": ""
},
"Z20838K4": "Z20834"
},
{
"Z1K1": "Z20838",
"Z20838K1": {
"Z1K1": "Z9",
"Z9K1": ""
},
"Z20838K2": {
"Z1K1": "Z16683",
"Z16683K1": {
"Z1K1": "Z9",
"Z9K1": ""
},
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": ""
}
},
"Z20838K3": {
"Z1K1": "Z13518",
"Z13518K1": ""
},
"Z20838K4": "Z20834"
}
],
"Z34270K2": [
"Z1",
{
"Z1K1": "Z20838",
"Z20838K1": {
"Z1K1": "Z9",
"Z9K1": ""
},
"Z20838K2": {
"Z1K1": "Z16683",
"Z16683K1": {
"Z1K1": "Z9",
"Z9K1": ""
},
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": ""
}
},
"Z20838K3": {
"Z1K1": "Z13518",
"Z13518K1": ""
},
"Z20838K4": "Z20834"
}
]
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z41"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "[NaN, NaN] == [NaN]"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
4zocl9cazwwatd0xmskzbukr46fpm52
285442
285439
2026-06-22T07:18:58Z
99of9
1622
fill incomplete fields
285442
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36259"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z34270",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z34270",
"Z34270K1": [
"Z1",
{
"Z1K1": "Z20838",
"Z20838K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z20838K2": {
"Z1K1": "Z16683",
"Z16683K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": "1024"
}
},
"Z20838K3": {
"Z1K1": "Z13518",
"Z13518K1": "4503599627370495"
},
"Z20838K4": {
"Z1K1": "Z20825",
"Z20825K1": "Z20834"
}
},
{
"Z1K1": "Z20838",
"Z20838K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z20838K2": {
"Z1K1": "Z16683",
"Z16683K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": "1024"
}
},
"Z20838K3": {
"Z1K1": "Z13518",
"Z13518K1": "4503599627370495"
},
"Z20838K4": {
"Z1K1": "Z20825",
"Z20825K1": "Z20834"
}
}
],
"Z34270K2": [
"Z1",
{
"Z1K1": "Z20838",
"Z20838K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z20838K2": {
"Z1K1": "Z16683",
"Z16683K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": "1024"
}
},
"Z20838K3": {
"Z1K1": "Z13518",
"Z13518K1": "4503599627370495"
},
"Z20838K4": {
"Z1K1": "Z20825",
"Z20825K1": "Z20834"
}
}
]
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z41"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "[NaN, NaN] == [NaN]"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
5qdceg1l5rvyepw5z9ayndwjn8pfyda
Z36339
0
85674
285177
284977
2026-06-21T16:35:42Z
HenkvD
1290
Simple sub-functions for is & the
285177
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36339"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36337",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z861",
"Z861K1": {
"Z1K1": "Z7",
"Z7K1": "Z21394",
"Z21394K1": [
"Z6",
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36337K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36337K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z36625",
"Z36625K1": {
"Z1K1": "Z18",
"Z18K1": "Z36337K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z36610",
"Z36610K1": {
"Z1K1": "Z18",
"Z18K1": "Z36337K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36337K2"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36337K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z22193",
"Z22193K1": {
"Z1K1": "Z18",
"Z18K1": "Z36337K4"
},
"Z22193K2": [
"Z60",
"Z1532",
"Z1576",
"Z1137",
"Z1402"
],
"Z22193K3": [
"Z6",
" van ",
" de ",
" di ",
" на ",
" (of )"
]
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36337K3"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36337K4"
}
}
]
},
"Z861K2": {
"Z1K1": "Z18",
"Z18K1": "Z36337K4"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "defining role sentence, Simple, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
psnhhjs9rkkvx3pjnh9ufeuq53z0c4x
285178
285177
2026-06-21T16:37:50Z
HenkvD
1290
added space
285178
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36339"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36337",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z861",
"Z861K1": {
"Z1K1": "Z7",
"Z7K1": "Z21394",
"Z21394K1": [
"Z6",
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36337K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36337K4"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z36625",
"Z36625K1": {
"Z1K1": "Z18",
"Z18K1": "Z36337K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z36610",
"Z36610K1": {
"Z1K1": "Z18",
"Z18K1": "Z36337K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36337K2"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36337K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z22193",
"Z22193K1": {
"Z1K1": "Z18",
"Z18K1": "Z36337K4"
},
"Z22193K2": [
"Z60",
"Z1532",
"Z1576",
"Z1137",
"Z1402"
],
"Z22193K3": [
"Z6",
" van ",
" de ",
" di ",
" на ",
" (of )"
]
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36337K3"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36337K4"
}
}
]
},
"Z861K2": {
"Z1K1": "Z18",
"Z18K1": "Z36337K4"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "defining role sentence, Simple, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
f4d6h53whcswxzlh8lfyvxyc3y4lety
285179
285178
2026-06-21T16:39:45Z
HenkvD
1290
added full stop
285179
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36339"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36337",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z861",
"Z861K1": {
"Z1K1": "Z7",
"Z7K1": "Z21394",
"Z21394K1": [
"Z6",
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36337K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36337K4"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z36625",
"Z36625K1": {
"Z1K1": "Z18",
"Z18K1": "Z36337K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z36610",
"Z36610K1": {
"Z1K1": "Z18",
"Z18K1": "Z36337K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36337K2"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36337K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z22193",
"Z22193K1": {
"Z1K1": "Z18",
"Z18K1": "Z36337K4"
},
"Z22193K2": [
"Z60",
"Z1532",
"Z1576",
"Z1137",
"Z1402"
],
"Z22193K3": [
"Z6",
" van ",
" de ",
" di ",
" на ",
" (of )"
]
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36337K3"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36337K4"
}
},
"."
]
},
"Z861K2": {
"Z1K1": "Z18",
"Z18K1": "Z36337K4"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "defining role sentence, Simple, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
6n2oqk3gofwtoxn7z7m90aceham0hjy
Z36435
0
85894
285379
283780
2026-06-22T06:25:52Z
VIGNERON
96
+ fr
285379
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36435"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6005",
"Z17K2": "Z36435K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "French adjective lexeme"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36435K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language of row/column headings"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z36438"
],
"Z8K4": [
"Z14",
"Z36469"
],
"Z8K5": "Z36435"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "French adjective inflection table"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "tableau de flexion des adjectifs en français"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
g3uyqetdr5wex2imy15wtemmv049qp5
Z36456
0
85918
285383
284539
2026-06-22T06:26:35Z
VIGNERON
96
+ fr
285383
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36456"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6005",
"Z17K2": "Z36456K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "lexeme"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z17K2": "Z36456K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "grammatical features"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36456K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z36534"
],
"Z8K4": [
"Z14",
"Z36533"
],
"Z8K5": "Z36456"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "French verb conjugation table"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "tableau de conjugaison des verbes en français"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
53x0ucqppjv7nevz6318bzzljwz5c8q
Z36457
0
85919
285391
283741
2026-06-22T06:29:01Z
VIGNERON
96
+ fr
285391
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36457"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6005",
"Z17K2": "Z36457K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "lexeme"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36465"
],
"Z8K4": [
"Z14",
"Z36464"
],
"Z8K5": "Z36457"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "is adjective lexeme?"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "ce lexème est-il un adjectif ?"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
bvyjm6oh0iz8d6wsgluq06uwhybp0qv
Z36462
0
85924
285104
283730
2026-06-21T14:34:15Z
Denny
81
285104
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36462"
},
"Z2K2": {
"Z1K1": "Z4",
"Z4K1": "Z36462",
"Z4K2": [
"Z3",
{
"Z1K1": "Z3",
"Z3K1": "Z60",
"Z3K2": "Z36462K1",
"Z3K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Language"
}
]
},
"Z3K4": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
},
{
"Z1K1": "Z3",
"Z3K1": "Z6091",
"Z3K2": "Z36462K2",
"Z3K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Part of Speech"
}
]
},
"Z3K4": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
},
{
"Z1K1": "Z3",
"Z3K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z3K2": "Z36462K3",
"Z3K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Inherent features"
}
]
},
"Z3K4": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
},
{
"Z1K1": "Z3",
"Z3K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z36463"
},
"Z3K2": "Z36462K4",
"Z3K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Options"
}
]
},
"Z3K4": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
],
"Z4K3": "Z101",
"Z4K7": [
"Z46"
],
"Z4K8": [
"Z64"
]
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "(experimental) Syntactic table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
nwpjj1z7zgu50nj26sq6k15oekxedaz
285161
285104
2026-06-21T15:33:24Z
Denny
81
285161
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36462"
},
"Z2K2": {
"Z1K1": "Z4",
"Z4K1": "Z36462",
"Z4K2": [
"Z3",
{
"Z1K1": "Z3",
"Z3K1": "Z60",
"Z3K2": "Z36462K1",
"Z3K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Language"
}
]
},
"Z3K4": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
},
{
"Z1K1": "Z3",
"Z3K1": "Z6091",
"Z3K2": "Z36462K2",
"Z3K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Part of Speech"
}
]
},
"Z3K4": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
},
{
"Z1K1": "Z3",
"Z3K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z3K2": "Z36462K3",
"Z3K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Inherent features"
}
]
},
"Z3K4": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
},
{
"Z1K1": "Z3",
"Z3K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z36463"
},
"Z3K2": "Z36462K4",
"Z3K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Options"
}
]
},
"Z3K4": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
],
"Z4K3": "Z101",
"Z4K7": [
"Z46"
],
"Z4K8": [
"Z64"
]
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "(experimental) Syntactic table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "captures a part of a sentence that still might have a number of different options when realized and might already have some features determined"
}
]
}
}
iv9mm26mxgz3mbc3dyvc6e7sqq2qi86
285448
285161
2026-06-22T07:29:13Z
DVrandecic (WMF)
7
285448
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36462"
},
"Z2K2": {
"Z1K1": "Z4",
"Z4K1": "Z36462",
"Z4K2": [
"Z3",
{
"Z1K1": "Z3",
"Z3K1": "Z60",
"Z3K2": "Z36462K1",
"Z3K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Language"
}
]
},
"Z3K4": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
},
{
"Z1K1": "Z3",
"Z3K1": "Z6091",
"Z3K2": "Z36462K2",
"Z3K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Part of Speech"
}
]
},
"Z3K4": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
},
{
"Z1K1": "Z3",
"Z3K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z3K2": "Z36462K3",
"Z3K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Inherent features"
}
]
},
"Z3K4": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
},
{
"Z1K1": "Z3",
"Z3K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z36463"
},
"Z3K2": "Z36462K4",
"Z3K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Options"
}
]
},
"Z3K4": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
],
"Z4K3": "Z101",
"Z4K4": "Z36717",
"Z4K7": [
"Z46"
],
"Z4K8": [
"Z64"
]
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "(experimental) Syntactic table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "captures a part of a sentence that still might have a number of different options when realized and might already have some features determined"
}
]
}
}
90zlbfw67pk2whwzo42fumokqcei4j4
Z36463
0
85925
285146
283729
2026-06-21T15:16:53Z
Denny
81
285146
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36463"
},
"Z2K2": {
"Z1K1": "Z4",
"Z4K1": "Z36463",
"Z4K2": [
"Z3",
{
"Z1K1": "Z3",
"Z3K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z3K2": "Z36463K1",
"Z3K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Feature"
}
]
},
"Z3K4": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
},
{
"Z1K1": "Z3",
"Z3K1": "Z89",
"Z3K2": "Z36463K2",
"Z3K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Content"
}
]
},
"Z3K4": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
],
"Z4K3": "Z101",
"Z4K7": [
"Z46"
],
"Z4K8": [
"Z64"
]
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "(experimental) Syntactic option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Describes a single option in a Syntactic table, particularly the content (as a fragment) and a list of grammatical features this option is for"
}
]
}
}
ir68vw65e83w6xfvqn8vfyjvnletsfj
285229
285146
2026-06-21T17:51:01Z
DVrandecic (WMF)
7
285229
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36463"
},
"Z2K2": {
"Z1K1": "Z4",
"Z4K1": "Z36463",
"Z4K2": [
"Z3",
{
"Z1K1": "Z3",
"Z3K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z3K2": "Z36463K1",
"Z3K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Feature"
}
]
},
"Z3K4": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
},
{
"Z1K1": "Z3",
"Z3K1": "Z89",
"Z3K2": "Z36463K2",
"Z3K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Content"
}
]
},
"Z3K4": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
],
"Z4K3": "Z101",
"Z4K4": "Z36670",
"Z4K7": [
"Z46"
],
"Z4K8": [
"Z64"
]
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "(experimental) Syntactic option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Describes a single option in a Syntactic table, particularly the content (as a fragment) and a list of grammatical features this option is for"
}
]
}
}
4vy4vkcc7m2yj2fbxijfd20bpvl89oo
285565
285229
2026-06-22T11:56:16Z
DVrandecic (WMF)
7
for split parts of speech (e.g. German "ich stehe später auf")
285565
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36463"
},
"Z2K2": {
"Z1K1": "Z4",
"Z4K1": "Z36463",
"Z4K2": [
"Z3",
{
"Z1K1": "Z3",
"Z3K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z3K2": "Z36463K1",
"Z3K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Feature"
}
]
},
"Z3K4": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
},
{
"Z1K1": "Z3",
"Z3K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z89"
},
"Z3K2": "Z36463K2",
"Z3K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Content"
}
]
},
"Z3K4": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
],
"Z4K3": "Z101",
"Z4K4": "Z36670",
"Z4K7": [
"Z46"
],
"Z4K8": [
"Z64"
]
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "(experimental) Syntactic option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Describes a single option in a Syntactic table, particularly the content (as a fragment) and a list of grammatical features this option is for"
}
]
}
}
2xqnknzf8ialodl7e9hwfuceb81yljl
Z36474
0
85936
285388
283917
2026-06-22T06:28:23Z
VIGNERON
96
+ fr
285388
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36474"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6005",
"Z17K2": "Z36474K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "lexeme"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36474K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "output language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36474"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "(!) Arabic verb conjugation table"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "tableau de conjugaison des verbes en arabe"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
gdvung9rh2c03bbk8uyoqrzl93yc215
Z36478
0
85948
285380
283923
2026-06-22T06:26:15Z
VIGNERON
96
+ fr
285380
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36478"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6005",
"Z17K2": "Z36478K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "French noun lexeme"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36478K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language of row/column headings"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z36482",
"Z36483"
],
"Z8K4": [
"Z14",
"Z36481"
],
"Z8K5": "Z36478"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "French noun inflection table"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "tableau de flexion des noms en français"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
b0rn2tg94ln4yvje3ngd6mx6we3q1b0
Talk:Z36478
1
85970
285374
284299
2026-06-22T06:25:05Z
VIGNERON
96
/* Why not extend this further? */ +
285374
wikitext
text/x-wiki
== Why not extend this further? ==
@[[User:Jsamwrites|Jsamwrites]], following up on your edits to Z36483, why should something like L511-F6 not be output by this function? [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 16:12, 17 June 2026 (UTC)
:@[[User:Redmin|Redmin]] I am currently looking to explore this for French Wiktionary (currently Wikifunctions not activated there). The current model focuses only on singular and plural versions. For example, the [https://fr.wiktionary.org/wiki/chat cat example]. [[User:Jsamwrites|John Samuel]] 14:50, 18 June 2026 (UTC)
::You know, I could just argue that we are interested in this over at the Bengali Wiktionary where we are already actively using several functions (and much better placed to do so because we already have the lexeme ID in many cases) but I am curious as to why the French Wiktionary table seems to ‘lack’ this information. If the reason is specific to that wiki (and not the French language itself), then I think this should be renamed and we could make a new function that would include such information. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 16:04, 18 June 2026 (UTC)
:::{{Ping|Redmin}} just so you know, I deleted L511-F6 on the Wikidata Lexemes, it was an obvious confusion with the feminine noun not following the (weak) consensus on how to model nouns (gender equivalent are treated as a different nouns, not flexions). Ping {{U|Jsamwrites}} for the record. Cheers, [[User:VIGNERON|VIGNERON]] ([[User talk:VIGNERON|talk]]) 06:25, 22 June 2026 (UTC)
2js8aov3nxp9atcc2n8ho3vlrda2k4l
Z36528
0
86007
285199
284375
2026-06-21T17:07:24Z
HenkvD
1290
Simple sub-functions for is & a
285199
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36528"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36526",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z861",
"Z861K1": {
"Z1K1": "Z7",
"Z7K1": "Z21394",
"Z21394K1": [
"Z6",
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36526K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36526K4"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z36625",
"Z36625K1": {
"Z1K1": "Z18",
"Z18K1": "Z36526K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z36622",
"Z36622K1": {
"Z1K1": "Z18",
"Z18K1": "Z36526K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36526K2"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36526K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z22193",
"Z22193K1": {
"Z1K1": "Z18",
"Z18K1": "Z36526K4"
},
"Z22193K2": [
"Z60",
"Z1532",
"Z1576",
"Z1216",
"Z1402",
"Z1157",
"Z1137"
],
"Z22193K3": [
"Z6",
" van ",
" de ",
" fan ",
" на ",
" van ",
" di ",
" (of)"
]
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36526K3"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36526K4"
}
},
"."
]
},
"Z861K2": {
"Z1K1": "Z18",
"Z18K1": "Z36526K4"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "non-defining role sentence (simple), composition"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
gvfdleutaxkketcmj480l2h5ls3a8nc
285203
285199
2026-06-21T17:13:44Z
HenkvD
1290
added space after default (of)
285203
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36528"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36526",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z861",
"Z861K1": {
"Z1K1": "Z7",
"Z7K1": "Z21394",
"Z21394K1": [
"Z6",
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36526K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36526K4"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z36625",
"Z36625K1": {
"Z1K1": "Z18",
"Z18K1": "Z36526K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z36622",
"Z36622K1": {
"Z1K1": "Z18",
"Z18K1": "Z36526K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36526K2"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36526K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z22193",
"Z22193K1": {
"Z1K1": "Z18",
"Z18K1": "Z36526K4"
},
"Z22193K2": [
"Z60",
"Z1532",
"Z1576",
"Z1216",
"Z1402",
"Z1157",
"Z1137"
],
"Z22193K3": [
"Z6",
" van ",
" de ",
" fan ",
" на ",
" van ",
" di ",
" (of) "
]
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36526K3"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36526K4"
}
},
"."
]
},
"Z861K2": {
"Z1K1": "Z18",
"Z18K1": "Z36526K4"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "non-defining role sentence (simple), composition"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
6kjbglch67zo3gnjo119n8r3efgspj7
Wikifunctions:Status updates/2026-06-19
4
86009
285252
284712
2026-06-21T18:20:25Z
Ameisenigel
44
Linkfix
285252
wikitext
text/x-wiki
<languages/>
{{Wikifunctions updates
| prevlabel = <translate><!--T:1--> Previous update</translate>
| prev = 2026-06-12
| nextlabel = <translate><!--T:2--> Next update</translate>
| next =
}}
<translate>
=== The or not the, this is (the?) question === <!--T:3-->
<!--T:28-->
Last week’s Volunteers’ Corner had a lively debate about one specific question ([[<tvar name="1">:commons:File:Abstract Wikipedia Volunteer Corner 2026-06.webm</tvar>|recording available on Commons]]), contributed by [[<tvar name="2">User:Strobilomyces</tvar>|Strobilomyces]]: if you want to make a sentence of the form ''“X is a Y.”'', sometimes the X requires the definite article “the”, and sometimes it does not. Here are a few examples:</translate>
* ''Paris is a city.''
* ''The Seine is a river.''
* ''Lake Superior is a lake.''
* ''The Atlantic is an ocean.''
* ''The Eiffel Tower is a monument.''
* ''Westminster Abbey is a monument.''
<translate><!--T:4--> The same is true for other languages that have definite articles, such as Spanish, French, or German. But each language has its own rules for the article. Here is an example sentence in four languages:</translate>
* ''Latin is a language.''
* ''El latín es un idioma.''
* ''Le latin est une langue.''
* ''Latein ist eine Sprache.''
<translate><!--T:5-->
How to tackle this kind of issue?
<!--T:6-->
There are in principle two extreme solutions, which both work – in principle:</translate>
# <translate><!--T:7--> Model whether each noun requires the definite article in Wikidata's Lexemes</translate>
# <translate><!--T:8--> Have a smart Function that figures out whether a noun needs a definite article</translate>
<translate><!--T:9-->
Both approaches have their challenges: the approach with the Lexemes would require many, many Lexemes, as we would now need Lexemes for every river, monument, ''etc.'' in every language with articles. That would be a lot of Lexemes. A smart Function on the other hand might need to deal with many special cases even to the level of individual words, because all languages have irregularities, making the implementations very large. But both approaches would work, in principle.
<!--T:10-->
Another solution is, as so often, to meet in the middle: use a Function to get the answer for the cases that can be expressed with a Function easily, and use Lexemes for the exceptions. The Function would then always look up the Lexeme first, and only if none is found, apply the Function as a best-guess.
<!--T:11-->
Where are we currently? Wikidata has a property, <tvar name="1">{{P|P5713}}</tvar>, which is indeed used to state that specific senses require a determined article, e.g. for [[<tvar name="2">:d:Lexeme:L1012744#S1</tvar>|the Indus]]. All of these uses on Wikidata are currently applied to Lexemes in English only. We also have two Functions, <tvar name="3">{{Z|Z32645}}</tvar> and <tvar name="4">{{Z|Z32935}}</tvar>, which both aim to answer whether an Item needs a definite article or not; again, only in English. So, we already have both parts of the puzzle at least available in principle, but neither of these seem to be integrated into the ways that Functions are actually used on Abstract Wikipedia, as can be seen ''e.g.'' on [[<tvar name="5">:abstract:Q243</tvar>|the article for the Eiffel Tower]].
<!--T:12-->
In a twist I didn’t expect, I gave [<tvar name="1">https://www.cse.chalmers.se/~aarne/</tvar> Aarne Ranta] a call after this Monday’s Volunteers’ Corner. Aarne is the founder of [[<tvar name="2">:en:Grammatical Framework (programming language)</tvar>|Grammatical Framework]], one of the world’s leading symbolic natural language generation systems. Aarne has been an advisor for me and his work has been an inspiration for Abstract Wikipedia. So I asked him about this particular issue, and his first reaction was to laugh and to literally call it one of the hardest puzzles they had to solve. That was encouraging!
<!--T:13-->
So I would like to end with a Call to Action: let us focus on this issue together for a bit, across some of the relevant languages, in order to show that this is a problem we can tackle and solve. I think if we answer Strobilomyces’ challenge, which may be one of the harder issues for our approach to natural language generation, we can be much more confident about the feasibility of the whole approach.
=== Recent Changes in the software === <!--T:14-->
<!--T:29-->
This week, we made a few improvements to how Abstract Wikipedia articles and embedded Wikifunctions outputs will appear across wikis.
<!--T:15-->
On Abstract Wikipedia, empty articles now appear as red links in local wikitext and rendered fragments, consistent with how Wikipedia treats pages that have not been written yet (<tvar name="1">[[:phab:T424310|T424310]]</tvar>). And when looking up labels for Abstract Wikipedia items, the system now falls back to <tvar name="3"><code>mul</code></tvar> (language-agnostic label) when no language-specific label exists (<tvar name="2">[[:phab:T427027|T427027]]</tvar>).
<!--T:16-->
For embedded Wikifunctions, we fixed a bug that meant previewing embedded Wikifunctions' HTML outputs didn't work except on Wikifunctions.org itself (<tvar name="1">[[:phab:T426024|T426024]]</tvar>).
<!--T:17-->
And as part of wider MediaWiki language support work, we've added <tvar name="5">[[Z2048]]</tvar> (<tvar name="6"><code>sd-deva</code></tvar>) as a new [[<tvar name="7">Z60</tvar>|Language]], and assigned <tvar name="8"><code>sd-arab</code></tvar> to <tvar name="9">[[Z1191]]</tvar>, in addition to the existing <tvar name="10"><code>sd</code></tvar> code (<tvar name="1">[[:phab:T411110|T411110]]</tvar>, <tvar name="2">[[:phab:T416161|T416161]]</tvar>, <tvar name="3">[[:phab:T418886|T418886]]</tvar>, and <tvar name="4">[[:phab:T426332|T426332]]</tvar>).
=== News in Types: Syntactic tables… but not yet === <!--T:18-->
<!--T:30-->
We invite you all to create new and discuss the existing [[<tvar name="1">Wikifunctions:Type proposals</tvar>|Type proposals]] so we can keep on creating new Types. Thanks to all the community members contributing to the discussion and writing proposals, making it possible to extend the Wikifunctions to new domains!
<!--T:19-->
Earlier this week we implemented the [[<tvar name="1">Wikifunctions:Type proposals/Syntactic table</tvar>|Syntactic tables]] proposal, but it is still marked as experimental. So just be warned that it might be changed and even deprecated. On creation, the title exposed a bug with the UX for HTML fragments (<tvar name="2">[[:phab:T429379|T429379]]</tvar>), which will be fixed next week. Until then, it's difficult to see the Type work. The experimental Type is here: <tvar name="3">{{Z|Z36462}}</tvar>
<!--T:20-->
Initially, I was first planning to implement the proposals for [[<tvar name="1">Wikifunctions:Type proposals/Semantic unit</tvar>|Semantic Unit]] and [[<tvar name="2">Wikifunctions:Type proposals/Syntactic unit</tvar>|Syntactic Unit]] Types, but after conferring with [[<tvar name="3">User:Mahir256</tvar>|Mahir256]], who proposed the Types, it became clear that a number of features on the backend are still missing, so that their implementation at this point in time wouldn’t be useful. More details were discussed in this week’s NLG SIG meeting (see the next section).
=== NLG SIG recording === <!--T:21-->
</translate>
[[File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|thumb|<translate><!--T:22--> Recording of June 2026 NLG SIG meeting</translate>]]
<translate><!--T:23-->
This week’s [[<tvar name="1">Wikifunctions:NLG SIG</tvar>|NLG SIG meeting]] was about discussing [[<tvar name="2">Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types</tvar>|the proposed new NLG types]], and was particularly focused on the [[<tvar name="3">Wikifunctions:Type proposals/Semantic unit</tvar>|Semantic Unit]] proposal. Thanks to [[<tvar name="4">User:Mahir256</tvar>|Mahir]] for presenting the type, demoing tools, and so patiently answering questions. The [[<tvar name="5">:commons:File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm</tvar>|recording of the meeting is available on Commons]].
=== Upcoming events === <!--T:24-->
<!--T:31-->
Friday, 19 June 2026 at 18:30 local time, Denny will visit the [<tvar name="1">https://temporaerhaus.de/</tvar> temporärhaus] in Ulm, Germany, in order to introduce Wikidata, Wikifunctions, and Abstract Wikipedia, and discuss with the local community. Thanks to [[<tvar name="2">User:Hogü-456</tvar>|Hogü-456]] for organizing the event!
<!--T:25-->
[[<tvar name="1">:wikimania:Special:MyLanguage/2026:Wikimania</tvar>|Wikimania 2026]], the annual main conference for all things Wikimedia, will be in Paris, France from 21–25 July this year. [[<tvar name="2">User:Mahir256</tvar>|Mahir256]] will organize a workshop on “[<tvar name="3">https://wikimedia.eventyay.com/wm/wikimania2026/talk/HYTQBF/</tvar> From Abstract Content to Concrete Text with Wikidata Lexemes]” on Friday, 16:00 local time, and we will be running an “[<tvar name="4">https://wikimedia.eventyay.com/wm/wikimania2026/talk/AKFG8R/</tvar> Abstract Wikipedia workshop: Let's create a multi-lingual article!]” on Saturday, 11:00 local time.
=== Fresh Functions weekly: 43 new Functions === <!--T:26-->
<!--T:32-->
This week we had 43 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!</translate>
* {{Z|Z36185}}
* {{Z|Z36190}}
* {{Z|Z36193}}
* {{Z|Z36197}}
* {{Z|Z36200}}
* {{Z|Z36206}}
* {{Z|Z36209}}
* {{Z|Z36218}}
* {{Z|Z36225}}
* {{Z|Z36232}}
* {{Z|Z36234}}
* {{Z|Z36240}}
* {{Z|Z36243}}
* {{Z|Z36253}}
* {{Z|Z36266}}
* {{Z|Z36270}}
* {{Z|Z36282}}
* {{Z|Z36285}}
* {{Z|Z36288}}
* {{Z|Z36290}}
* {{Z|Z36296}}
* {{Z|Z36299}}
* {{Z|Z36310}}
* {{Z|Z36319}}
* {{Z|Z36323}}
* {{Z|Z36325}}
* {{Z|Z36327}}
* {{Z|Z36333}}
* {{Z|Z36337}}
* {{Z|Z36341}}
* {{Z|Z36348}}
* {{Z|Z36354}}
* {{Z|Z36357}}
* {{Z|Z36357}}
* {{Z|Z36365}}
* {{Z|Z36369}}
* {{Z|Z36371}}
<translate><!--T:27--> A [<tvar name="1">https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest</tvar> complete list of all functions sorted by when they were created] is available.</translate>
[[Category:Status updates{{#translation:}}|2026-06-19]]
mi1iz0u9u9rujg75vkzp3tj0t946dx7
Wikifunctions:Status updates/2026-06-19/en
4
86047
285254
284726
2026-06-21T18:20:48Z
FuzzyBot
207
Updating to match new version of source page
285254
wikitext
text/x-wiki
<languages/>
{{Wikifunctions updates
| prevlabel = Previous update
| prev = 2026-06-12
| nextlabel = Next update
| next =
}}
=== The or not the, this is (the?) question ===
Last week’s Volunteers’ Corner had a lively debate about one specific question ([[:commons:File:Abstract Wikipedia Volunteer Corner 2026-06.webm|recording available on Commons]]), contributed by [[User:Strobilomyces|Strobilomyces]]: if you want to make a sentence of the form ''“X is a Y.”'', sometimes the X requires the definite article “the”, and sometimes it does not. Here are a few examples:
* ''Paris is a city.''
* ''The Seine is a river.''
* ''Lake Superior is a lake.''
* ''The Atlantic is an ocean.''
* ''The Eiffel Tower is a monument.''
* ''Westminster Abbey is a monument.''
The same is true for other languages that have definite articles, such as Spanish, French, or German. But each language has its own rules for the article. Here is an example sentence in four languages:
* ''Latin is a language.''
* ''El latín es un idioma.''
* ''Le latin est une langue.''
* ''Latein ist eine Sprache.''
How to tackle this kind of issue?
There are in principle two extreme solutions, which both work – in principle:
# Model whether each noun requires the definite article in Wikidata's Lexemes
# Have a smart Function that figures out whether a noun needs a definite article
Both approaches have their challenges: the approach with the Lexemes would require many, many Lexemes, as we would now need Lexemes for every river, monument, ''etc.'' in every language with articles. That would be a lot of Lexemes. A smart Function on the other hand might need to deal with many special cases even to the level of individual words, because all languages have irregularities, making the implementations very large. But both approaches would work, in principle.
Another solution is, as so often, to meet in the middle: use a Function to get the answer for the cases that can be expressed with a Function easily, and use Lexemes for the exceptions. The Function would then always look up the Lexeme first, and only if none is found, apply the Function as a best-guess.
Where are we currently? Wikidata has a property, {{P|P5713}}, which is indeed used to state that specific senses require a determined article, e.g. for [[:d:Lexeme:L1012744#S1|the Indus]]. All of these uses on Wikidata are currently applied to Lexemes in English only. We also have two Functions, {{Z|Z32645}} and {{Z|Z32935}}, which both aim to answer whether an Item needs a definite article or not; again, only in English. So, we already have both parts of the puzzle at least available in principle, but neither of these seem to be integrated into the ways that Functions are actually used on Abstract Wikipedia, as can be seen ''e.g.'' on [[:abstract:Q243|the article for the Eiffel Tower]].
In a twist I didn’t expect, I gave [https://www.cse.chalmers.se/~aarne/ Aarne Ranta] a call after this Monday’s Volunteers’ Corner. Aarne is the founder of [[:en:Grammatical Framework (programming language)|Grammatical Framework]], one of the world’s leading symbolic natural language generation systems. Aarne has been an advisor for me and his work has been an inspiration for Abstract Wikipedia. So I asked him about this particular issue, and his first reaction was to laugh and to literally call it one of the hardest puzzles they had to solve. That was encouraging!
So I would like to end with a Call to Action: let us focus on this issue together for a bit, across some of the relevant languages, in order to show that this is a problem we can tackle and solve. I think if we answer Strobilomyces’ challenge, which may be one of the harder issues for our approach to natural language generation, we can be much more confident about the feasibility of the whole approach.
=== Recent Changes in the software ===
This week, we made a few improvements to how Abstract Wikipedia articles and embedded Wikifunctions outputs will appear across wikis.
On Abstract Wikipedia, empty articles now appear as red links in local wikitext and rendered fragments, consistent with how Wikipedia treats pages that have not been written yet ([[:phab:T424310|T424310]]). And when looking up labels for Abstract Wikipedia items, the system now falls back to <code>mul</code> (language-agnostic label) when no language-specific label exists ([[:phab:T427027|T427027]]).
For embedded Wikifunctions, we fixed a bug that meant previewing embedded Wikifunctions' HTML outputs didn't work except on Wikifunctions.org itself ([[:phab:T426024|T426024]]).
And as part of wider MediaWiki language support work, we've added [[Z2048]] (<code>sd-deva</code>) as a new [[Z60|Language]], and assigned <code>sd-arab</code> to [[Z1191]], in addition to the existing <code>sd</code> code ([[:phab:T411110|T411110]], [[:phab:T416161|T416161]], [[:phab:T418886|T418886]], and [[:phab:T426332|T426332]]).
=== News in Types: Syntactic tables… but not yet ===
We invite you all to create new and discuss the existing [[Wikifunctions:Type proposals|Type proposals]] so we can keep on creating new Types. Thanks to all the community members contributing to the discussion and writing proposals, making it possible to extend the Wikifunctions to new domains!
Earlier this week we implemented the [[Wikifunctions:Type proposals/Syntactic table|Syntactic tables]] proposal, but it is still marked as experimental. So just be warned that it might be changed and even deprecated. On creation, the title exposed a bug with the UX for HTML fragments ([[:phab:T429379|T429379]]), which will be fixed next week. Until then, it's difficult to see the Type work. The experimental Type is here: {{Z|Z36462}}
Initially, I was first planning to implement the proposals for [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] and [[Wikifunctions:Type proposals/Syntactic unit|Syntactic Unit]] Types, but after conferring with [[User:Mahir256|Mahir256]], who proposed the Types, it became clear that a number of features on the backend are still missing, so that their implementation at this point in time wouldn’t be useful. More details were discussed in this week’s NLG SIG meeting (see the next section).
=== NLG SIG recording ===
[[File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|thumb|Recording of June 2026 NLG SIG meeting]]
This week’s [[Wikifunctions:NLG SIG|NLG SIG meeting]] was about discussing [[Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|the proposed new NLG types]], and was particularly focused on the [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] proposal. Thanks to [[User:Mahir256|Mahir]] for presenting the type, demoing tools, and so patiently answering questions. The [[:commons:File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|recording of the meeting is available on Commons]].
=== Upcoming events ===
Friday, 19 June 2026 at 18:30 local time, Denny will visit the [https://temporaerhaus.de/ temporärhaus] in Ulm, Germany, in order to introduce Wikidata, Wikifunctions, and Abstract Wikipedia, and discuss with the local community. Thanks to [[User:Hogü-456|Hogü-456]] for organizing the event!
[[:wikimania:Special:MyLanguage/2026:Wikimania|Wikimania 2026]], the annual main conference for all things Wikimedia, will be in Paris, France from 21–25 July this year. [[User:Mahir256|Mahir256]] will organize a workshop on “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/HYTQBF/ From Abstract Content to Concrete Text with Wikidata Lexemes]” on Friday, 16:00 local time, and we will be running an “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/AKFG8R/ Abstract Wikipedia workshop: Let's create a multi-lingual article!]” on Saturday, 11:00 local time.
=== Fresh Functions weekly: 43 new Functions ===
This week we had 43 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!
* {{Z|Z36185}}
* {{Z|Z36190}}
* {{Z|Z36193}}
* {{Z|Z36197}}
* {{Z|Z36200}}
* {{Z|Z36206}}
* {{Z|Z36209}}
* {{Z|Z36218}}
* {{Z|Z36225}}
* {{Z|Z36232}}
* {{Z|Z36234}}
* {{Z|Z36240}}
* {{Z|Z36243}}
* {{Z|Z36253}}
* {{Z|Z36266}}
* {{Z|Z36270}}
* {{Z|Z36282}}
* {{Z|Z36285}}
* {{Z|Z36288}}
* {{Z|Z36290}}
* {{Z|Z36296}}
* {{Z|Z36299}}
* {{Z|Z36310}}
* {{Z|Z36319}}
* {{Z|Z36323}}
* {{Z|Z36325}}
* {{Z|Z36327}}
* {{Z|Z36333}}
* {{Z|Z36337}}
* {{Z|Z36341}}
* {{Z|Z36348}}
* {{Z|Z36354}}
* {{Z|Z36357}}
* {{Z|Z36357}}
* {{Z|Z36365}}
* {{Z|Z36369}}
* {{Z|Z36371}}
A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.
[[Category:Status updates{{#translation:}}|2026-06-19]]
3cff47kedjzu0igtqofx8giqdc6n4xd
Wikifunctions:Report vandalism/Archive/2026/06
4
86100
285322
284680
2026-06-22T03:08:07Z
SpBot
978
archiving 2 sections from [[Wikifunctions:Report vandalism]] (after section [[Wikifunctions:Report vandalism/Archive/2026/06#User:Dubaiescortshi|User:Dubaiescortshi]])
285322
wikitext
text/x-wiki
{{Talkarchive}}
== Report concerning User:PressMeet ==
{{vandal|1=PressMeet}} — '''Reasons:''' Spam [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 05:02, 18 June 2026 (UTC)
:{{done}} [[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 08:08, 18 June 2026 (UTC)
:<small>This section was archived on a request by: [[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 08:08, 18 June 2026 (UTC)</small>
== User:Dubaiescortshi ==
Promotional-only account. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 15:49, 20 June 2026 (UTC)
:{{done}} [[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 17:43, 20 June 2026 (UTC)
:<small>This section was archived on a request by: [[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 17:43, 20 June 2026 (UTC)</small>
== [[User:Skamq1621]] ==
Spam [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 17:20, 20 June 2026 (UTC)
:{{done}} [[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 17:41, 20 June 2026 (UTC)
:<small>This section was archived on a request by: [[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 17:41, 20 June 2026 (UTC)</small>
b7uv965p67h3vswjfhvdubo2w5z1txi
Template:N-ary map function visualisation
10
86134
285352
284830
2026-06-22T05:09:27Z
YoshiRulz
10156
Minor refactors
285352
wikitext
text/x-wiki
<onlyinclude><includeonly>{{!}} ([[File:Iconol_calculator.svg|x16px|text-bottom]]{{#if:{{{1|}}}
|, {{#switch:{{{1}}}
|1=[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom]]
|3=<nowiki>[</nowiki>[[File:Iconol_blue_square.svg|x16px|text-bottom]], [[File:Iconol_red_square.svg|x16px|text-bottom]], [[File:Iconol_lime_square.svg|x16px|text-bottom]]<nowiki>]</nowiki>
}}{{#if:{{{2|}}}
|, {{#switch:{{{2}}}
|1=[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom]]
|3=<nowiki>[</nowiki>[[File:Iconol_blue_circle.svg|x16px|text-bottom]], [[File:Iconol_red_circle.svg|x16px|text-bottom]], [[File:Iconol_lime_circle.svg|x16px|text-bottom]]<nowiki>]</nowiki>
}}{{#if:{{{3|}}}
|, {{#switch:{{{3}}}
|1=[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom]]
|3=<nowiki>[</nowiki>[[File:Iconol_blue_flag.svg|x16px|text-bottom]], [[File:Iconol_red_flag.svg|x16px|text-bottom]], [[File:Iconol_lime_flag.svg|x16px|text-bottom]]<nowiki>]</nowiki>
}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})
{{!}}-
{{!}} → {{#ifeq:{{#expr:{{{1|1}}} * {{{2|1}}} * {{{3|1}}}}}|1
|[[File:Iconol_calculator.svg|x16px|text-bottom]]({{#if:{{{1|}}}
|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom]]{{#if:{{{2|}}}
|, [[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom]]{{#if:{{{3|}}}
|, [[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom]]
|<!--skip-->}}
|<!--skip-->}}
|<!--skip-->}})
|<nowiki>[</nowiki><!--
--><br> [[File:Iconol_calculator.svg|x16px|text-bottom]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom]]|[[File:Iconol_blue_square.svg|x16px|text-bottom]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom]]|[[File:Iconol_blue_circle.svg|x16px|text-bottom]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom]]|[[File:Iconol_blue_flag.svg|x16px|text-bottom]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}}),<!--
--><br> [[File:Iconol_calculator.svg|x16px|text-bottom]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom]]|[[File:Iconol_red_square.svg|x16px|text-bottom]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom]]|[[File:Iconol_red_circle.svg|x16px|text-bottom]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom]]|[[File:Iconol_red_flag.svg|x16px|text-bottom]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}}),<!--
--><br> [[File:Iconol_calculator.svg|x16px|text-bottom]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom]]|[[File:Iconol_lime_square.svg|x16px|text-bottom]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom]]|[[File:Iconol_lime_circle.svg|x16px|text-bottom]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom]]|[[File:Iconol_lime_flag.svg|x16px|text-bottom]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
--><br><nowiki>]</nowiki>}}</includeonly></onlyinclude>
{{documentation}}
aomj34hle5pdrscgw8ugw5wn8emgwf6
285353
285352
2026-06-22T05:50:08Z
YoshiRulz
10156
Add support for matrices
285353
wikitext
text/x-wiki
<onlyinclude><includeonly>{{!}} ([[File:Iconol_calculator.svg|x16px|text-bottom]]{{#if:{{{1|}}}
|, {{#switch:{{{1}}}
|1=[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom]]
|3=<nowiki>[</nowiki>[[File:Iconol_blue_square.svg|x16px|text-bottom]], [[File:Iconol_red_square.svg|x16px|text-bottom]], [[File:Iconol_lime_square.svg|x16px|text-bottom]]<nowiki>]</nowiki>
|4=<nowiki>[</nowiki><div style="display: inline-block; vertical-align: middle;"><!--
--><nowiki>[</nowiki>[[File:Iconol_blue_square.svg|x16px|text-bottom]], [[File:Iconol_red_square.svg|x16px|text-bottom]]<nowiki>]</nowiki>,<!--
--><br><nowiki>[</nowiki>[[File:Iconol_purple_square.svg|x16px|text-bottom]], [[File:Iconol_yellow_square.svg|x16px|text-bottom]]<nowiki>]</nowiki><!--
--></div><nowiki>]</nowiki>
}}{{#if:{{{2|}}}
|, {{#switch:{{{2}}}
|1=[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom]]
|3=<nowiki>[</nowiki>[[File:Iconol_blue_circle.svg|x16px|text-bottom]], [[File:Iconol_red_circle.svg|x16px|text-bottom]], [[File:Iconol_lime_circle.svg|x16px|text-bottom]]<nowiki>]</nowiki>
|4=<nowiki>[</nowiki><div style="display: inline-block; vertical-align: middle;"><!--
--><nowiki>[</nowiki>[[File:Iconol_blue_circle.svg|x16px|text-bottom]], [[File:Iconol_red_circle.svg|x16px|text-bottom]]<nowiki>]</nowiki>,<!--
--><br><nowiki>[</nowiki>[[File:Iconol_purple_circle.svg|x16px|text-bottom]], [[File:Iconol_yellow_circle.svg|x16px|text-bottom]]<nowiki>]</nowiki><!--
--></div><nowiki>]</nowiki>
}}{{#if:{{{3|}}}
|, {{#switch:{{{3}}}
|1=[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom]]
|3=<nowiki>[</nowiki>[[File:Iconol_blue_flag.svg|x16px|text-bottom]], [[File:Iconol_red_flag.svg|x16px|text-bottom]], [[File:Iconol_lime_flag.svg|x16px|text-bottom]]<nowiki>]</nowiki>
|4=<nowiki>[</nowiki><div style="display: inline-block; vertical-align: middle;"><!--
--><nowiki>[</nowiki>[[File:Iconol_blue_flag.svg|x16px|text-bottom]], [[File:Iconol_red_flag.svg|x16px|text-bottom]]<nowiki>]</nowiki>,<!--
--><br><nowiki>[</nowiki>[[File:Iconol_purple_flag.svg|x16px|text-bottom]], [[File:Iconol_yellow_flag.svg|x16px|text-bottom]]<nowiki>]</nowiki><!--
--></div><nowiki>]</nowiki>
}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})
{{!}}-
{{!}} → {{#ifeq:{{#expr:{{{1|1}}} * {{{2|1}}} * {{{3|1}}}}}|1
|[[File:Iconol_calculator.svg|x16px|text-bottom]]({{#if:{{{1|}}}
|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom]]{{#if:{{{2|}}}
|, [[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom]]{{#if:{{{3|}}}
|, [[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom]]
|<!--skip-->}}
|<!--skip-->}}
|<!--skip-->}})
|{{#ifeq:{{#expr:({{{1|1}}} * {{{2|1}}} * {{{3|1}}}) mod 2}}|0
|<nowiki>[</nowiki><!--
--><br> <nowiki>[</nowiki>[[File:Iconol_calculator.svg|x16px|text-bottom]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom]]|[[File:Iconol_blue_square.svg|x16px|text-bottom]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom]]|[[File:Iconol_blue_circle.svg|x16px|text-bottom]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom]]|[[File:Iconol_blue_flag.svg|x16px|text-bottom]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
-->, [[File:Iconol_calculator.svg|x16px|text-bottom]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom]]|[[File:Iconol_red_square.svg|x16px|text-bottom]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom]]|[[File:Iconol_red_circle.svg|x16px|text-bottom]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom]]|[[File:Iconol_red_flag.svg|x16px|text-bottom]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
--><nowiki>]</nowiki>,<br> <nowiki>[</nowiki>[[File:Iconol_calculator.svg|x16px|text-bottom]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom]]|[[File:Iconol_purple_square.svg|x16px|text-bottom]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom]]|[[File:Iconol_purple_circle.svg|x16px|text-bottom]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom]]|[[File:Iconol_purple_flag.svg|x16px|text-bottom]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
-->, [[File:Iconol_calculator.svg|x16px|text-bottom]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom]]|[[File:Iconol_yellow_square.svg|x16px|text-bottom]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom]]|[[File:Iconol_yellow_circle.svg|x16px|text-bottom]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom]]|[[File:Iconol_yellow_flag.svg|x16px|text-bottom]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
--><nowiki>]</nowiki><br><nowiki>]</nowiki>
|<nowiki>[</nowiki><!--
--><br> [[File:Iconol_calculator.svg|x16px|text-bottom]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom]]|[[File:Iconol_blue_square.svg|x16px|text-bottom]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom]]|[[File:Iconol_blue_circle.svg|x16px|text-bottom]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom]]|[[File:Iconol_blue_flag.svg|x16px|text-bottom]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}}),<!--
--><br> [[File:Iconol_calculator.svg|x16px|text-bottom]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom]]|[[File:Iconol_red_square.svg|x16px|text-bottom]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom]]|[[File:Iconol_red_circle.svg|x16px|text-bottom]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom]]|[[File:Iconol_red_flag.svg|x16px|text-bottom]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}}),<!--
--><br> [[File:Iconol_calculator.svg|x16px|text-bottom]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom]]|[[File:Iconol_lime_square.svg|x16px|text-bottom]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom]]|[[File:Iconol_lime_circle.svg|x16px|text-bottom]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom]]|[[File:Iconol_lime_flag.svg|x16px|text-bottom]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
--><br><nowiki>]</nowiki>
}}}}</includeonly></onlyinclude>
{{documentation}}
b8deh17rw90x7qsbxe5i4gfyy4s3lwf
285400
285353
2026-06-22T06:32:19Z
YoshiRulz
10156
Un-linkify all images
285400
wikitext
text/x-wiki
<onlyinclude><includeonly>{{!}} ([[File:Iconol_calculator.svg|x16px|text-bottom|link=]]{{#if:{{{1|}}}
|, {{#switch:{{{1}}}
|1=[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom|link=]]
|3=<nowiki>[</nowiki>[[File:Iconol_blue_square.svg|x16px|text-bottom|link=]], [[File:Iconol_red_square.svg|x16px|text-bottom|link=]], [[File:Iconol_lime_square.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>
|4=<nowiki>[</nowiki><div style="display: inline-block; vertical-align: middle;"><!--
--><nowiki>[</nowiki>[[File:Iconol_blue_square.svg|x16px|text-bottom|link=]], [[File:Iconol_red_square.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>,<!--
--><br><nowiki>[</nowiki>[[File:Iconol_purple_square.svg|x16px|text-bottom|link=]], [[File:Iconol_yellow_square.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki><!--
--></div><nowiki>]</nowiki>
}}{{#if:{{{2|}}}
|, {{#switch:{{{2}}}
|1=[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom|link=]]
|3=<nowiki>[</nowiki>[[File:Iconol_blue_circle.svg|x16px|text-bottom|link=]], [[File:Iconol_red_circle.svg|x16px|text-bottom|link=]], [[File:Iconol_lime_circle.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>
|4=<nowiki>[</nowiki><div style="display: inline-block; vertical-align: middle;"><!--
--><nowiki>[</nowiki>[[File:Iconol_blue_circle.svg|x16px|text-bottom|link=]], [[File:Iconol_red_circle.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>,<!--
--><br><nowiki>[</nowiki>[[File:Iconol_purple_circle.svg|x16px|text-bottom|link=]], [[File:Iconol_yellow_circle.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki><!--
--></div><nowiki>]</nowiki>
}}{{#if:{{{3|}}}
|, {{#switch:{{{3}}}
|1=[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom|link=]]
|3=<nowiki>[</nowiki>[[File:Iconol_blue_flag.svg|x16px|text-bottom|link=]], [[File:Iconol_red_flag.svg|x16px|text-bottom|link=]], [[File:Iconol_lime_flag.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>
|4=<nowiki>[</nowiki><div style="display: inline-block; vertical-align: middle;"><!--
--><nowiki>[</nowiki>[[File:Iconol_blue_flag.svg|x16px|text-bottom|link=]], [[File:Iconol_red_flag.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>,<!--
--><br><nowiki>[</nowiki>[[File:Iconol_purple_flag.svg|x16px|text-bottom|link=]], [[File:Iconol_yellow_flag.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki><!--
--></div><nowiki>]</nowiki>
}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})
{{!}}-
{{!}} → {{#ifeq:{{#expr:{{{1|1}}} * {{{2|1}}} * {{{3|1}}}}}|1
|[[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom|link=]]{{#if:{{{2|}}}
|, [[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom|link=]]{{#if:{{{3|}}}
|, [[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom|link=]]
|<!--skip-->}}
|<!--skip-->}}
|<!--skip-->}})
|{{#ifeq:{{#expr:({{{1|1}}} * {{{2|1}}} * {{{3|1}}}) mod 2}}|0
|<nowiki>[</nowiki><!--
--><br> <nowiki>[</nowiki>[[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom|link=]]|[[File:Iconol_blue_square.svg|x16px|text-bottom|link=]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom|link=]]|[[File:Iconol_blue_circle.svg|x16px|text-bottom|link=]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom|link=]]|[[File:Iconol_blue_flag.svg|x16px|text-bottom|link=]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
-->, [[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom|link=]]|[[File:Iconol_red_square.svg|x16px|text-bottom|link=]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom|link=]]|[[File:Iconol_red_circle.svg|x16px|text-bottom|link=]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom|link=]]|[[File:Iconol_red_flag.svg|x16px|text-bottom|link=]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
--><nowiki>]</nowiki>,<br> <nowiki>[</nowiki>[[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom|link=]]|[[File:Iconol_purple_square.svg|x16px|text-bottom|link=]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom|link=]]|[[File:Iconol_purple_circle.svg|x16px|text-bottom|link=]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom|link=]]|[[File:Iconol_purple_flag.svg|x16px|text-bottom|link=]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
-->, [[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom|link=]]|[[File:Iconol_yellow_square.svg|x16px|text-bottom|link=]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom|link=]]|[[File:Iconol_yellow_circle.svg|x16px|text-bottom|link=]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom|link=]]|[[File:Iconol_yellow_flag.svg|x16px|text-bottom|link=]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
--><nowiki>]</nowiki><br><nowiki>]</nowiki>
|<nowiki>[</nowiki><!--
--><br> [[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom|link=]]|[[File:Iconol_blue_square.svg|x16px|text-bottom|link=]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom|link=]]|[[File:Iconol_blue_circle.svg|x16px|text-bottom|link=]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom|link=]]|[[File:Iconol_blue_flag.svg|x16px|text-bottom|link=]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}}),<!--
--><br> [[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom|link=]]|[[File:Iconol_red_square.svg|x16px|text-bottom|link=]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom|link=]]|[[File:Iconol_red_circle.svg|x16px|text-bottom|link=]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom|link=]]|[[File:Iconol_red_flag.svg|x16px|text-bottom|link=]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}}),<!--
--><br> [[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom|link=]]|[[File:Iconol_lime_square.svg|x16px|text-bottom|link=]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom|link=]]|[[File:Iconol_lime_circle.svg|x16px|text-bottom|link=]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom|link=]]|[[File:Iconol_lime_flag.svg|x16px|text-bottom|link=]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
--><br><nowiki>]</nowiki>
}}}}</includeonly></onlyinclude>
{{documentation}}
ii0tom073m57eh8j9y9dm6mi10hcshz
285430
285400
2026-06-22T07:11:39Z
YoshiRulz
10156
Shuffle around colours of matrix elements to better align with vector
285430
wikitext
text/x-wiki
<onlyinclude><includeonly>{{!}} ([[File:Iconol_calculator.svg|x16px|text-bottom|link=]]{{#if:{{{1|}}}
|, {{#switch:{{{1}}}
|1=[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom|link=]]
|3=<nowiki>[</nowiki>[[File:Iconol_blue_square.svg|x16px|text-bottom|link=]], [[File:Iconol_red_square.svg|x16px|text-bottom|link=]], [[File:Iconol_lime_square.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>
|4=<nowiki>[</nowiki><div style="display: inline-block; vertical-align: middle;"><!--
--><nowiki>[</nowiki>[[File:Iconol_blue_square.svg|x16px|text-bottom|link=]], [[File:Iconol_purple_square.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>,<!--
--><br><nowiki>[</nowiki>[[File:Iconol_red_square.svg|x16px|text-bottom|link=]], [[File:Iconol_yellow_square.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki><!--
--></div><nowiki>]</nowiki>
}}{{#if:{{{2|}}}
|, {{#switch:{{{2}}}
|1=[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom|link=]]
|3=<nowiki>[</nowiki>[[File:Iconol_blue_circle.svg|x16px|text-bottom|link=]], [[File:Iconol_red_circle.svg|x16px|text-bottom|link=]], [[File:Iconol_lime_circle.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>
|4=<nowiki>[</nowiki><div style="display: inline-block; vertical-align: middle;"><!--
--><nowiki>[</nowiki>[[File:Iconol_blue_circle.svg|x16px|text-bottom|link=]], [[File:Iconol_purple_circle.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>,<!--
--><br><nowiki>[</nowiki>[[File:Iconol_red_circle.svg|x16px|text-bottom|link=]], [[File:Iconol_yellow_circle.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki><!--
--></div><nowiki>]</nowiki>
}}{{#if:{{{3|}}}
|, {{#switch:{{{3}}}
|1=[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom|link=]]
|3=<nowiki>[</nowiki>[[File:Iconol_blue_flag.svg|x16px|text-bottom|link=]], [[File:Iconol_red_flag.svg|x16px|text-bottom|link=]], [[File:Iconol_lime_flag.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>
|4=<nowiki>[</nowiki><div style="display: inline-block; vertical-align: middle;"><!--
--><nowiki>[</nowiki>[[File:Iconol_blue_flag.svg|x16px|text-bottom|link=]], [[File:Iconol_purple_flag.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>,<!--
--><br><nowiki>[</nowiki>[[File:Iconol_red_flag.svg|x16px|text-bottom|link=]], [[File:Iconol_yellow_flag.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki><!--
--></div><nowiki>]</nowiki>
}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})
{{!}}-
{{!}} → {{#ifeq:{{#expr:{{{1|1}}} * {{{2|1}}} * {{{3|1}}}}}|1
|[[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom|link=]]{{#if:{{{2|}}}
|, [[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom|link=]]{{#if:{{{3|}}}
|, [[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom|link=]]
|<!--skip-->}}
|<!--skip-->}}
|<!--skip-->}})
|{{#ifeq:{{#expr:({{{1|1}}} * {{{2|1}}} * {{{3|1}}}) mod 2}}|0
|<nowiki>[</nowiki><!--
--><br> <nowiki>[</nowiki>[[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom|link=]]|[[File:Iconol_blue_square.svg|x16px|text-bottom|link=]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom|link=]]|[[File:Iconol_blue_circle.svg|x16px|text-bottom|link=]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom|link=]]|[[File:Iconol_blue_flag.svg|x16px|text-bottom|link=]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
-->, [[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom|link=]]|[[File:Iconol_purple_square.svg|x16px|text-bottom|link=]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom|link=]]|[[File:Iconol_purple_circle.svg|x16px|text-bottom|link=]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom|link=]]|[[File:Iconol_purple_flag.svg|x16px|text-bottom|link=]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
--><nowiki>]</nowiki>,<br> <nowiki>[</nowiki>[[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom|link=]]|[[File:Iconol_red_square.svg|x16px|text-bottom|link=]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom|link=]]|[[File:Iconol_red_circle.svg|x16px|text-bottom|link=]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom|link=]]|[[File:Iconol_red_flag.svg|x16px|text-bottom|link=]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
-->, [[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom|link=]]|[[File:Iconol_yellow_square.svg|x16px|text-bottom|link=]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom|link=]]|[[File:Iconol_yellow_circle.svg|x16px|text-bottom|link=]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom|link=]]|[[File:Iconol_yellow_flag.svg|x16px|text-bottom|link=]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
--><nowiki>]</nowiki><br><nowiki>]</nowiki>
|<nowiki>[</nowiki><!--
--><br> [[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom|link=]]|[[File:Iconol_blue_square.svg|x16px|text-bottom|link=]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom|link=]]|[[File:Iconol_blue_circle.svg|x16px|text-bottom|link=]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom|link=]]|[[File:Iconol_blue_flag.svg|x16px|text-bottom|link=]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}}),<!--
--><br> [[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom|link=]]|[[File:Iconol_red_square.svg|x16px|text-bottom|link=]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom|link=]]|[[File:Iconol_red_circle.svg|x16px|text-bottom|link=]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom|link=]]|[[File:Iconol_red_flag.svg|x16px|text-bottom|link=]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}}),<!--
--><br> [[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom|link=]]|[[File:Iconol_lime_square.svg|x16px|text-bottom|link=]]}}{{#if:{{{2|}}}
|, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom|link=]]|[[File:Iconol_lime_circle.svg|x16px|text-bottom|link=]]}}{{#if:{{{3|}}}
|, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom|link=]]|[[File:Iconol_lime_flag.svg|x16px|text-bottom|link=]]}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
--><br><nowiki>]</nowiki>
}}}}</includeonly></onlyinclude>
{{documentation}}
9mhy8ainol1x1ubca7inycmitsubzs5
285444
285430
2026-06-22T07:24:57Z
YoshiRulz
10156
Dedup where branches differ only in colour
285444
wikitext
text/x-wiki
<onlyinclude><includeonly>{{!}} ([[File:Iconol_calculator.svg|x16px|text-bottom|link=]]{{#if:{{{1|}}}
|, {{#switch:{{{1}}}
|1=[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom|link=]]
|3=<nowiki>[</nowiki>[[File:Iconol_blue_square.svg|x16px|text-bottom|link=]], [[File:Iconol_red_square.svg|x16px|text-bottom|link=]], [[File:Iconol_lime_square.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>
|4=<nowiki>[</nowiki><div style="display: inline-block; vertical-align: middle;"><!--
--><nowiki>[</nowiki>[[File:Iconol_blue_square.svg|x16px|text-bottom|link=]], [[File:Iconol_purple_square.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>,<!--
--><br><nowiki>[</nowiki>[[File:Iconol_red_square.svg|x16px|text-bottom|link=]], [[File:Iconol_yellow_square.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki><!--
--></div><nowiki>]</nowiki>
}}{{#if:{{{2|}}}
|, {{#switch:{{{2}}}
|1=[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom|link=]]
|3=<nowiki>[</nowiki>[[File:Iconol_blue_circle.svg|x16px|text-bottom|link=]], [[File:Iconol_red_circle.svg|x16px|text-bottom|link=]], [[File:Iconol_lime_circle.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>
|4=<nowiki>[</nowiki><div style="display: inline-block; vertical-align: middle;"><!--
--><nowiki>[</nowiki>[[File:Iconol_blue_circle.svg|x16px|text-bottom|link=]], [[File:Iconol_purple_circle.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>,<!--
--><br><nowiki>[</nowiki>[[File:Iconol_red_circle.svg|x16px|text-bottom|link=]], [[File:Iconol_yellow_circle.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki><!--
--></div><nowiki>]</nowiki>
}}{{#if:{{{3|}}}
|, {{#switch:{{{3}}}
|1=[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom|link=]]
|3=<nowiki>[</nowiki>[[File:Iconol_blue_flag.svg|x16px|text-bottom|link=]], [[File:Iconol_red_flag.svg|x16px|text-bottom|link=]], [[File:Iconol_lime_flag.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>
|4=<nowiki>[</nowiki><div style="display: inline-block; vertical-align: middle;"><!--
--><nowiki>[</nowiki>[[File:Iconol_blue_flag.svg|x16px|text-bottom|link=]], [[File:Iconol_purple_flag.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>,<!--
--><br><nowiki>[</nowiki>[[File:Iconol_red_flag.svg|x16px|text-bottom|link=]], [[File:Iconol_yellow_flag.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki><!--
--></div><nowiki>]</nowiki>
}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})
{{!}}-
{{!}} → {{#ifeq:{{#expr:{{{1|1}}} * {{{2|1}}} * {{{3|1}}}}}|1
|[[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom|link=]]{{#if:{{{2|}}}
|, [[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom|link=]]{{#if:{{{3|}}}
|, [[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom|link=]]
|<!--skip-->}}
|<!--skip-->}}
|<!--skip-->}})
|{{#ifeq:{{#expr:({{{1|1}}} * {{{2|1}}} * {{{3|1}}}) mod 2}}|0
|<nowiki>[</nowiki><!--
--><br> <nowiki>[</nowiki>[[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|[[File:Iconol_{{#ifeq:{{{1}}}|1|bluish_gray|blue}}_square.svg|x16px|text-bottom|link=]]{{#if:{{{2|}}}
|, [[File:Iconol_{{#ifeq:{{{2}}}|1|bluish_gray|blue}}_circle.svg|x16px|text-bottom|link=]]{{#if:{{{3|}}}
|, [[File:Iconol_{{#ifeq:{{{3}}}|1|bluish_gray|blue}}_flag.svg|x16px|text-bottom|link=]]
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
-->, [[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|[[File:Iconol_{{#ifeq:{{{1}}}|1|bluish_gray|purple}}_square.svg|x16px|text-bottom|link=]]{{#if:{{{2|}}}
|, [[File:Iconol_{{#ifeq:{{{2}}}|1|bluish_gray|purple}}_circle.svg|x16px|text-bottom|link=]]{{#if:{{{3|}}}
|, [[File:Iconol_{{#ifeq:{{{3}}}|1|bluish_gray|purple}}_flag.svg|x16px|text-bottom|link=]]
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
--><nowiki>]</nowiki>,<br> <nowiki>[</nowiki>[[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|[[File:Iconol_{{#ifeq:{{{1}}}|1|bluish_gray|red}}_square.svg|x16px|text-bottom|link=]]{{#if:{{{2|}}}
|, [[File:Iconol_{{#ifeq:{{{2}}}|1|bluish_gray|red}}_circle.svg|x16px|text-bottom|link=]]{{#if:{{{3|}}}
|, [[File:Iconol_{{#ifeq:{{{3}}}|1|bluish_gray|red}}_flag.svg|x16px|text-bottom|link=]]
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
-->, [[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|[[File:Iconol_{{#ifeq:{{{1}}}|1|bluish_gray|yellow}}_square.svg|x16px|text-bottom|link=]]{{#if:{{{2|}}}
|, [[File:Iconol_{{#ifeq:{{{2}}}|1|bluish_gray|yellow}}_circle.svg|x16px|text-bottom|link=]]{{#if:{{{3|}}}
|, [[File:Iconol_{{#ifeq:{{{3}}}|1|bluish_gray|yellow}}_flag.svg|x16px|text-bottom|link=]]
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
--><nowiki>]</nowiki><br><nowiki>]</nowiki>
|<nowiki>[</nowiki><!--
--><br> [[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|[[File:Iconol_{{#ifeq:{{{1}}}|1|bluish_gray|blue}}_square.svg|x16px|text-bottom|link=]]{{#if:{{{2|}}}
|, [[File:Iconol_{{#ifeq:{{{2}}}|1|bluish_gray|blue}}_circle.svg|x16px|text-bottom|link=]]{{#if:{{{3|}}}
|, [[File:Iconol_{{#ifeq:{{{3}}}|1|bluish_gray|blue}}_flag.svg|x16px|text-bottom|link=]]
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}}),<!--
--><br> [[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|[[File:Iconol_{{#ifeq:{{{1}}}|1|bluish_gray|red}}_square.svg|x16px|text-bottom|link=]]{{#if:{{{2|}}}
|, [[File:Iconol_{{#ifeq:{{{2}}}|1|bluish_gray|red}}_circle.svg|x16px|text-bottom|link=]]{{#if:{{{3|}}}
|, [[File:Iconol_{{#ifeq:{{{3}}}|1|bluish_gray|red}}_flag.svg|x16px|text-bottom|link=]]
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}}),<!--
--><br> [[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|[[File:Iconol_{{#ifeq:{{{1}}}|1|bluish_gray|lime}}_square.svg|x16px|text-bottom|link=]]{{#if:{{{2|}}}
|, [[File:Iconol_{{#ifeq:{{{2}}}|1|bluish_gray|lime}}_circle.svg|x16px|text-bottom|link=]]{{#if:{{{3|}}}
|, [[File:Iconol_{{#ifeq:{{{3}}}|1|bluish_gray|lime}}_flag.svg|x16px|text-bottom|link=]]
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
--><br><nowiki>]</nowiki>
}}}}</includeonly></onlyinclude>
{{documentation}}
bypw7jx3qam1zfjpd82jhxs7j6xhuhk
285449
285444
2026-06-22T07:33:07Z
YoshiRulz
10156
Hack in support for vectors and matrices together
285449
wikitext
text/x-wiki
<onlyinclude><includeonly>{{!}} ([[File:Iconol_calculator.svg|x16px|text-bottom|link=]]{{#if:{{{1|}}}
|, {{#switch:{{{1}}}
|1=[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom|link=]]
|3=<nowiki>[</nowiki>[[File:Iconol_blue_square.svg|x16px|text-bottom|link=]], [[File:Iconol_red_square.svg|x16px|text-bottom|link=]], [[File:Iconol_lime_square.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>
|4=<nowiki>[</nowiki><div style="display: inline-block; vertical-align: middle;"><!--
--><nowiki>[</nowiki>[[File:Iconol_blue_square.svg|x16px|text-bottom|link=]], [[File:Iconol_purple_square.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>,<!--
--><br><nowiki>[</nowiki>[[File:Iconol_red_square.svg|x16px|text-bottom|link=]], [[File:Iconol_yellow_square.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki><!--
--></div><nowiki>]</nowiki>
}}{{#if:{{{2|}}}
|, {{#switch:{{{2}}}
|1=[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom|link=]]
|3=<nowiki>[</nowiki>[[File:Iconol_blue_circle.svg|x16px|text-bottom|link=]], [[File:Iconol_red_circle.svg|x16px|text-bottom|link=]], [[File:Iconol_lime_circle.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>
|4=<nowiki>[</nowiki><div style="display: inline-block; vertical-align: middle;"><!--
--><nowiki>[</nowiki>[[File:Iconol_blue_circle.svg|x16px|text-bottom|link=]], [[File:Iconol_purple_circle.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>,<!--
--><br><nowiki>[</nowiki>[[File:Iconol_red_circle.svg|x16px|text-bottom|link=]], [[File:Iconol_yellow_circle.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki><!--
--></div><nowiki>]</nowiki>
}}{{#if:{{{3|}}}
|, {{#switch:{{{3}}}
|1=[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom|link=]]
|3=<nowiki>[</nowiki>[[File:Iconol_blue_flag.svg|x16px|text-bottom|link=]], [[File:Iconol_red_flag.svg|x16px|text-bottom|link=]], [[File:Iconol_lime_flag.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>
|4=<nowiki>[</nowiki><div style="display: inline-block; vertical-align: middle;"><!--
--><nowiki>[</nowiki>[[File:Iconol_blue_flag.svg|x16px|text-bottom|link=]], [[File:Iconol_purple_flag.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki>,<!--
--><br><nowiki>[</nowiki>[[File:Iconol_red_flag.svg|x16px|text-bottom|link=]], [[File:Iconol_yellow_flag.svg|x16px|text-bottom|link=]]<nowiki>]</nowiki><!--
--></div><nowiki>]</nowiki>
}}
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})
{{!}}-
{{!}} → {{#ifeq:{{#expr:{{{1|1}}} * {{{2|1}}} * {{{3|1}}}}}|1
|[[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom|link=]]{{#if:{{{2|}}}
|, [[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom|link=]]{{#if:{{{3|}}}
|, [[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom|link=]]
|<!--skip-->}}
|<!--skip-->}}
|<!--skip-->}})
|{{#ifeq:{{#expr:({{{1|1}}} * {{{2|1}}} * {{{3|1}}}) mod 2}}|0
|<nowiki>[</nowiki><!--
--><br> <nowiki>[</nowiki>[[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|[[File:Iconol_{{#switch:{{{1}}}|1=bluish_gray|3|4=blue}}_square.svg|x16px|text-bottom|link=]]{{#if:{{{2|}}}
|, [[File:Iconol_{{#switch:{{{2}}}|1=bluish_gray|3|4=blue}}_circle.svg|x16px|text-bottom|link=]]{{#if:{{{3|}}}
|, [[File:Iconol_{{#switch:{{{3}}}|1=bluish_gray|3|4=blue}}_flag.svg|x16px|text-bottom|link=]]
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
-->, [[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|[[File:Iconol_{{#switch:{{{1}}}|1=bluish_gray|3=blue|4=purple}}_square.svg|x16px|text-bottom|link=]]{{#if:{{{2|}}}
|, [[File:Iconol_{{#switch:{{{2}}}|1=bluish_gray|3=blue|4=purple}}_circle.svg|x16px|text-bottom|link=]]{{#if:{{{3|}}}
|, [[File:Iconol_{{#switch:{{{3}}}|1=bluish_gray|3=blue|4=purple}}_flag.svg|x16px|text-bottom|link=]]
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
--><nowiki>]</nowiki>,<br> <nowiki>[</nowiki>[[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|[[File:Iconol_{{#switch:{{{1}}}|1=bluish_gray|3|4=red}}_square.svg|x16px|text-bottom|link=]]{{#if:{{{2|}}}
|, [[File:Iconol_{{#switch:{{{2}}}|1=bluish_gray|3|4=red}}_circle.svg|x16px|text-bottom|link=]]{{#if:{{{3|}}}
|, [[File:Iconol_{{#switch:{{{3}}}|1=bluish_gray|3|4=red}}_flag.svg|x16px|text-bottom|link=]]
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
-->, [[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|[[File:Iconol_{{#switch:{{{1}}}|1=bluish_gray|3=red|4=yellow}}_square.svg|x16px|text-bottom|link=]]{{#if:{{{2|}}}
|, [[File:Iconol_{{#switch:{{{2}}}|1=bluish_gray|3=red|4=yellow}}_circle.svg|x16px|text-bottom|link=]]{{#if:{{{3|}}}
|, [[File:Iconol_{{#switch:{{{3}}}|1=bluish_gray|3=red|4=yellow}}_flag.svg|x16px|text-bottom|link=]]
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
--><nowiki>]</nowiki><br><nowiki>]</nowiki>
|<nowiki>[</nowiki><!--
--><br> [[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|[[File:Iconol_{{#ifeq:{{{1}}}|1|bluish_gray|blue}}_square.svg|x16px|text-bottom|link=]]{{#if:{{{2|}}}
|, [[File:Iconol_{{#ifeq:{{{2}}}|1|bluish_gray|blue}}_circle.svg|x16px|text-bottom|link=]]{{#if:{{{3|}}}
|, [[File:Iconol_{{#ifeq:{{{3}}}|1|bluish_gray|blue}}_flag.svg|x16px|text-bottom|link=]]
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}}),<!--
--><br> [[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|[[File:Iconol_{{#ifeq:{{{1}}}|1|bluish_gray|red}}_square.svg|x16px|text-bottom|link=]]{{#if:{{{2|}}}
|, [[File:Iconol_{{#ifeq:{{{2}}}|1|bluish_gray|red}}_circle.svg|x16px|text-bottom|link=]]{{#if:{{{3|}}}
|, [[File:Iconol_{{#ifeq:{{{3}}}|1|bluish_gray|red}}_flag.svg|x16px|text-bottom|link=]]
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}}),<!--
--><br> [[File:Iconol_calculator.svg|x16px|text-bottom|link=]]({{#if:{{{1|}}}
|[[File:Iconol_{{#ifeq:{{{1}}}|1|bluish_gray|lime}}_square.svg|x16px|text-bottom|link=]]{{#if:{{{2|}}}
|, [[File:Iconol_{{#ifeq:{{{2}}}|1|bluish_gray|lime}}_circle.svg|x16px|text-bottom|link=]]{{#if:{{{3|}}}
|, [[File:Iconol_{{#ifeq:{{{3}}}|1|bluish_gray|lime}}_flag.svg|x16px|text-bottom|link=]]
|<!--skip 3+-->}}
|<!--skip 2+-->}}
|<!--skip 1+-->}})<!--
--><br><nowiki>]</nowiki>
}}}}</includeonly></onlyinclude>
{{documentation}}
px3cf4qid3x6murv0al5uaaez6ct8ne
Template:N-ary map function visualisation/doc
10
86135
285354
284831
2026-06-22T06:01:20Z
YoshiRulz
10156
Add matrix example and some textual documentation
285354
wikitext
text/x-wiki
Pass 0–3 positional arguments. Their values represent the dimension of the corresponding {{Z|17}}:
* <code>1</code> for scalars ({{Z|1}})
* <code>3</code> for vectors ({{Z|881}})
* <code>4</code> (= 2×2) for matrices (lists of lists)
<hr>
<syntaxhighlight lang="wikitext">
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | label
{{n-ary map function visualisation|1|1|1}}
|}
</syntaxhighlight>
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | label
{{n-ary map function visualisation|1|1|1}}
|}
<hr>
<syntaxhighlight lang="wikitext">
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | label
{{n-ary map function visualisation|3|1}}
|}
</syntaxhighlight>
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | label
{{n-ary map function visualisation|3|1}}
|}
<hr>
<syntaxhighlight lang="wikitext">
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | label
{{n-ary map function visualisation|1|3|3}}
|}
</syntaxhighlight>
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | label
{{n-ary map function visualisation|1|3|3}}
|}
<hr>
<syntaxhighlight lang="wikitext">
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | label
{{n-ary map function visualisation|1|4|1}}
|}
</syntaxhighlight>
{| class="wikitable"
! rowspan="2" style="text-align: end; vertical-align: top;" | label
{{n-ary map function visualisation|1|4|1}}
|}
aa4gziu6ji1ixiwxt906qqhd92y1og8
Z36605
0
86143
285283
284987
2026-06-21T19:27:20Z
Jens Ohlig
2688
Removed Z36606 from the approved list of implementations
285283
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36605"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6095",
"Z17K2": "Z36605K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "lexeme reference"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36605"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "grammatical genders from Wikidata lexeme reference"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
dqwca4xmh7h4ov4xibhfa58gkg1u05e
Z36606
0
86144
285117
284986
2026-06-21T14:47:19Z
Jens Ohlig
2688
285117
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36606"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36605",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z20616",
"Z20616K1": {
"Z1K1": "Z7",
"Z7K1": "Z6825",
"Z6825K1": {
"Z1K1": "Z6095",
"Z6095K1": ""
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "composition implementation for Z36605"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "grammatical genders from Wikidata lexeme reference, composition"
}
]
}
}
1qk7un8190s81osz8suim7nbmpw8s55
Z36607
0
86145
285521
284988
2026-06-22T09:52:51Z
Denny
81
Added Z36751 to the approved list of test cases
285521
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36607"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6005",
"Z17K2": "Z36607K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "lexeme"
}
]
}
}
],
"Z8K2": "Z36462",
"Z8K3": [
"Z20",
"Z36751"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36607"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun from Lexeme"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "constructs a syntactic table for an English noun from an English noun Lexeme"
}
]
}
}
mudlcmcd7o8okgqnltny2cgmch3zza6
285523
285521
2026-06-22T09:54:30Z
Denny
81
Added Z36752 to the approved list of test cases
285523
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36607"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6005",
"Z17K2": "Z36607K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "lexeme"
}
]
}
}
],
"Z8K2": "Z36462",
"Z8K3": [
"Z20",
"Z36751",
"Z36752"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36607"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun from Lexeme"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "constructs a syntactic table for an English noun from an English noun Lexeme"
}
]
}
}
lbluwzxf885tngm0ots06u6s202amy4
285527
285523
2026-06-22T10:07:05Z
Denny
81
Added Z36753 to the approved list of implementations
285527
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36607"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6005",
"Z17K2": "Z36607K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "lexeme"
}
]
}
}
],
"Z8K2": "Z36462",
"Z8K3": [
"Z20",
"Z36751",
"Z36752"
],
"Z8K4": [
"Z14",
"Z36753"
],
"Z8K5": "Z36607"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun from Lexeme"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "constructs a syntactic table for an English noun from an English noun Lexeme"
}
]
}
}
ov96zqsdkmpjvjaljhux9qng6k0s5e0
Z36608
0
86146
285452
284999
2026-06-22T07:38:17Z
Denny
81
Added Z36722 to the approved list of test cases
285452
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36608"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36608K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36608K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "part of speech"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z17K2": "Z36608K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "inherent features"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z36463"
},
"Z17K2": "Z36608K4",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "options"
}
]
}
}
],
"Z8K2": "Z36462",
"Z8K3": [
"Z20",
"Z36722"
],
"Z8K4": [
"Z14",
"Z36609",
"Z36611"
],
"Z8K5": "Z36608"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Create Syntactic table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Constructs a Syntactic table from all the required pieces"
}
]
}
}
hnnzucdpjep0klohacsggll5byu3np1
Z36617
0
86155
285567
285008
2026-06-22T11:58:11Z
Denny
81
285567
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36617"
},
"Z2K2": {
"Z1K1": "Z36462",
"Z36462K1": "Z1002",
"Z36462K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q1084"
},
"Z36462K3": [
"Z6091"
],
"Z36462K4": [
"Z36463",
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "goose"
}
]
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
}
],
"Z36463K2": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "geese"
}
]
}
]
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun goose table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
0hp7p7ov89giijv5ffvab3xa13feud2
Talk:Z36622
1
86163
285031
2026-06-21T11:59:17Z
HenkvD
1290
Created page with "== Simple rules for indefinite articles for many languages == This function and implementation is for many languages with simple rules for indefinite articles. :[nl] een :[af] 'n :[fy] in :[bar] a :[bs] (none) :[eo] (none) :[frr] en :[is] (none) :[hsb] (none) :[mk] (none) :[nds] en :[os] (none) :[pap] un :[sr] (none) ~~~~"
285031
wikitext
text/x-wiki
== Simple rules for indefinite articles for many languages ==
This function and implementation is for many languages with simple rules for indefinite articles.
:[nl] een
:[af] 'n
:[fy] in
:[bar] a
:[bs] (none)
:[eo] (none)
:[frr] en
:[is] (none)
:[hsb] (none)
:[mk] (none)
:[nds] en
:[os] (none)
:[pap] un
:[sr] (none)
[[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 11:59, 21 June 2026 (UTC)
ajmm366ulstaht288vpxswx7tvngzis
Talk:Z36610
1
86164
285032
2026-06-21T12:03:03Z
HenkvD
1290
Created page with "== Simple rules for definite articles for many languages == This function and implementation is for many languages with simple rules for definite articles. :[en] the :[af] die :[eo] la :[pap] e ~~~~"
285032
wikitext
text/x-wiki
== Simple rules for definite articles for many languages ==
This function and implementation is for many languages with simple rules for definite articles.
:[en] the
:[af] die
:[eo] la
:[pap] e
[[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 12:02, 21 June 2026 (UTC)
ko5nwk0ngpfa8b4hqfnhmgu2j46pfpm
Z36625
0
86165
285033
2026-06-21T12:24:25Z
HenkvD
1290
third-person singular form of to be (simple)
285033
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36625"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36625K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36625"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "third-person singular form of to be (simple)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"is"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "is,third-person singular form of to be, for many languages with simple rules"
}
]
}
}
frqn29mt0qzqoqzpvaw37mmb8ax0v1u
285037
285033
2026-06-21T12:34:17Z
HenkvD
1290
Added Z36626 to the approved list of test cases
285037
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36625"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36625K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z36626"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36625"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "third-person singular form of to be (simple)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"is"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "is,third-person singular form of to be, for many languages with simple rules"
}
]
}
}
tee8250htc7w8y0ze7dnr38wj98lzjx
285038
285037
2026-06-21T12:34:20Z
HenkvD
1290
Added Z36627 to the approved list of implementations
285038
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36625"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36625K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z36626"
],
"Z8K4": [
"Z14",
"Z36627"
],
"Z8K5": "Z36625"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "third-person singular form of to be (simple)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"is"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "is,third-person singular form of to be, for many languages with simple rules"
}
]
}
}
rubccrmluugn2yamxmvszy6u721cunf
285040
285038
2026-06-21T12:50:53Z
HenkvD
1290
Removed Z36627 from the approved list of implementations
285040
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36625"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36625K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z36626"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36625"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "third-person singular form of to be (simple)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"is"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "is,third-person singular form of to be, for many languages with simple rules"
}
]
}
}
tee8250htc7w8y0ze7dnr38wj98lzjx
285041
285040
2026-06-21T12:50:56Z
HenkvD
1290
Added Z36627 to the approved list of implementations
285041
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36625"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36625K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z36626"
],
"Z8K4": [
"Z14",
"Z36627"
],
"Z8K5": "Z36625"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "third-person singular form of to be (simple)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"is"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "is,third-person singular form of to be, for many languages with simple rules"
}
]
}
}
rubccrmluugn2yamxmvszy6u721cunf
Z36626
0
86166
285034
2026-06-21T12:25:21Z
HenkvD
1290
[en] is
285034
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36626"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36625",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36625",
"Z36625K1": "Z1002"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "is "
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "[en] is"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
cas33glye60vfe2f9htg47jbyf0i8kd
Z36627
0
86167
285035
2026-06-21T12:33:08Z
HenkvD
1290
third-person singular form of to be (simple), comp
285035
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36627"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36625",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z21394",
"Z21394K1": [
"Z6",
{
"Z1K1": "Z7",
"Z7K1": "Z22193",
"Z22193K1": {
"Z1K1": "Z18",
"Z18K1": "Z36625K1"
},
"Z22193K2": [
"Z60",
"Z1002",
"Z1157",
"Z1216",
"Z1532",
"Z1730",
"Z1473",
"Z1576",
"Z1650",
"Z1106",
"Z1642",
"Z1402",
"Z1146",
"Z1798",
"Z1137",
"Z1158"
],
"Z22193K3": [
"Z6",
"is",
"is",
"is ",
"is ",
"is ",
"je ",
"estas ",
"as ",
"er ",
"je ",
"е ",
"is ",
"у ",
"ta ",
"је ",
"(is)"
]
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "third-person singular form of to be (simple), comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
t9ew33k7po81sbso4x7njs3soohvfo6
285036
285035
2026-06-21T12:34:04Z
HenkvD
1290
spaces
285036
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36627"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36625",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z21394",
"Z21394K1": [
"Z6",
{
"Z1K1": "Z7",
"Z7K1": "Z22193",
"Z22193K1": {
"Z1K1": "Z18",
"Z18K1": "Z36625K1"
},
"Z22193K2": [
"Z60",
"Z1002",
"Z1157",
"Z1216",
"Z1532",
"Z1730",
"Z1473",
"Z1576",
"Z1650",
"Z1106",
"Z1642",
"Z1402",
"Z1146",
"Z1798",
"Z1137",
"Z1158"
],
"Z22193K3": [
"Z6",
"is ",
"is ",
"is ",
"is ",
"is ",
"je ",
"estas ",
"as ",
"er ",
"je ",
"е ",
"is ",
"у ",
"ta ",
"је ",
"(is)"
]
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "third-person singular form of to be (simple), comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
5vhvt8n90uwk7dgdze7098xmjcqseyz
285200
285036
2026-06-21T17:10:58Z
HenkvD
1290
added space after default
285200
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36627"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36625",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z21394",
"Z21394K1": [
"Z6",
{
"Z1K1": "Z7",
"Z7K1": "Z22193",
"Z22193K1": {
"Z1K1": "Z18",
"Z18K1": "Z36625K1"
},
"Z22193K2": [
"Z60",
"Z1002",
"Z1157",
"Z1216",
"Z1532",
"Z1730",
"Z1473",
"Z1576",
"Z1650",
"Z1106",
"Z1642",
"Z1402",
"Z1146",
"Z1798",
"Z1137",
"Z1158"
],
"Z22193K3": [
"Z6",
"is ",
"is ",
"is ",
"is ",
"is ",
"je ",
"estas ",
"as ",
"er ",
"je ",
"е ",
"is ",
"у ",
"ta ",
"је ",
"(is) "
]
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "third-person singular form of to be (simple), comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
73xid63lyzgqzixbucllf2mc62grmnj
Z36628
0
86168
285039
2026-06-21T12:37:15Z
99of9
1622
285039
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36628"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z29594",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z29594",
"Z29594K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q177749"
},
"Z29594K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q7339573"
},
"Z29594K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q3352369"
},
"Z29594K4": "Z1689"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z14392",
"Z14392K2": {
"Z1K1": "Z11",
"Z11K1": "Z1689",
"Z11K2": "A sidewalk is a roadside footpath."
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "[en-us] A sidewalk is a roadside footpath."
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ek2xd834426gk7ejmqct0tmeep336d4
Talk:Z36625
1
86169
285042
2026-06-21T13:01:09Z
HenkvD
1290
Created page with "== Simple rules for "third-person singular form of to be" for many languages == This function and implementation is for many languages with simple rules for "third-person singular form of to be". :[en] is :[[nl] is :[fy] is :[af] is :[bar] is :[bs] je :[eo] estas :[frr] as :[is] er :[hsb] je :[mk] е :[nds] is. :[os] у :[pap] ta. :[sr] је ~~~~"
285042
wikitext
text/x-wiki
== Simple rules for "third-person singular form of to be" for many languages ==
This function and implementation is for many languages with simple rules for "third-person singular form of to be".
:[en] is
:[[nl] is
:[fy] is
:[af] is
:[bar] is
:[bs] je
:[eo] estas
:[frr] as
:[is] er
:[hsb] je
:[mk] е
:[nds] is.
:[os] у
:[pap] ta.
:[sr] је
[[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 13:01, 21 June 2026 (UTC)
1czrpjuo2doeoaklck8wy6d4s149q2z
Z36629
0
86170
285044
2026-06-21T13:11:52Z
99of9
1622
285044
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36629"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z21734",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z21734",
"Z21734K1": {
"Z1K1": "Z7",
"Z7K1": "Z6825",
"Z6825K1": {
"Z1K1": "Z6095",
"Z6095K1": "L297541"
}
},
"Z21734K2": {
"Z1K1": "Z7",
"Z7K1": "Z6825",
"Z6825K1": {
"Z1K1": "Z6095",
"Z6095K1": "L340811"
}
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "a stone sidewalk"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "a stone sidewalk"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
peigk8xqrw3v4abhktbkbt9xdxrbkpd
Z36630
0
86171
285045
2026-06-21T13:15:04Z
99of9
1622
285045
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36630"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z33071",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z33071",
"Z33071K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q1084"
},
"Z33071K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q177749"
},
"Z33071K3": {
"Z1K1": "Z6092",
"Z6092K1": "P5137"
},
"Z33071K4": "Z1199"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z6805",
"Z6805K2": {
"Z1K1": "Z7",
"Z7K1": "Z6825",
"Z6825K1": {
"Z1K1": "Z6095",
"Z6095K1": "L325162"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Q177749 (sidewalk) noun [en-gb] pavement"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
cgjfm3l9sjmniw9w91une0zna4oho5a
Z36631
0
86172
285048
2026-06-21T13:31:36Z
Jsamwrites
938
285048
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36631"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36631K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36631K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36631"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "logo image from Wikidata"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
hycybfacya107d89y7v92198mp7vcwp
285097
285048
2026-06-21T14:30:27Z
Jsamwrites
938
285097
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36631"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6001",
"Z17K2": "Z36631K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36631K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36631"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "logo image from Wikidata"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
6yqkovfhf1wrbj3bm0n4zkby4729bkk
285101
285097
2026-06-21T14:32:34Z
Jsamwrites
938
Added Z36649 to the approved list of implementations
285101
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36631"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6001",
"Z17K2": "Z36631K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36631K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z36649"
],
"Z8K5": "Z36631"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "logo image from Wikidata"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
9pym9iz9tg4llsplhvkfh5xx5bnj0mn
285135
285101
2026-06-21T15:05:49Z
Jsamwrites
938
Removed Z36649 from the approved list of implementations
285135
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36631"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6001",
"Z17K2": "Z36631K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36631K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36631"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "logo image from Wikidata"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
6yqkovfhf1wrbj3bm0n4zkby4729bkk
285136
285135
2026-06-21T15:06:03Z
Jsamwrites
938
285136
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36631"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36631K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36631K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36631"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "logo image from Wikidata"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
hycybfacya107d89y7v92198mp7vcwp
285137
285136
2026-06-21T15:06:10Z
Jsamwrites
938
Added Z36649 to the approved list of implementations
285137
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36631"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36631K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36631K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z36649"
],
"Z8K5": "Z36631"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "logo image from Wikidata"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
gq9ipjzkq81owwwo319rja6tn6xnget
Z36632
0
86173
285049
2026-06-21T13:33:53Z
Jsamwrites
938
285049
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36632"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36632K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36632K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36632"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "logo image from Wikidata, en"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ee0vbcc1c75mqxf0uxgxr0u9v1eqryq
285078
285049
2026-06-21T14:14:25Z
Jsamwrites
938
Added Z36642 to the approved list of implementations
285078
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36632"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36632K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36632K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z36642"
],
"Z8K5": "Z36632"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "logo image from Wikidata, en"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
frh7ixjb4e6mn4v9kbz922nkxef4vb5
285079
285078
2026-06-21T14:14:58Z
Jsamwrites
938
Removed Z36642 from the approved list of implementations
285079
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36632"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36632K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36632K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36632"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "logo image from Wikidata, en"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ee0vbcc1c75mqxf0uxgxr0u9v1eqryq
285080
285079
2026-06-21T14:15:37Z
Jsamwrites
938
285080
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36632"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6001",
"Z17K2": "Z36632K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36632K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36632"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "logo image from Wikidata, en"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
kwa33of8dfsy06g8fw5zaggbsrknbbs
285081
285080
2026-06-21T14:15:57Z
Jsamwrites
938
285081
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36632"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6001",
"Z17K2": "Z36632K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36632"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "logo image from Wikidata, en"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
g7m9328vb2kie3q7isx14t4q7p0rowl
285083
285081
2026-06-21T14:16:46Z
Jsamwrites
938
Added Z36642 to the approved list of implementations
285083
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36632"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6001",
"Z17K2": "Z36632K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z36642"
],
"Z8K5": "Z36632"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "logo image from Wikidata, en"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
k5gohbnym53oo6ppqp7wl5gihcde9al
285119
285083
2026-06-21T14:53:31Z
Jsamwrites
938
Removed Z36642 from the approved list of implementations
285119
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36632"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6001",
"Z17K2": "Z36632K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36632"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "logo image from Wikidata, en"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
g7m9328vb2kie3q7isx14t4q7p0rowl
285120
285119
2026-06-21T14:54:03Z
Jsamwrites
938
285120
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36632"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36632K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36632"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "logo image from Wikidata, en"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
c1qbn0ma7wknugrgimxdpwgkwfi2cfa
285123
285120
2026-06-21T14:55:07Z
Jsamwrites
938
Added Z36642 to the approved list of implementations
285123
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36632"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36632K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z36642"
],
"Z8K5": "Z36632"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "logo image from Wikidata, en"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
taptxt9jmrk8qe3a301oti3yyrbmhyf
Z36633
0
86174
285050
2026-06-21T13:35:03Z
Jsamwrites
938
285050
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36633"
},
"Z2K2": {
"Z1K1": "Z14294",
"Z14294K1": [
"Z14293",
{
"Z1K1": "Z14293",
"Z14293K1": "Z36632",
"Z14293K2": "Z33034"
}
],
"Z14294K2": "Z36632"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "config for logo image from Wikidata"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
jbm59sg8ubs0ci9hjo9n8ygvgnmm3gv
285108
285050
2026-06-21T14:40:10Z
Jsamwrites
938
285108
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36633"
},
"Z2K2": {
"Z1K1": "Z14294",
"Z14294K1": [
"Z14293",
{
"Z1K1": "Z14293",
"Z14293K1": "Z36632",
"Z14293K2": [
"Z60",
"Z1002"
]
}
],
"Z14294K2": "Z36632"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "config for logo image from Wikidata"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
oud0wsg5nobxghp3fv3bmejstayo8ol
Z36634
0
86175
285051
2026-06-21T13:42:19Z
Jsamwrites
938
285051
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36634"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36634K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6092",
"Z17K2": "Z36634K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "property"
}
]
}
}
],
"Z8K2": "Z310",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36634"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first image value of property from wikidata item"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
bfy9jbtfpbq56v9luet66rlqzu8pupf
285053
285051
2026-06-21T13:44:20Z
Jsamwrites
938
Added Z36635 to the approved list of implementations
285053
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36634"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36634K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6092",
"Z17K2": "Z36634K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "property"
}
]
}
}
],
"Z8K2": "Z310",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z36635"
],
"Z8K5": "Z36634"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first image value of property from wikidata item"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
967r1er4i24klzcrevqnp2q1s5yq0iq
285060
285053
2026-06-21T14:01:30Z
Jsamwrites
938
Removed Z36635 from the approved list of implementations
285060
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36634"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36634K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6092",
"Z17K2": "Z36634K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "property"
}
]
}
}
],
"Z8K2": "Z310",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36634"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first image value of property from wikidata item"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
bfy9jbtfpbq56v9luet66rlqzu8pupf
285061
285060
2026-06-21T14:01:45Z
Jsamwrites
938
285061
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36634"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36634K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6092",
"Z17K2": "Z36634K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "property"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36634"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first image value of property from wikidata item"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
akiou3wd4wc324hndk8rcakko9qqxpt
285062
285061
2026-06-21T14:01:59Z
Jsamwrites
938
Added Z36635 to the approved list of implementations
285062
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36634"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36634K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6092",
"Z17K2": "Z36634K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "property"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z36635"
],
"Z8K5": "Z36634"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first image value of property from wikidata item"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
iv29yeuau50lx6xqay0ausgj8w2tegz
285066
285062
2026-06-21T14:04:04Z
Jsamwrites
938
Removed Z36635 from the approved list of implementations
285066
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36634"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36634K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6092",
"Z17K2": "Z36634K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "property"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36634"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first image value of property from wikidata item"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
akiou3wd4wc324hndk8rcakko9qqxpt
285067
285066
2026-06-21T14:04:17Z
Jsamwrites
938
285067
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36634"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6001",
"Z17K2": "Z36634K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6092",
"Z17K2": "Z36634K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "property"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36634"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first image value of property from wikidata item"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
gr9xbawq3qykot9zjiag7dig3qn86r9
285068
285067
2026-06-21T14:04:24Z
Jsamwrites
938
Added Z36635 to the approved list of implementations
285068
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36634"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6001",
"Z17K2": "Z36634K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6092",
"Z17K2": "Z36634K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "property"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z36635"
],
"Z8K5": "Z36634"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first image value of property from wikidata item"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
6bkm181dnan6fa2rs8qyqiobnc4tcrn
Z36635
0
86176
285052
2026-06-21T13:44:05Z
Jsamwrites
938
285052
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36635"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36634",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z28159",
"Z28159K1": {
"Z1K1": "Z7",
"Z7K1": "Z22978",
"Z22978K1": {
"Z1K1": "Z18",
"Z18K1": "Z36634K1"
},
"Z22978K2": {
"Z1K1": "Z18",
"Z18K1": "Z36634K2"
}
},
"Z28159K2": {
"Z1K1": "Z6",
"Z6K1": "Z28158"
},
"Z28159K3": [
"Z6",
{
"Z1K1": "Z7",
"Z7K1": "Z28163",
"Z28163K1": {
"Z1K1": "Z18",
"Z18K1": "Z36634K1"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z20046",
"Z20046K1": {
"Z1K1": "Z18",
"Z18K1": "Z36634K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first image value of property from wd item, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
rys39rld6rkegt3m1ffe87jq0dkzx4k
285054
285052
2026-06-21T13:49:22Z
Jsamwrites
938
285054
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36635"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36634",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z22839",
"Z22839K1": {
"Z1K1": "Z7",
"Z7K1": "Z22978",
"Z22978K1": {
"Z1K1": "Z18",
"Z18K1": "Z36634K1"
},
"Z22978K2": {
"Z1K1": "Z18",
"Z18K1": "Z36634K2"
}
},
"Z22839K2": {
"Z1K1": "Z7",
"Z7K1": "Z22978",
"Z22978K1": {
"Z1K1": "Z18",
"Z18K1": "Z36634K1"
},
"Z22978K2": {
"Z1K1": "Z18",
"Z18K1": "Z36634K2"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first image value of property from wd item, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
bv7iw77sxj7zaubxc6fivrxlxe2ck30
285055
285054
2026-06-21T13:51:03Z
Jsamwrites
938
285055
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36635"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36634",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z22978",
"Z22978K1": {
"Z1K1": "Z18",
"Z18K1": "Z36634K1"
},
"Z22978K2": {
"Z1K1": "Z18",
"Z18K1": "Z36634K2"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first image value of property from wd item, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
kdln3t5zrjsp7km1ojfda2256sdloee
285057
285055
2026-06-21T13:58:45Z
Jsamwrites
938
285057
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36635"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36634",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z13522",
"Z13522K1": {
"Z1K1": "Z7",
"Z7K1": "Z32577",
"Z32577K1": {
"Z1K1": "Z18",
"Z18K1": "Z36634K1"
},
"Z32577K2": {
"Z1K1": "Z18",
"Z18K1": "Z36634K2"
}
},
"Z13522K2": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z22978",
"Z22978K1": {
"Z1K1": "Z18",
"Z18K1": "Z36634K1"
},
"Z22978K2": {
"Z1K1": "Z18",
"Z18K1": "Z36634K2"
}
},
"Z802K3": {
"Z1K1": "Z7",
"Z7K1": "Z28159",
"Z28159K1": {
"Z1K1": "Z7",
"Z7K1": "Z22978",
"Z22978K1": {
"Z1K1": "Z18",
"Z18K1": "Z36634K1"
},
"Z22978K2": {
"Z1K1": "Z18",
"Z18K1": "Z36634K2"
}
},
"Z28159K2": {
"Z1K1": "Z6",
"Z6K1": "Z28158"
},
"Z28159K3": [
"Z6",
{
"Z1K1": "Z7",
"Z7K1": "Z28163",
"Z28163K1": {
"Z1K1": "Z18",
"Z18K1": "Z36634K1"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z20046",
"Z20046K1": {
"Z1K1": "Z18",
"Z18K1": "Z36634K2"
}
}
]
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first image value of property from wd item, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
lkotumzpdkvp4zhxssytc1bspbrdqb7
Z36636
0
86177
285056
2026-06-21T13:57:33Z
Denny
81
285056
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36636"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36636K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z6091",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36636"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "part of speech of table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"pos"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "return the Wikidata identifier for the part of speech the given Syntactic table represents"
}
]
}
}
0eg29subf7gf09tmkmefe0x6b1q4lna
285059
285056
2026-06-21T14:00:55Z
Denny
81
Added Z36637 to the approved list of test cases
285059
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36636"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36636K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z6091",
"Z8K3": [
"Z20",
"Z36637"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36636"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "part of speech of table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"pos"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "return the Wikidata identifier for the part of speech the given Syntactic table represents"
}
]
}
}
h1qk5kbxokxxnxec2tl0nx45n3ntv7l
285064
285059
2026-06-21T14:02:13Z
Denny
81
Added Z36638 to the approved list of implementations
285064
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36636"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36636K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z6091",
"Z8K3": [
"Z20",
"Z36637"
],
"Z8K4": [
"Z14",
"Z36638"
],
"Z8K5": "Z36636"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "part of speech of table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"pos"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "return the Wikidata identifier for the part of speech the given Syntactic table represents"
}
]
}
}
etneovilu75kh5byld20z9j3z54p6wh
Z36637
0
86178
285058
2026-06-21T14:00:38Z
Denny
81
285058
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36637"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36636",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36636",
"Z36636K1": "Z36617"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z19316",
"Z19316K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q1084"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "goose is a noun"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
1wb16v1ohq6vla67447h81a5de3gm44
Z36638
0
86179
285063
2026-06-21T14:02:04Z
Denny
81
285063
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36638"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36636",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z803",
"Z803K1": {
"Z1K1": "Z39",
"Z39K1": "Z36462K2"
},
"Z803K2": {
"Z1K1": "Z18",
"Z18K1": "Z36636K1"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "value by key Z36462K2"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
iksn0z7bbmt2sspe7lcw0hkwadt8wer
Z36639
0
86180
285069
2026-06-21T14:10:05Z
Denny
81
285069
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36639"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36639K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "part of speech"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36639K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36639"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table is given part of speech"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
3587yayknbqeqqkbn6pr2mo2beck7on
285071
285069
2026-06-21T14:10:54Z
Denny
81
Added Z36640 to the approved list of test cases
285071
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36639"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36639K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "part of speech"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36639K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36640"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36639"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table is given part of speech"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
mb5sqi10x4i8htf4uy7x81ocq2ywuli
285073
285071
2026-06-21T14:11:29Z
Denny
81
Added Z36641 to the approved list of test cases
285073
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36639"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36639K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "part of speech"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36639K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36640",
"Z36641"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36639"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table is given part of speech"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
232x8am3j2r00q2y1x8b7k60fewbv5j
285076
285073
2026-06-21T14:13:22Z
Denny
81
Added Z36643 to the approved list of implementations
285076
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36639"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36639K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "part of speech"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36639K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36640",
"Z36641"
],
"Z8K4": [
"Z14",
"Z36643"
],
"Z8K5": "Z36639"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table is given part of speech"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
pu6o9x2r09it0n25qj0q3ji3e4oqyuy
Z36640
0
86181
285070
2026-06-21T14:10:44Z
Denny
81
285070
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36640"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36639",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36639",
"Z36639K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q1084"
},
"Z36639K2": "Z36617"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z41"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "goose is noun"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
fi5pmulvg61j5cld619fdhcdtrgwv2p
Z36641
0
86182
285072
2026-06-21T14:11:19Z
Denny
81
285072
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36641"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36639",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36639",
"Z36639K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q24905"
},
"Z36639K2": "Z36617"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "goose is not verb"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
l9uib7cvfz5q2l5lmdtnqa42ivr4j7w
Z36642
0
86183
285074
2026-06-21T14:12:35Z
Jsamwrites
938
285074
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36642"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36632",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z36049",
"Z36049K1": {
"Z1K1": "Z7",
"Z7K1": "Z36045",
"Z36045K1": {
"Z1K1": "Z7",
"Z7K1": "Z36634",
"Z36634K1": {
"Z1K1": "Z18",
"Z18K1": "Z36632K1"
},
"Z36634K2": {
"Z1K1": "Z6092",
"Z6092K1": "P154"
}
}
},
"Z36049K2": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Logo"
}
]
},
"Z36049K3": {
"Z1K1": "Z18",
"Z18K1": "Z36632K2"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "logo image from Wikidata, en, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
d2ifl0nsoptj3jz45lqvarb2gqum3cy
285082
285074
2026-06-21T14:16:35Z
Jsamwrites
938
285082
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36642"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36632",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z36049",
"Z36049K1": {
"Z1K1": "Z7",
"Z7K1": "Z36045",
"Z36045K1": {
"Z1K1": "Z7",
"Z7K1": "Z36634",
"Z36634K1": {
"Z1K1": "Z18",
"Z18K1": "Z36632K1"
},
"Z36634K2": {
"Z1K1": "Z6092",
"Z6092K1": "P154"
}
}
},
"Z36049K2": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Logo"
}
]
},
"Z36049K3": "Z1002"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "logo image from Wikidata, en, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
mektfb3gzop5cc2c08uuqetl88js58j
285122
285082
2026-06-21T14:54:51Z
Jsamwrites
938
285122
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36642"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36632",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z36049",
"Z36049K1": {
"Z1K1": "Z7",
"Z7K1": "Z36045",
"Z36045K1": {
"Z1K1": "Z7",
"Z7K1": "Z36634",
"Z36634K1": {
"Z1K1": "Z7",
"Z7K1": "Z6821",
"Z6821K1": {
"Z1K1": "Z18",
"Z18K1": "Z36632K1"
}
},
"Z36634K2": {
"Z1K1": "Z6092",
"Z6092K1": "P154"
}
}
},
"Z36049K2": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Logo"
}
]
},
"Z36049K3": "Z1002"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "logo image from Wikidata, en, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
47seqewyz9jscr4lge7k9kal9lz9zy1
Z36643
0
86184
285075
2026-06-21T14:12:43Z
Denny
81
285075
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36643"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36639",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z19316",
"Z19316K1": {
"Z1K1": "Z18",
"Z18K1": "Z36639K1"
},
"Z19316K2": {
"Z1K1": "Z7",
"Z7K1": "Z36636",
"Z36636K1": {
"Z1K1": "Z18",
"Z18K1": "Z36639K2"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "pos == pos of table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
jd9czunvqii5xfoubgk1t9vlb70shs2
Z36644
0
86185
285084
2026-06-21T14:16:49Z
Denny
81
285084
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36644"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36644K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36644"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "inherent features of table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns a list of inherent features of the given Syntactic table"
}
]
}
}
qh7z3i6t53mo73i8gfb3ow3mlcpn1qx
285089
285084
2026-06-21T14:24:08Z
Denny
81
Added Z36646 to the approved list of test cases
285089
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36644"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36644K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z8K3": [
"Z20",
"Z36646"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36644"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "inherent features of table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns a list of inherent features of the given Syntactic table"
}
]
}
}
h2dlyqeng8ru6dn9k0p616roaddrxwf
285091
285089
2026-06-21T14:25:10Z
Denny
81
Added Z36647 to the approved list of test cases
285091
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36644"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36644K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z8K3": [
"Z20",
"Z36646",
"Z36647"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36644"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "inherent features of table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns a list of inherent features of the given Syntactic table"
}
]
}
}
mn0x7258pwqx7l4d9batq7zhpe99dxm
285093
285091
2026-06-21T14:26:16Z
Denny
81
Added Z36648 to the approved list of implementations
285093
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36644"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36644K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z8K3": [
"Z20",
"Z36646",
"Z36647"
],
"Z8K4": [
"Z14",
"Z36648"
],
"Z8K5": "Z36644"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "inherent features of table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns a list of inherent features of the given Syntactic table"
}
]
}
}
h5xw2fuax341g3a5m4iy3blhl035gnz
Z36645
0
86186
285085
2026-06-21T14:20:20Z
Denny
81
285085
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36645"
},
"Z2K2": {
"Z1K1": "Z36462",
"Z36462K1": "Z1430",
"Z36462K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q1084"
},
"Z36462K3": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q1775415"
}
],
"Z36462K4": [
"Z36463",
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gans"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q146233"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gans"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q145599"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gans"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q146078"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gans"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gänse"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q146233"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gänse"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q145599"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gänsen"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q146078"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gänse"
}
}
]
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "German noun Gans table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
geztrx0o1c9dkxbs43gf5cx5t5bogo5
Z36646
0
86187
285088
2026-06-21T14:23:48Z
Denny
81
285088
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36646"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36644",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36644",
"Z36644K1": "Z36617"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z889",
"Z889K2": [
"Z1"
],
"Z889K3": "Z19316"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English goose has no inherent features"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
pou2k6mrwnnxj9ey915ekfpqyyw3gmt
Z36647
0
86188
285090
2026-06-21T14:24:58Z
Denny
81
285090
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36647"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36644",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36644",
"Z36644K1": "Z36645"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z889",
"Z889K2": [
"Z1",
{
"Z1K1": "Z6091",
"Z6091K1": "Q1775415"
}
],
"Z889K3": "Z19316"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "German Gans is feminine"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
n308ag54g1gmt6kkeu3azene27ga7y4
Z36648
0
86189
285092
2026-06-21T14:26:01Z
Denny
81
285092
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36648"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36644",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z803",
"Z803K1": {
"Z1K1": "Z39",
"Z39K1": "Z36462K3"
},
"Z803K2": {
"Z1K1": "Z18",
"Z18K1": "Z36644K1"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "value by key Z36462K3"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
rvg6q1nchboz44y9fsm43ge4ab2ft7u
Z36649
0
86190
285098
2026-06-21T14:31:43Z
Jsamwrites
938
285098
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36649"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36631",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z31684",
"Z31684K1": {
"Z1K1": "Z7",
"Z7K1": "Z14310",
"Z14310K1": "Z34281",
"Z14310K2": {
"Z1K1": "Z18",
"Z18K1": "Z36631K1"
}
},
"Z31684K2": {
"Z1K1": "Z18",
"Z18K1": "Z36631K1"
},
"Z31684K3": {
"Z1K1": "Z18",
"Z18K1": "Z36631K2"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "logo image from Wikidata, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
sg7zhd2pzyc9o6svl8u1r8dupknrlke
285100
285098
2026-06-21T14:32:21Z
Jsamwrites
938
285100
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36649"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36631",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z31684",
"Z31684K1": {
"Z1K1": "Z7",
"Z7K1": "Z14310",
"Z14310K1": "Z36633",
"Z14310K2": {
"Z1K1": "Z18",
"Z18K1": "Z36631K1"
}
},
"Z31684K2": {
"Z1K1": "Z18",
"Z18K1": "Z36631K1"
},
"Z31684K3": {
"Z1K1": "Z18",
"Z18K1": "Z36631K2"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "logo image from Wikidata, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
brkhbdf04dz14asr0knk035k3gqo6et
285107
285100
2026-06-21T14:37:48Z
Jsamwrites
938
285107
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36649"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36631",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z31684",
"Z31684K1": {
"Z1K1": "Z7",
"Z7K1": "Z14310",
"Z14310K1": "Z36633",
"Z14310K2": {
"Z1K1": "Z18",
"Z18K1": "Z36631K2"
}
},
"Z31684K2": {
"Z1K1": "Z18",
"Z18K1": "Z36631K1"
},
"Z31684K3": {
"Z1K1": "Z18",
"Z18K1": "Z36631K2"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "logo image from Wikidata, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
d7rtpjrga8gd1dgmxmoxa63mwpcercj
Z36650
0
86191
285102
2026-06-21T14:33:24Z
Denny
81
285102
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36650"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36650K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z36463"
},
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36650"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "options of table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the Syntactic options of a Syntactic table"
}
]
}
}
osujcebm4bqc0do11uiw29r85dypnau
285106
285102
2026-06-21T14:35:15Z
Denny
81
Added Z36651 to the approved list of implementations
285106
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36650"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36650K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z36463"
},
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z36651"
],
"Z8K5": "Z36650"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "options of table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the Syntactic options of a Syntactic table"
}
]
}
}
kmdsuchhpwyk4z54vp9hm81gspo9vyo
285407
285106
2026-06-22T06:37:22Z
Denny
81
Added Z36708 to the approved list of test cases
285407
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36650"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36650K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z36463"
},
"Z8K3": [
"Z20",
"Z36708"
],
"Z8K4": [
"Z14",
"Z36651"
],
"Z8K5": "Z36650"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "options of table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the Syntactic options of a Syntactic table"
}
]
}
}
71q9m6z9iw18mc8szm8ydi08ai7zeki
285409
285407
2026-06-22T06:38:49Z
Denny
81
Added Z36710 to the approved list of test cases
285409
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36650"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36650K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z36463"
},
"Z8K3": [
"Z20",
"Z36708",
"Z36710"
],
"Z8K4": [
"Z14",
"Z36651"
],
"Z8K5": "Z36650"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "options of table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the Syntactic options of a Syntactic table"
}
]
}
}
dusqfwkjx07hymklgk4vvt6r80dsxnc
285412
285409
2026-06-22T06:40:09Z
Denny
81
Added Z36712 to the approved list of test cases
285412
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36650"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36650K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z36463"
},
"Z8K3": [
"Z20",
"Z36708",
"Z36710",
"Z36712"
],
"Z8K4": [
"Z14",
"Z36651"
],
"Z8K5": "Z36650"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "options of table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the Syntactic options of a Syntactic table"
}
]
}
}
lqkk80dnun7jl0l4s4fnwgcxyx01y3z
285427
285412
2026-06-22T07:09:12Z
Denny
81
Added Z36716 to the approved list of test cases
285427
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36650"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36650K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z36463"
},
"Z8K3": [
"Z20",
"Z36708",
"Z36710",
"Z36712",
"Z36716"
],
"Z8K4": [
"Z14",
"Z36651"
],
"Z8K5": "Z36650"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "options of table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the Syntactic options of a Syntactic table"
}
]
}
}
h3snbm8t7xtq33w6k89upg6llmxx0na
Z36651
0
86192
285105
2026-06-21T14:35:05Z
Denny
81
285105
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36651"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36650",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z803",
"Z803K1": {
"Z1K1": "Z39",
"Z39K1": "Z36462K4"
},
"Z803K2": {
"Z1K1": "Z18",
"Z18K1": "Z36650K1"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "value by key Z36462K4"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
tqlc2q8g5gqlcgh7z5v75qb4xt38kcg
Z36652
0
86193
285109
2026-06-21T14:43:15Z
Denny
81
285109
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36652"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36652K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z13518",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36652"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "number of options"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the number of Syntactic options of the given Syntactic table"
}
]
}
}
6649s7h4f990fwmm9a06xyaru00rzeb
285111
285109
2026-06-21T14:44:04Z
Denny
81
Added Z36653 to the approved list of test cases
285111
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36652"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36652K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z13518",
"Z8K3": [
"Z20",
"Z36653"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36652"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "number of options"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the number of Syntactic options of the given Syntactic table"
}
]
}
}
m8y6mpvicqfdhphxrk9z5og68y3d7yx
285113
285111
2026-06-21T14:44:57Z
Denny
81
Added Z36654 to the approved list of test cases
285113
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36652"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36652K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z13518",
"Z8K3": [
"Z20",
"Z36653",
"Z36654"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36652"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "number of options"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the number of Syntactic options of the given Syntactic table"
}
]
}
}
a9dralvz44zfmuegoec5s77endsuopr
285115
285113
2026-06-21T14:45:47Z
Denny
81
Added Z36655 to the approved list of implementations
285115
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36652"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36652K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z13518",
"Z8K3": [
"Z20",
"Z36653",
"Z36654"
],
"Z8K4": [
"Z14",
"Z36655"
],
"Z8K5": "Z36652"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "number of options"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the number of Syntactic options of the given Syntactic table"
}
]
}
}
c96sjxt14ujrwets6aa779p6yfb73ox
Z36653
0
86194
285110
2026-06-21T14:43:54Z
Denny
81
285110
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36653"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36652",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36652",
"Z36652K1": "Z36617"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z13522",
"Z13522K2": {
"Z1K1": "Z13518",
"Z13518K1": "2"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "goose (en) has 2 options"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
6tk8bnrgql8dudjnbh2rhmlopmoirjb
Z36654
0
86195
285112
2026-06-21T14:44:46Z
Denny
81
285112
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36654"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36652",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36652",
"Z36652K1": "Z36645"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z13522",
"Z13522K2": {
"Z1K1": "Z13518",
"Z13518K1": "8"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Gaans (de) has 8 options"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
feajzsvktrs4m1adhpaa1pttsqain0e
Z36655
0
86196
285114
2026-06-21T14:45:37Z
Denny
81
285114
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36655"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36652",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z12681",
"Z12681K1": {
"Z1K1": "Z7",
"Z7K1": "Z36650",
"Z36650K1": {
"Z1K1": "Z18",
"Z18K1": "Z36652K1"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "length of options of table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
fbeiooe2w6g4b485583ozo114x3x1pc
Z36656
0
86197
285124
2026-06-21T14:56:06Z
Denny
81
285124
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36656"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z17K2": "Z36656K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "options"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z89",
"Z17K2": "Z36656K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "fragment"
}
]
}
}
],
"Z8K2": "Z36463",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36656"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Create Syntactic option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Constructs a Syntactic option from a list of grammatical features when this option applies and the HTML fragment"
}
]
}
}
s32fvtecvnkcmhyadpk2xcsgzua5cbj
285126
285124
2026-06-21T14:56:54Z
Denny
81
Added Z36657 to the approved list of implementations
285126
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36656"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z17K2": "Z36656K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "options"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z89",
"Z17K2": "Z36656K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "fragment"
}
]
}
}
],
"Z8K2": "Z36463",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z36657"
],
"Z8K5": "Z36656"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Create Syntactic option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Constructs a Syntactic option from a list of grammatical features when this option applies and the HTML fragment"
}
]
}
}
a0oz1mz3o96tb87pfwjkn99yr8ep5ij
285233
285126
2026-06-21T17:52:12Z
Denny
81
Added Z36680 to the approved list of test cases
285233
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36656"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z17K2": "Z36656K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "options"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z89",
"Z17K2": "Z36656K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "fragment"
}
]
}
}
],
"Z8K2": "Z36463",
"Z8K3": [
"Z20",
"Z36680"
],
"Z8K4": [
"Z14",
"Z36657"
],
"Z8K5": "Z36656"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Create Syntactic option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Constructs a Syntactic option from a list of grammatical features when this option applies and the HTML fragment"
}
]
}
}
dbjssl0ycwu2dzlh32i0h0775jsdo8f
285237
285233
2026-06-21T17:53:19Z
Denny
81
Added Z36681 to the approved list of test cases
285237
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36656"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z17K2": "Z36656K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "options"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z89",
"Z17K2": "Z36656K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "fragment"
}
]
}
}
],
"Z8K2": "Z36463",
"Z8K3": [
"Z20",
"Z36680",
"Z36681"
],
"Z8K4": [
"Z14",
"Z36657"
],
"Z8K5": "Z36656"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Create Syntactic option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Constructs a Syntactic option from a list of grammatical features when this option applies and the HTML fragment"
}
]
}
}
5yry1zwaxxdty434uumbqd8ge8vs084
Z36657
0
86198
285125
2026-06-21T14:56:45Z
Denny
81
285125
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36657"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36656",
"Z14K2": {
"Z1K1": "Z36463",
"Z36463K1": {
"Z1K1": "Z18",
"Z18K1": "Z36656K1"
},
"Z36463K2": {
"Z1K1": "Z18",
"Z18K1": "Z36656K2"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "construct from pieces"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
19v403ybxj8xjsckyubts0a2xos53r5
Z36658
0
86199
285128
2026-06-21T14:58:26Z
Denny
81
285128
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36658"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z36463"
},
"Z17K2": "Z36658K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "options"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z36658K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string"
}
]
}
}
],
"Z8K2": "Z36463",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36658"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Create Syntactic option from options and String"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Constructs a Syntactic option from a list of grammatical features when this option applies and a String"
}
]
}
}
subr6lpddena5fcy34znvovi6j5wx1b
285132
285128
2026-06-21T15:01:42Z
Denny
81
285132
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36658"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z17K2": "Z36658K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "options"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z36658K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string"
}
]
}
}
],
"Z8K2": "Z36463",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36658"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Create Syntactic option from options and String"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Constructs a Syntactic option from a list of grammatical features when this option applies and a String"
}
]
}
}
ca85shx1zze773n05y8xh8z6t874urx
285133
285132
2026-06-21T15:02:03Z
Denny
81
Added Z36659 to the approved list of implementations
285133
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36658"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z17K2": "Z36658K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "options"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z36658K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string"
}
]
}
}
],
"Z8K2": "Z36463",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z36659"
],
"Z8K5": "Z36658"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Create Syntactic option from options and String"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Constructs a Syntactic option from a list of grammatical features when this option applies and a String"
}
]
}
}
qwpkha49zkcr6i1n1no8lzv1cmd1ivw
285393
285133
2026-06-22T06:29:21Z
Denny
81
Added Z36704 to the approved list of test cases
285393
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36658"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z17K2": "Z36658K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "options"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z36658K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string"
}
]
}
}
],
"Z8K2": "Z36463",
"Z8K3": [
"Z20",
"Z36704"
],
"Z8K4": [
"Z14",
"Z36659"
],
"Z8K5": "Z36658"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Create Syntactic option from options and String"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Constructs a Syntactic option from a list of grammatical features when this option applies and a String"
}
]
}
}
fd6jyi0ttob487jzs5xqc0k49fdycgc
Z36659
0
86200
285131
2026-06-21T15:00:42Z
Denny
81
285131
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36659"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36658",
"Z14K2": {
"Z1K1": "Z36463",
"Z36463K1": {
"Z1K1": "Z18",
"Z18K1": "Z36658K1"
},
"Z36463K2": {
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z18",
"Z18K1": "Z36658K2"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string to HTML fragment for string"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
r8c6fbdcdqxpq5llvaemsfvcsa9o531
Z36660
0
86201
285134
2026-06-21T15:03:50Z
Denny
81
285134
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36660"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z17K2": "Z36660K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "options"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z11",
"Z17K2": "Z36660K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "text"
}
]
}
}
],
"Z8K2": "Z36463",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36660"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Create Syntactic option with options and mono text"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Constructs a Syntactic option from a list of grammatical features when this option applies and a Monolingual text. The language of the text is ignored."
}
]
}
}
c8lvu21sduvngiya05gme1t77g5str5
285139
285134
2026-06-21T15:09:05Z
Denny
81
Added Z36661 to the approved list of implementations
285139
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36660"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z17K2": "Z36660K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "options"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z11",
"Z17K2": "Z36660K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "text"
}
]
}
}
],
"Z8K2": "Z36463",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z36661"
],
"Z8K5": "Z36660"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Create Syntactic option with options and mono text"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Constructs a Syntactic option from a list of grammatical features when this option applies and a Monolingual text. The language of the text is ignored."
}
]
}
}
a6b65rjb21565w8alt75fk7l0qd2p49
285376
285139
2026-06-22T06:25:18Z
Denny
81
Added Z36698 to the approved list of test cases
285376
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36660"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z17K2": "Z36660K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "options"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z11",
"Z17K2": "Z36660K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "text"
}
]
}
}
],
"Z8K2": "Z36463",
"Z8K3": [
"Z20",
"Z36698"
],
"Z8K4": [
"Z14",
"Z36661"
],
"Z8K5": "Z36660"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Create Syntactic option with options and mono text"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Constructs a Syntactic option from a list of grammatical features when this option applies and a Monolingual text. The language of the text is ignored."
}
]
}
}
a7am53avj94wjoqk9ncna6o9af94m7b
Z36661
0
86202
285138
2026-06-21T15:08:39Z
Denny
81
285138
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36661"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36660",
"Z14K2": {
"Z1K1": "Z36463",
"Z36463K1": {
"Z1K1": "Z18",
"Z18K1": "Z36660K1"
},
"Z36463K2": {
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z18",
"Z18K1": "Z36660K2"
}
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "str to HTML of str of mono text"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
rqkusv1y5jnd0kxilix99jwu3b3gzzw
Z36662
0
86203
285141
2026-06-21T15:11:43Z
Denny
81
285141
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36662"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36662K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "option"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36662"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "features of option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ig621xl31xomty1kmlzljo8ml5y3qux
285143
285141
2026-06-21T15:14:40Z
Denny
81
Added Z36663 to the approved list of test cases
285143
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36662"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36662K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "option"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z8K3": [
"Z20",
"Z36663"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36662"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "features of option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
lt8sb39gktelhtp82yv5joiy0lwjmow
285145
285143
2026-06-21T15:15:49Z
Denny
81
Added Z36664 to the approved list of test cases
285145
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36662"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36662K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "option"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z8K3": [
"Z20",
"Z36663",
"Z36664"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36662"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "features of option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
nmo02x3mflsd86dn6vj66zr0y6eu36l
285148
285145
2026-06-21T15:17:59Z
Denny
81
Added Z36665 to the approved list of implementations
285148
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36662"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36662K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "option"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z8K3": [
"Z20",
"Z36663",
"Z36664"
],
"Z8K4": [
"Z14",
"Z36665"
],
"Z8K5": "Z36662"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "features of option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
mcc62ghfkj7zyl6y2xaduall6tek262
285152
285148
2026-06-21T15:21:41Z
Denny
81
285152
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36662"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36662K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "option"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z8K3": [
"Z20",
"Z36663",
"Z36664"
],
"Z8K4": [
"Z14",
"Z36665"
],
"Z8K5": "Z36662"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "features of option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns a list of Wikidata item references for the features of this option"
}
]
}
}
hi15stim38nzjmh89kvgg8so4dvsusk
Z36663
0
86204
285142
2026-06-21T15:14:31Z
Denny
81
285142
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36663"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36662",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36662",
"Z36662K1": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q146233"
}
],
"Z36463K2": {
"Z1K1": "Z89"
}
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z889",
"Z889K2": [
"Z1",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q146233"
}
],
"Z889K3": "Z19316"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Gänsen (de) is plural genitive"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
af9zn0v0yt74qx5u3me8nhdpi0qtv0w
Z36664
0
86205
285144
2026-06-21T15:15:39Z
Denny
81
285144
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36664"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36662",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36662",
"Z36662K1": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "goose"
}
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z889",
"Z889K2": [
"Z1",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z889K3": "Z19316"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "goose is singular"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
9nv8b5ti6gmbcpw3lfx5kqpciw42kyn
Z36665
0
86206
285147
2026-06-21T15:17:42Z
Denny
81
285147
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36665"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36662",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z803",
"Z803K1": {
"Z1K1": "Z39",
"Z39K1": "Z36463K1"
},
"Z803K2": {
"Z1K1": "Z18",
"Z18K1": "Z36662K1"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "value by key Z36463K1"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
6tyuxostbz4t8jz8sxuvoiw9gewx00k
Z36666
0
86207
285153
2026-06-21T15:22:13Z
Denny
81
285153
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36666"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36666K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "option"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36666"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "fragment of option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the HTML fragment of a given Syntactic option"
}
]
}
}
saw0opdcef5zq7lvabuv9i8xlu09tvi
285157
285153
2026-06-21T15:26:31Z
Denny
81
Added Z36667 and Z36668 to the approved list of test cases
285157
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36666"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36666K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "option"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z36667",
"Z36668"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36666"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "fragment of option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the HTML fragment of a given Syntactic option"
}
]
}
}
s8lnisd73cnmnyt4pobgmrld0xzo5ji
285159
285157
2026-06-21T15:27:46Z
Denny
81
Added Z36669 to the approved list of implementations
285159
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36666"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36666K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "option"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z36667",
"Z36668"
],
"Z8K4": [
"Z14",
"Z36669"
],
"Z8K5": "Z36666"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "fragment of option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the HTML fragment of a given Syntactic option"
}
]
}
}
libx758ugbb67s7ifqsy9rsjenao7tm
Z36667
0
86208
285155
2026-06-21T15:25:35Z
Denny
81
285155
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36667"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36666",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36666",
"Z36666K1": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "eye"
}
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z877",
"Z877K2": {
"Z1K1": "Z89",
"Z89K1": "eye"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "eye is eye"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
r90k59xyhyyn4m37ok3gahz20as8656
Z36668
0
86209
285156
2026-06-21T15:26:21Z
Denny
81
285156
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36668"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36666",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36666",
"Z36666K1": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q146078"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gänse"
}
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z877",
"Z877K2": {
"Z1K1": "Z89",
"Z89K1": "Gänse"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Gänse is Gänse"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ljq6wydqp02bn3jin4hixmw8751xwkb
Z36669
0
86210
285158
2026-06-21T15:27:33Z
Denny
81
285158
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36669"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36666",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z803",
"Z803K1": {
"Z1K1": "Z39",
"Z39K1": "Z36463K2"
},
"Z803K2": {
"Z1K1": "Z18",
"Z18K1": "Z36666K1"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "value by key Z36463K2"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
sgmkllg7ndgkbrq1arg0x0slm2u55g7
Z36670
0
86211
285160
2026-06-21T15:31:33Z
Denny
81
285160
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36670"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36670K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "this"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36670K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "that"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36670"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Syntactic option equality"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"same Syntactic option"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "whether two Syntactic options are the same. The order of the features in the option does not matter."
}
]
}
}
s7js0nlkoo40iqlx0ooeatgpr6zecau
285163
285160
2026-06-21T15:40:27Z
Denny
81
Added Z36671 to the approved list of test cases
285163
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36670"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36670K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "this"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36670K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "that"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36671"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36670"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Syntactic option equality"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"same Syntactic option"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "whether two Syntactic options are the same. The order of the features in the option does not matter."
}
]
}
}
1h9vlqbp82n5871npqtcwv1lrzxohyw
285165
285163
2026-06-21T16:06:26Z
Denny
81
Added Z36672 to the approved list of test cases
285165
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36670"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36670K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "this"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36670K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "that"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36671",
"Z36672"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36670"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Syntactic option equality"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"same Syntactic option"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "whether two Syntactic options are the same. The order of the features in the option does not matter."
}
]
}
}
a4ywgfwrx9wla8d50bv4zoz80j9syrk
285167
285165
2026-06-21T16:07:34Z
Denny
81
Added Z36673 to the approved list of test cases
285167
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36670"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36670K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "this"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36670K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "that"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36671",
"Z36672",
"Z36673"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36670"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Syntactic option equality"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"same Syntactic option"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "whether two Syntactic options are the same. The order of the features in the option does not matter."
}
]
}
}
8bfwsll3nipoxtuzypqc7cujhms7q59
285169
285167
2026-06-21T16:08:25Z
Denny
81
Added Z36674 to the approved list of test cases
285169
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36670"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36670K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "this"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36670K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "that"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36671",
"Z36672",
"Z36673",
"Z36674"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36670"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Syntactic option equality"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"same Syntactic option"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "whether two Syntactic options are the same. The order of the features in the option does not matter."
}
]
}
}
kvri8ghgzkilp0rx9r1zlhp14cqhwdn
285171
285169
2026-06-21T16:09:26Z
Denny
81
Added Z36675 to the approved list of test cases
285171
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36670"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36670K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "this"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36670K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "that"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36671",
"Z36672",
"Z36673",
"Z36674",
"Z36675"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36670"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Syntactic option equality"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"same Syntactic option"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "whether two Syntactic options are the same. The order of the features in the option does not matter."
}
]
}
}
a99441xjqbxl04gujd0wrx7dv3h58t0
285173
285171
2026-06-21T16:11:14Z
Denny
81
Added Z36676 to the approved list of test cases
285173
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36670"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36670K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "this"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36670K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "that"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36671",
"Z36672",
"Z36673",
"Z36674",
"Z36675",
"Z36676"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36670"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Syntactic option equality"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"same Syntactic option"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "whether two Syntactic options are the same. The order of the features in the option does not matter."
}
]
}
}
dufoeyzpzier5le8h66fhw8kwzphj2v
285207
285173
2026-06-21T17:21:12Z
Denny
81
Added Z36677 to the approved list of implementations
285207
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36670"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36670K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "this"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36670K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "that"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36671",
"Z36672",
"Z36673",
"Z36674",
"Z36675",
"Z36676"
],
"Z8K4": [
"Z14",
"Z36677"
],
"Z8K5": "Z36670"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Syntactic option equality"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"same Syntactic option"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "whether two Syntactic options are the same. The order of the features in the option does not matter."
}
]
}
}
6ao8bzytqc9sjrdchi5xnsybie1wukm
285208
285207
2026-06-21T17:21:38Z
Denny
81
285208
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36670"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36670K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "this"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36463",
"Z17K2": "Z36670K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "that"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36671",
"Z36672",
"Z36673",
"Z36674",
"Z36675",
"Z36676"
],
"Z8K4": [
"Z14",
"Z36677"
],
"Z8K5": "Z36670"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Syntactic option equality"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"same Syntactic option",
"same option"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "whether two Syntactic options are the same. The order of the features in the option does not matter."
}
]
}
}
13of2piizy6zyjkui3uae1dhys60ybw
Z36671
0
86212
285162
2026-06-21T15:40:14Z
Denny
81
285162
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36671"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36670",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36670",
"Z36670K1": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "geese"
}
},
"Z36670K2": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "geese"
}
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z41"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "geese in plural"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
l6i12h2fdwtiuoizvt6f6wbixcxwaxm
Z36672
0
86213
285164
2026-06-21T15:41:49Z
Denny
81
285164
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36672"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36670",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36670",
"Z36670K1": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "fish"
}
},
"Z36670K2": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "fish"
}
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "fish singular ≠ fish plural"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
shwroviv257tkbd2r3zkbeyq5116kkc
Z36673
0
86214
285166
2026-06-21T16:07:24Z
Denny
81
285166
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36673"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36670",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36670",
"Z36670K1": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Haus"
}
},
"Z36670K2": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Haus"
}
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z41"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "different order of features"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
5akjued21yh381e3rsr2z3muqeg8od6
Z36674
0
86215
285168
2026-06-21T16:08:14Z
Denny
81
285168
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36674"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36670",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36670",
"Z36670K1": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
}
],
"Z36463K2": {
"Z1K1": "Z89"
}
},
"Z36670K2": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
}
],
"Z36463K2": {
"Z1K1": "Z89"
}
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z41"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Haus (de) singular nominative"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
i6pkywg0benzdsl3h439x7p4deryhf9
285209
285168
2026-06-21T17:23:18Z
Denny
81
285209
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36674"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36670",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36670",
"Z36670K1": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
}
],
"Z36463K2": {
"Z1K1": "Z89"
}
},
"Z36670K2": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
}
],
"Z36463K2": {
"Z1K1": "Z89"
}
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z41"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Haus (de) nominative singular"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
dgyxze9jz72392xg55290hvxqwye91d
285210
285209
2026-06-21T17:25:01Z
Denny
81
285210
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36674"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36670",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36670",
"Z36670K1": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Haus"
}
},
"Z36670K2": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Haus"
}
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z41"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Haus (de) nominative singular"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
91rgxy7j23z5b1kju6wmd1l5lky6776
Z36675
0
86216
285170
2026-06-21T16:09:16Z
Denny
81
285170
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36675"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36670",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36670",
"Z36670K1": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Haus"
}
},
"Z36670K2": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Häuser"
}
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "singular ≠ plural"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
i8sm8x20bhj8htrdzxnerzdpeylmtmz
Z36676
0
86217
285172
2026-06-21T16:11:01Z
Denny
81
285172
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36676"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36670",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36670",
"Z36670K1": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Haus"
}
},
"Z36670K2": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q146078"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Haus"
}
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "different cases, same form"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
bv4xkxmcj78p1yikole8hxe8qufp9on
Z36677
0
86218
285174
2026-06-21T16:20:52Z
Denny
81
285174
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36677"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36670",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z877",
"Z877K1": {
"Z1K1": "Z7",
"Z7K1": "Z36666",
"Z36666K1": {
"Z1K1": "Z18",
"Z18K1": "Z36670K1"
}
},
"Z877K2": {
"Z1K1": "Z7",
"Z7K1": "Z36666",
"Z36666K1": {
"Z1K1": "Z18",
"Z18K1": "Z36670K2"
}
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z34273",
"Z34273K1": {
"Z1K1": "Z7",
"Z7K1": "Z36662",
"Z36662K1": {
"Z1K1": "Z18",
"Z18K1": "Z36670K1"
}
},
"Z34273K2": {
"Z1K1": "Z7",
"Z7K1": "Z36662",
"Z36662K1": {
"Z1K1": "Z18",
"Z18K1": "Z36670K2"
}
}
},
"Z802K3": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "if same fragment then set equal features"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
lvt935nvix634gn2u63sv2ccbgx81bv
285175
285174
2026-06-21T16:22:34Z
Denny
81
285175
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36677"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36670",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z877",
"Z877K1": {
"Z1K1": "Z7",
"Z7K1": "Z36666",
"Z36666K1": {
"Z1K1": "Z18",
"Z18K1": "Z36670K1"
}
},
"Z877K2": {
"Z1K1": "Z7",
"Z7K1": "Z36666",
"Z36666K1": {
"Z1K1": "Z18",
"Z18K1": "Z36670K2"
}
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z34273",
"Z34273K1": {
"Z1K1": "Z7",
"Z7K1": "Z36662",
"Z36662K1": {
"Z1K1": "Z18",
"Z18K1": "Z36670K1"
}
},
"Z34273K2": {
"Z1K1": "Z7",
"Z7K1": "Z36662",
"Z36662K1": {
"Z1K1": "Z18",
"Z18K1": "Z36670K2"
}
}
},
"Z802K3": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "if same fragment then set equality of features"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
pgkj48fsosirodlbmgmazmp0wzuurdw
285196
285175
2026-06-21T17:04:42Z
Virinas-code
2884
Use proper set equality function
285196
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36677"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36670",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z877",
"Z877K1": {
"Z1K1": "Z7",
"Z7K1": "Z36666",
"Z36666K1": {
"Z1K1": "Z18",
"Z18K1": "Z36670K1"
}
},
"Z877K2": {
"Z1K1": "Z7",
"Z7K1": "Z36666",
"Z36666K1": {
"Z1K1": "Z18",
"Z18K1": "Z36670K2"
}
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z34270",
"Z34270K1": {
"Z1K1": "Z7",
"Z7K1": "Z36662",
"Z36662K1": {
"Z1K1": "Z18",
"Z18K1": "Z36670K1"
}
},
"Z34270K2": {
"Z1K1": "Z7",
"Z7K1": "Z36662",
"Z36662K1": {
"Z1K1": "Z18",
"Z18K1": "Z36670K2"
}
}
},
"Z802K3": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "if same fragment then set equality of features"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
sf9jmsyfr6zp23vhvfig7iiqv55defl
Z36678
0
86219
285180
2026-06-21T16:44:07Z
Jsamwrites
938
285180
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36678"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36678K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36678K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36678"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for city"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
7msxyjhtu3v0q8tru4z5r31ilp09q17
285186
285180
2026-06-21T16:54:27Z
Jsamwrites
938
Added Z36679 to the approved list of implementations
285186
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36678"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36678K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36678K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z36679"
],
"Z8K5": "Z36678"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for city"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
2dh1oxm5601a9hnvibbw751eed4t47e
Z36679
0
86220
285185
2026-06-21T16:54:12Z
Jsamwrites
938
285185
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36679"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36678",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z7",
"Z7K1": "Z33325",
"Z33325K1": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36678K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36678K2"
}
}
}
},
"Z33328K2": {
"Z1K1": "Z7",
"Z7K1": "Z33319",
"Z33319K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z33322",
"Z33322K1": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q937228"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36678K2"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z33322",
"Z33322K1": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q11028"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36678K2"
}
}
}
}
]
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z33319",
"Z33319K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z33315",
"Z33315K1": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q6256"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36678K2"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z33315",
"Z33315K1": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z7",
"Z7K1": "Z21449",
"Z21449K1": {
"Z1K1": "Z6092",
"Z6092K1": "P17"
},
"Z21449K2": {
"Z1K1": "Z7",
"Z7K1": "Z6821",
"Z6821K1": {
"Z1K1": "Z18",
"Z18K1": "Z36678K1"
}
}
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36678K2"
}
}
}
}
]
},
{
"Z1K1": "Z7",
"Z7K1": "Z33319",
"Z33319K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z33315",
"Z33315K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q12143"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36678K2"
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z33315",
"Z33315K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z7",
"Z7K1": "Z21449",
"Z21449K1": {
"Z1K1": "Z6092",
"Z6092K1": "P421"
},
"Z21449K2": {
"Z1K1": "Z18",
"Z18K1": "Z36678K1"
}
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36678K2"
}
}
}
]
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for city, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
9jlx5f0ekrafods2ms8f4si7686ftpw
285189
285185
2026-06-21T16:56:29Z
Jsamwrites
938
285189
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36679"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36678",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z7",
"Z7K1": "Z33325",
"Z33325K1": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36678K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36678K2"
}
}
}
},
"Z33328K2": {
"Z1K1": "Z7",
"Z7K1": "Z33319",
"Z33319K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z33322",
"Z33322K1": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q937228"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36678K2"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z33322",
"Z33322K1": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q11028"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36678K2"
}
}
}
}
]
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z33319",
"Z33319K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z33315",
"Z33315K1": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q6256"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36678K2"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z33315",
"Z33315K1": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z7",
"Z7K1": "Z21449",
"Z21449K1": {
"Z1K1": "Z6092",
"Z6092K1": "P17"
},
"Z21449K2": {
"Z1K1": "Z7",
"Z7K1": "Z6821",
"Z6821K1": {
"Z1K1": "Z18",
"Z18K1": "Z36678K1"
}
}
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36678K2"
}
}
}
}
]
},
{
"Z1K1": "Z7",
"Z7K1": "Z33319",
"Z33319K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z33315",
"Z33315K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q12143"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36678K2"
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z33315",
"Z33315K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z7",
"Z7K1": "Z21449",
"Z21449K1": {
"Z1K1": "Z6092",
"Z6092K1": "P421"
},
"Z21449K2": {
"Z1K1": "Z7",
"Z7K1": "Z6821",
"Z6821K1": {
"Z1K1": "Z18",
"Z18K1": "Z36678K1"
}
}
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36678K2"
}
}
}
]
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for city, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
g55mopaf5xcyeq6x2mufl2d56vax81d
Talk:Z36677/Wrong set equality
1
86221
285198
2026-06-21T17:07:01Z
Virinas-code
2884
Created page with "== Wrong set equality == Test case {{Z|36677}} is implemented using {{Z|34273}}. However, {{Z|34273}} is a special function which only accepts '''set objects''' as inputs, where '''set objects''' can be represented as <code>Typed list(Set)</code> - meaning '''set objects''' are a recursive type which can only contain other sets, while you seem to be working with HTML fragments! I am sorry if {{Z|34273}}'s documentation is unclear, I'll try to update it. User:Virinas-..."
285198
wikitext
text/x-wiki
== Wrong set equality ==
Test case {{Z|36677}} is implemented using {{Z|34273}}. However, {{Z|34273}} is a special function which only accepts '''set objects''' as inputs, where '''set objects''' can be represented as <code>Typed list(Set)</code> - meaning '''set objects''' are a recursive type which can only contain other sets, while you seem to be working with HTML fragments!
I am sorry if {{Z|34273}}'s documentation is unclear, I'll try to update it. [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 16:52, 21 June 2026 (UTC)
:If you need to test for typed list equality while ignoring duplicates and order, check out {{Z|34404}} ;) [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 16:53, 21 June 2026 (UTC)
:Updated the documentation to make it clear that {{Z|34273}} is equality of [[w:Hereditary set|hereditary sets]], the type I described in my previous message. [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 17:00, 21 June 2026 (UTC)
:I believe {{Z|34270}} is the function you're looking for! [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 17:02, 21 June 2026 (UTC)
:Updated it to use {{Z|34270}}. Sorry for the inconvenience caused by my improper naming!! [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 17:05, 21 June 2026 (UTC)
arswh6lnmvfv9ngopy2w67hssfqsuuf
285304
285198
2026-06-21T20:17:00Z
Virinas-code
2884
285304
wikitext
text/x-wiki
{{Delete|Author's request, this topic was put on [[Talk:Z36677]] as a section instead of a subpage.}}
== Wrong set equality ==
Test case {{Z|36677}} is implemented using {{Z|34273}}. However, {{Z|34273}} is a special function which only accepts '''set objects''' as inputs, where '''set objects''' can be represented as <code>Typed list(Set)</code> - meaning '''set objects''' are a recursive type which can only contain other sets, while you seem to be working with HTML fragments!
I am sorry if {{Z|34273}}'s documentation is unclear, I'll try to update it. [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 16:52, 21 June 2026 (UTC)
:If you need to test for typed list equality while ignoring duplicates and order, check out {{Z|34404}} ;) [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 16:53, 21 June 2026 (UTC)
:Updated the documentation to make it clear that {{Z|34273}} is equality of [[w:Hereditary set|hereditary sets]], the type I described in my previous message. [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 17:00, 21 June 2026 (UTC)
:I believe {{Z|34270}} is the function you're looking for! [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 17:02, 21 June 2026 (UTC)
:Updated it to use {{Z|34270}}. Sorry for the inconvenience caused by my improper naming!! [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 17:05, 21 June 2026 (UTC)
etdue5i0fz6sh4ysdytwhqrjysckfyo
Talk:Z36677
1
86222
285201
2026-06-21T17:11:21Z
Virinas-code
2884
Created page with "<section begin="Wrong set equality" /> == Wrong set equality == Test case {{Z|36677}} is implemented using {{Z|34273}}. However, {{Z|34273}} is a special function which only accepts '''set objects''' as inputs, where '''set objects''' can be represented as <code>Typed list(Set)</code> - meaning '''set objects''' are a recursive type which can only contain other sets, while you seem to be working with HTML fragments! I am sorry if {{Z|34273}}'s documentation is unclear,..."
285201
wikitext
text/x-wiki
<section begin="Wrong set equality" />
== Wrong set equality ==
Test case {{Z|36677}} is implemented using {{Z|34273}}. However, {{Z|34273}} is a special function which only accepts '''set objects''' as inputs, where '''set objects''' can be represented as <code>Typed list(Set)</code> - meaning '''set objects''' are a recursive type which can only contain other sets, while you seem to be working with HTML fragments!
I am sorry if {{Z|34273}}'s documentation is unclear, I'll try to update it. [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 16:52, 21 June 2026 (UTC)
:If you need to test for typed list equality while ignoring duplicates and order, check out {{Z|34404}} ;) [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 16:53, 21 June 2026 (UTC)
:Updated the documentation to make it clear that {{Z|34273}} is equality of [[w:Hereditary set|hereditary sets]], the type I described in my previous message. [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 17:00, 21 June 2026 (UTC)
:I believe {{Z|34270}} is the function you're looking for! [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 17:02, 21 June 2026 (UTC)
:Updated it to use {{Z|34270}}. Sorry for the inconvenience caused by my improper naming!! [[User:Virinas-code|Virinas-code]] ([[User talk:Virinas-code|talk]]) 17:05, 21 June 2026 (UTC)
<section end="Wrong set equality" />
3nlv4c1ke6pof42wc4q7it5w2qs9sh5
Translations:Wikifunctions:Status updates/2026-06-19/Page display title/de
1198
86223
285215
2026-06-21T17:45:17Z
Ameisenigel
44
Created page with "Wikifunctions:Status-Updates/2026-06-19"
285215
wikitext
text/x-wiki
Wikifunctions:Status-Updates/2026-06-19
nz833dd7797mtc9rgtdvk1gzr8aey6c
Wikifunctions:Status updates/2026-06-19/de
4
86224
285216
2026-06-21T17:45:18Z
Ameisenigel
44
Created page with "Wikifunctions:Status-Updates/2026-06-19"
285216
wikitext
text/x-wiki
<languages/>
{{Wikifunctions updates
| prevlabel = <span lang="en" dir="ltr" class="mw-content-ltr">Previous update</span>
| prev = 2026-06-12
| nextlabel = <span lang="en" dir="ltr" class="mw-content-ltr">Next update</span>
| next =
}}
<div lang="en" dir="ltr" class="mw-content-ltr">
=== The or not the, this is (the?) question ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Last week’s Volunteers’ Corner had a lively debate about one specific question ([[:commons:File:Abstract Wikipedia Volunteer Corner 2026-06.webm|recording available on Commons]]), contributed by [[User:Strobilomyces|Strobilomyces]]: if you want to make a sentence of the form ''“X is a Y.”'', sometimes the X requires the definite article “the”, and sometimes it does not. Here are a few examples:
</div>
* ''Paris is a city.''
* ''The Seine is a river.''
* ''Lake Superior is a lake.''
* ''The Atlantic is an ocean.''
* ''The Eiffel Tower is a monument.''
* ''Westminster Abbey is a monument.''
<span lang="en" dir="ltr" class="mw-content-ltr">The same is true for other languages that have definite articles, such as Spanish, French, or German. But each language has its own rules for the article. Here is an example sentence in four languages:</span>
* ''Latin is a language.''
* ''El latín es un idioma.''
* ''Le latin est une langue.''
* ''Latein ist eine Sprache.''
<div lang="en" dir="ltr" class="mw-content-ltr">
How to tackle this kind of issue?
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
There are in principle two extreme solutions, which both work – in principle:
</div>
# <span lang="en" dir="ltr" class="mw-content-ltr">Model whether each noun requires the definite article in Wikidata's Lexemes</span>
# <span lang="en" dir="ltr" class="mw-content-ltr">Have a smart Function that figures out whether a noun needs a definite article</span>
<div lang="en" dir="ltr" class="mw-content-ltr">
Both approaches have their challenges: the approach with the Lexemes would require many, many Lexemes, as we would now need Lexemes for every river, monument, ''etc.'' in every language with articles. That would be a lot of Lexemes. A smart Function on the other hand might need to deal with many special cases even to the level of individual words, because all languages have irregularities, making the implementations very large. But both approaches would work, in principle.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Another solution is, as so often, to meet in the middle: use a Function to get the answer for the cases that can be expressed with a Function easily, and use Lexemes for the exceptions. The Function would then always look up the Lexeme first, and only if none is found, apply the Function as a best-guess.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Where are we currently? Wikidata has a property, {{P|P5713}}, which is indeed used to state that specific senses require a determined article, e.g. for [[:q:Lexeme:L1012744#S1|the Indus]]. All of these uses on Wikidata are currently applied to Lexemes in English only. We also have two Functions, {{Z|Z32645}} and {{Z|Z32935}}, which both aim to answer whether an Item needs a definite article or not; again, only in English. So, we already have both parts of the puzzle at least available in principle, but neither of these seem to be integrated into the ways that Functions are actually used on Abstract Wikipedia, as can be seen ''e.g.'' on [[:abstract:Q243|the article for the Eiffel Tower]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
In a twist I didn’t expect, I gave [https://www.cse.chalmers.se/~aarne/ Aarne Ranta] a call after this Monday’s Volunteers’ Corner. Aarne is the founder of [[:en:Grammatical Framework (programming language)|Grammatical Framework]], one of the world’s leading symbolic natural language generation systems. Aarne has been an advisor for me and his work has been an inspiration for Abstract Wikipedia. So I asked him about this particular issue, and his first reaction was to laugh and to literally call it one of the hardest puzzles they had to solve. That was encouraging!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
So I would like to end with a Call to Action: let us focus on this issue together for a bit, across some of the relevant languages, in order to show that this is a problem we can tackle and solve. I think if we answer Strobilomyces’ challenge, which may be one of the harder issues for our approach to natural language generation, we can be much more confident about the feasibility of the whole approach.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Recent Changes in the software ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week, we made a few improvements to how Abstract Wikipedia articles and embedded Wikifunctions outputs will appear across wikis.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
On Abstract Wikipedia, empty articles now appear as red links in local wikitext and rendered fragments, consistent with how Wikipedia treats pages that have not been written yet ([[:phab:T424310|T424310]]). And when looking up labels for Abstract Wikipedia items, the system now falls back to <code>mul</code> (language-agnostic label) when no language-specific label exists ([[:phab:T427027|T427027]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
For embedded Wikifunctions, we fixed a bug that meant previewing embedded Wikifunctions' HTML outputs didn't work except on Wikifunctions.org itself ([[:phab:T426024|T426024]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
And as part of wider MediaWiki language support work, we've added [[Z2048]] (<code>sd-deva</code>) as a new [[Z60|Language]], and assigned <code>sd-arab</code> to [[Z1191]], in addition to the existing <code>sd</code> code ([[:phab:T411110|T411110]], [[:phab:T416161|T416161]], [[:phab:T418886|T418886]], and [[:phab:T426332|T426332]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== News in Types: Syntactic tables… but not yet ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
We invite you all to create new and discuss the existing [[Wikifunctions:Type proposals|Type proposals]] so we can keep on creating new Types. Thanks to all the community members contributing to the discussion and writing proposals, making it possible to extend the Wikifunctions to new domains!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Earlier this week we implemented the [[Wikifunctions:Type proposals/Syntactic table|Syntactic tables]] proposal, but it is still marked as experimental. So just be warned that it might be changed and even deprecated. On creation, the title exposed a bug with the UX for HTML fragments ([[:phab:T429379|T429379]]), which will be fixed next week. Until then, it's difficult to see the Type work. The experimental Type is here: {{Z|Z36462}}
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Initially, I was first planning to implement the proposals for [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] and [[Wikifunctions:Type proposals/Syntactic unit|Syntactic Unit]] Types, but after conferring with [[User:Mahir256|Mahir256]], who proposed the Types, it became clear that a number of features on the backend are still missing, so that their implementation at this point in time wouldn’t be useful. More details were discussed in this week’s NLG SIG meeting (see the next section).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== NLG SIG recording ===
</div>
[[File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|thumb|<span lang="en" dir="ltr" class="mw-content-ltr">Recording of June 2026 NLG SIG meeting</span>]]
<div lang="en" dir="ltr" class="mw-content-ltr">
This week’s [[Wikifunctions:NLG SIG|NLG SIG meeting]] was about discussing [[Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|the proposed new NLG types]], and was particularly focused on the [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] proposal. Thanks to [[User:Mahir256|Mahir]] for presenting the type, demoing tools, and so patiently answering questions. The [[:commons:File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|recording of the meeting is available on Commons]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Upcoming events ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Friday, 19 June 2026 at 18:30 local time, Denny will visit the [https://temporaerhaus.de/ temporärhaus] in Ulm, Germany, in order to introduce Wikidata, Wikifunctions, and Abstract Wikipedia, and discuss with the local community. Thanks to [[User:Hogü-456|Hogü-456]] for organizing the event!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
[[:wikimania:Special:MyLanguage/2026:Wikimania|Wikimania 2026]], the annual main conference for all things Wikimedia, will be in Paris, France from 21–25 July this year. [[User:Mahir256|Mahir256]] will organize a workshop on “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/HYTQBF/ From Abstract Content to Concrete Text with Wikidata Lexemes]” on Friday, 16:00 local time, and we will be running an “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/AKFG8R/ Abstract Wikipedia workshop: Let's create a multi-lingual article!]” on Saturday, 11:00 local time.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Fresh Functions weekly: 43 new Functions ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week we had 43 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!
</div>
* {{Z|Z36185}}
* {{Z|Z36190}}
* {{Z|Z36193}}
* {{Z|Z36197}}
* {{Z|Z36200}}
* {{Z|Z36206}}
* {{Z|Z36209}}
* {{Z|Z36218}}
* {{Z|Z36225}}
* {{Z|Z36232}}
* {{Z|Z36234}}
* {{Z|Z36240}}
* {{Z|Z36243}}
* {{Z|Z36253}}
* {{Z|Z36266}}
* {{Z|Z36270}}
* {{Z|Z36282}}
* {{Z|Z36285}}
* {{Z|Z36288}}
* {{Z|Z36290}}
* {{Z|Z36296}}
* {{Z|Z36299}}
* {{Z|Z36310}}
* {{Z|Z36319}}
* {{Z|Z36323}}
* {{Z|Z36325}}
* {{Z|Z36327}}
* {{Z|Z36333}}
* {{Z|Z36337}}
* {{Z|Z36341}}
* {{Z|Z36348}}
* {{Z|Z36354}}
* {{Z|Z36357}}
* {{Z|Z36357}}
* {{Z|Z36365}}
* {{Z|Z36369}}
* {{Z|Z36371}}
<span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span>
[[Category:Status updates{{#translation:}}|2026-06-19]]
8grqe6z0l43222qko4ripb1trxk1iz0
285218
285216
2026-06-21T17:45:21Z
Ameisenigel
44
Created page with "Vorheriges Update"
285218
wikitext
text/x-wiki
<languages/>
{{Wikifunctions updates
| prevlabel = Vorheriges Update
| prev = 2026-06-12
| nextlabel = <span lang="en" dir="ltr" class="mw-content-ltr">Next update</span>
| next =
}}
<div lang="en" dir="ltr" class="mw-content-ltr">
=== The or not the, this is (the?) question ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Last week’s Volunteers’ Corner had a lively debate about one specific question ([[:commons:File:Abstract Wikipedia Volunteer Corner 2026-06.webm|recording available on Commons]]), contributed by [[User:Strobilomyces|Strobilomyces]]: if you want to make a sentence of the form ''“X is a Y.”'', sometimes the X requires the definite article “the”, and sometimes it does not. Here are a few examples:
</div>
* ''Paris is a city.''
* ''The Seine is a river.''
* ''Lake Superior is a lake.''
* ''The Atlantic is an ocean.''
* ''The Eiffel Tower is a monument.''
* ''Westminster Abbey is a monument.''
<span lang="en" dir="ltr" class="mw-content-ltr">The same is true for other languages that have definite articles, such as Spanish, French, or German. But each language has its own rules for the article. Here is an example sentence in four languages:</span>
* ''Latin is a language.''
* ''El latín es un idioma.''
* ''Le latin est une langue.''
* ''Latein ist eine Sprache.''
<div lang="en" dir="ltr" class="mw-content-ltr">
How to tackle this kind of issue?
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
There are in principle two extreme solutions, which both work – in principle:
</div>
# <span lang="en" dir="ltr" class="mw-content-ltr">Model whether each noun requires the definite article in Wikidata's Lexemes</span>
# <span lang="en" dir="ltr" class="mw-content-ltr">Have a smart Function that figures out whether a noun needs a definite article</span>
<div lang="en" dir="ltr" class="mw-content-ltr">
Both approaches have their challenges: the approach with the Lexemes would require many, many Lexemes, as we would now need Lexemes for every river, monument, ''etc.'' in every language with articles. That would be a lot of Lexemes. A smart Function on the other hand might need to deal with many special cases even to the level of individual words, because all languages have irregularities, making the implementations very large. But both approaches would work, in principle.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Another solution is, as so often, to meet in the middle: use a Function to get the answer for the cases that can be expressed with a Function easily, and use Lexemes for the exceptions. The Function would then always look up the Lexeme first, and only if none is found, apply the Function as a best-guess.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Where are we currently? Wikidata has a property, {{P|P5713}}, which is indeed used to state that specific senses require a determined article, e.g. for [[:q:Lexeme:L1012744#S1|the Indus]]. All of these uses on Wikidata are currently applied to Lexemes in English only. We also have two Functions, {{Z|Z32645}} and {{Z|Z32935}}, which both aim to answer whether an Item needs a definite article or not; again, only in English. So, we already have both parts of the puzzle at least available in principle, but neither of these seem to be integrated into the ways that Functions are actually used on Abstract Wikipedia, as can be seen ''e.g.'' on [[:abstract:Q243|the article for the Eiffel Tower]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
In a twist I didn’t expect, I gave [https://www.cse.chalmers.se/~aarne/ Aarne Ranta] a call after this Monday’s Volunteers’ Corner. Aarne is the founder of [[:en:Grammatical Framework (programming language)|Grammatical Framework]], one of the world’s leading symbolic natural language generation systems. Aarne has been an advisor for me and his work has been an inspiration for Abstract Wikipedia. So I asked him about this particular issue, and his first reaction was to laugh and to literally call it one of the hardest puzzles they had to solve. That was encouraging!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
So I would like to end with a Call to Action: let us focus on this issue together for a bit, across some of the relevant languages, in order to show that this is a problem we can tackle and solve. I think if we answer Strobilomyces’ challenge, which may be one of the harder issues for our approach to natural language generation, we can be much more confident about the feasibility of the whole approach.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Recent Changes in the software ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week, we made a few improvements to how Abstract Wikipedia articles and embedded Wikifunctions outputs will appear across wikis.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
On Abstract Wikipedia, empty articles now appear as red links in local wikitext and rendered fragments, consistent with how Wikipedia treats pages that have not been written yet ([[:phab:T424310|T424310]]). And when looking up labels for Abstract Wikipedia items, the system now falls back to <code>mul</code> (language-agnostic label) when no language-specific label exists ([[:phab:T427027|T427027]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
For embedded Wikifunctions, we fixed a bug that meant previewing embedded Wikifunctions' HTML outputs didn't work except on Wikifunctions.org itself ([[:phab:T426024|T426024]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
And as part of wider MediaWiki language support work, we've added [[Z2048]] (<code>sd-deva</code>) as a new [[Z60|Language]], and assigned <code>sd-arab</code> to [[Z1191]], in addition to the existing <code>sd</code> code ([[:phab:T411110|T411110]], [[:phab:T416161|T416161]], [[:phab:T418886|T418886]], and [[:phab:T426332|T426332]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== News in Types: Syntactic tables… but not yet ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
We invite you all to create new and discuss the existing [[Wikifunctions:Type proposals|Type proposals]] so we can keep on creating new Types. Thanks to all the community members contributing to the discussion and writing proposals, making it possible to extend the Wikifunctions to new domains!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Earlier this week we implemented the [[Wikifunctions:Type proposals/Syntactic table|Syntactic tables]] proposal, but it is still marked as experimental. So just be warned that it might be changed and even deprecated. On creation, the title exposed a bug with the UX for HTML fragments ([[:phab:T429379|T429379]]), which will be fixed next week. Until then, it's difficult to see the Type work. The experimental Type is here: {{Z|Z36462}}
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Initially, I was first planning to implement the proposals for [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] and [[Wikifunctions:Type proposals/Syntactic unit|Syntactic Unit]] Types, but after conferring with [[User:Mahir256|Mahir256]], who proposed the Types, it became clear that a number of features on the backend are still missing, so that their implementation at this point in time wouldn’t be useful. More details were discussed in this week’s NLG SIG meeting (see the next section).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== NLG SIG recording ===
</div>
[[File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|thumb|<span lang="en" dir="ltr" class="mw-content-ltr">Recording of June 2026 NLG SIG meeting</span>]]
<div lang="en" dir="ltr" class="mw-content-ltr">
This week’s [[Wikifunctions:NLG SIG|NLG SIG meeting]] was about discussing [[Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|the proposed new NLG types]], and was particularly focused on the [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] proposal. Thanks to [[User:Mahir256|Mahir]] for presenting the type, demoing tools, and so patiently answering questions. The [[:commons:File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|recording of the meeting is available on Commons]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Upcoming events ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Friday, 19 June 2026 at 18:30 local time, Denny will visit the [https://temporaerhaus.de/ temporärhaus] in Ulm, Germany, in order to introduce Wikidata, Wikifunctions, and Abstract Wikipedia, and discuss with the local community. Thanks to [[User:Hogü-456|Hogü-456]] for organizing the event!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
[[:wikimania:Special:MyLanguage/2026:Wikimania|Wikimania 2026]], the annual main conference for all things Wikimedia, will be in Paris, France from 21–25 July this year. [[User:Mahir256|Mahir256]] will organize a workshop on “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/HYTQBF/ From Abstract Content to Concrete Text with Wikidata Lexemes]” on Friday, 16:00 local time, and we will be running an “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/AKFG8R/ Abstract Wikipedia workshop: Let's create a multi-lingual article!]” on Saturday, 11:00 local time.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Fresh Functions weekly: 43 new Functions ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week we had 43 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!
</div>
* {{Z|Z36185}}
* {{Z|Z36190}}
* {{Z|Z36193}}
* {{Z|Z36197}}
* {{Z|Z36200}}
* {{Z|Z36206}}
* {{Z|Z36209}}
* {{Z|Z36218}}
* {{Z|Z36225}}
* {{Z|Z36232}}
* {{Z|Z36234}}
* {{Z|Z36240}}
* {{Z|Z36243}}
* {{Z|Z36253}}
* {{Z|Z36266}}
* {{Z|Z36270}}
* {{Z|Z36282}}
* {{Z|Z36285}}
* {{Z|Z36288}}
* {{Z|Z36290}}
* {{Z|Z36296}}
* {{Z|Z36299}}
* {{Z|Z36310}}
* {{Z|Z36319}}
* {{Z|Z36323}}
* {{Z|Z36325}}
* {{Z|Z36327}}
* {{Z|Z36333}}
* {{Z|Z36337}}
* {{Z|Z36341}}
* {{Z|Z36348}}
* {{Z|Z36354}}
* {{Z|Z36357}}
* {{Z|Z36357}}
* {{Z|Z36365}}
* {{Z|Z36369}}
* {{Z|Z36371}}
<span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span>
[[Category:Status updates{{#translation:}}|2026-06-19]]
jrsh0f5ag13ydo64oymrokji2xr9ggl
285220
285218
2026-06-21T17:45:37Z
Ameisenigel
44
Created page with "Nächstes Update"
285220
wikitext
text/x-wiki
<languages/>
{{Wikifunctions updates
| prevlabel = Vorheriges Update
| prev = 2026-06-12
| nextlabel = Nächstes Update
| next =
}}
<div lang="en" dir="ltr" class="mw-content-ltr">
=== The or not the, this is (the?) question ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Last week’s Volunteers’ Corner had a lively debate about one specific question ([[:commons:File:Abstract Wikipedia Volunteer Corner 2026-06.webm|recording available on Commons]]), contributed by [[User:Strobilomyces|Strobilomyces]]: if you want to make a sentence of the form ''“X is a Y.”'', sometimes the X requires the definite article “the”, and sometimes it does not. Here are a few examples:
</div>
* ''Paris is a city.''
* ''The Seine is a river.''
* ''Lake Superior is a lake.''
* ''The Atlantic is an ocean.''
* ''The Eiffel Tower is a monument.''
* ''Westminster Abbey is a monument.''
<span lang="en" dir="ltr" class="mw-content-ltr">The same is true for other languages that have definite articles, such as Spanish, French, or German. But each language has its own rules for the article. Here is an example sentence in four languages:</span>
* ''Latin is a language.''
* ''El latín es un idioma.''
* ''Le latin est une langue.''
* ''Latein ist eine Sprache.''
<div lang="en" dir="ltr" class="mw-content-ltr">
How to tackle this kind of issue?
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
There are in principle two extreme solutions, which both work – in principle:
</div>
# <span lang="en" dir="ltr" class="mw-content-ltr">Model whether each noun requires the definite article in Wikidata's Lexemes</span>
# <span lang="en" dir="ltr" class="mw-content-ltr">Have a smart Function that figures out whether a noun needs a definite article</span>
<div lang="en" dir="ltr" class="mw-content-ltr">
Both approaches have their challenges: the approach with the Lexemes would require many, many Lexemes, as we would now need Lexemes for every river, monument, ''etc.'' in every language with articles. That would be a lot of Lexemes. A smart Function on the other hand might need to deal with many special cases even to the level of individual words, because all languages have irregularities, making the implementations very large. But both approaches would work, in principle.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Another solution is, as so often, to meet in the middle: use a Function to get the answer for the cases that can be expressed with a Function easily, and use Lexemes for the exceptions. The Function would then always look up the Lexeme first, and only if none is found, apply the Function as a best-guess.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Where are we currently? Wikidata has a property, {{P|P5713}}, which is indeed used to state that specific senses require a determined article, e.g. for [[:q:Lexeme:L1012744#S1|the Indus]]. All of these uses on Wikidata are currently applied to Lexemes in English only. We also have two Functions, {{Z|Z32645}} and {{Z|Z32935}}, which both aim to answer whether an Item needs a definite article or not; again, only in English. So, we already have both parts of the puzzle at least available in principle, but neither of these seem to be integrated into the ways that Functions are actually used on Abstract Wikipedia, as can be seen ''e.g.'' on [[:abstract:Q243|the article for the Eiffel Tower]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
In a twist I didn’t expect, I gave [https://www.cse.chalmers.se/~aarne/ Aarne Ranta] a call after this Monday’s Volunteers’ Corner. Aarne is the founder of [[:en:Grammatical Framework (programming language)|Grammatical Framework]], one of the world’s leading symbolic natural language generation systems. Aarne has been an advisor for me and his work has been an inspiration for Abstract Wikipedia. So I asked him about this particular issue, and his first reaction was to laugh and to literally call it one of the hardest puzzles they had to solve. That was encouraging!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
So I would like to end with a Call to Action: let us focus on this issue together for a bit, across some of the relevant languages, in order to show that this is a problem we can tackle and solve. I think if we answer Strobilomyces’ challenge, which may be one of the harder issues for our approach to natural language generation, we can be much more confident about the feasibility of the whole approach.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Recent Changes in the software ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week, we made a few improvements to how Abstract Wikipedia articles and embedded Wikifunctions outputs will appear across wikis.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
On Abstract Wikipedia, empty articles now appear as red links in local wikitext and rendered fragments, consistent with how Wikipedia treats pages that have not been written yet ([[:phab:T424310|T424310]]). And when looking up labels for Abstract Wikipedia items, the system now falls back to <code>mul</code> (language-agnostic label) when no language-specific label exists ([[:phab:T427027|T427027]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
For embedded Wikifunctions, we fixed a bug that meant previewing embedded Wikifunctions' HTML outputs didn't work except on Wikifunctions.org itself ([[:phab:T426024|T426024]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
And as part of wider MediaWiki language support work, we've added [[Z2048]] (<code>sd-deva</code>) as a new [[Z60|Language]], and assigned <code>sd-arab</code> to [[Z1191]], in addition to the existing <code>sd</code> code ([[:phab:T411110|T411110]], [[:phab:T416161|T416161]], [[:phab:T418886|T418886]], and [[:phab:T426332|T426332]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== News in Types: Syntactic tables… but not yet ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
We invite you all to create new and discuss the existing [[Wikifunctions:Type proposals|Type proposals]] so we can keep on creating new Types. Thanks to all the community members contributing to the discussion and writing proposals, making it possible to extend the Wikifunctions to new domains!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Earlier this week we implemented the [[Wikifunctions:Type proposals/Syntactic table|Syntactic tables]] proposal, but it is still marked as experimental. So just be warned that it might be changed and even deprecated. On creation, the title exposed a bug with the UX for HTML fragments ([[:phab:T429379|T429379]]), which will be fixed next week. Until then, it's difficult to see the Type work. The experimental Type is here: {{Z|Z36462}}
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Initially, I was first planning to implement the proposals for [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] and [[Wikifunctions:Type proposals/Syntactic unit|Syntactic Unit]] Types, but after conferring with [[User:Mahir256|Mahir256]], who proposed the Types, it became clear that a number of features on the backend are still missing, so that their implementation at this point in time wouldn’t be useful. More details were discussed in this week’s NLG SIG meeting (see the next section).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== NLG SIG recording ===
</div>
[[File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|thumb|<span lang="en" dir="ltr" class="mw-content-ltr">Recording of June 2026 NLG SIG meeting</span>]]
<div lang="en" dir="ltr" class="mw-content-ltr">
This week’s [[Wikifunctions:NLG SIG|NLG SIG meeting]] was about discussing [[Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|the proposed new NLG types]], and was particularly focused on the [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] proposal. Thanks to [[User:Mahir256|Mahir]] for presenting the type, demoing tools, and so patiently answering questions. The [[:commons:File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|recording of the meeting is available on Commons]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Upcoming events ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Friday, 19 June 2026 at 18:30 local time, Denny will visit the [https://temporaerhaus.de/ temporärhaus] in Ulm, Germany, in order to introduce Wikidata, Wikifunctions, and Abstract Wikipedia, and discuss with the local community. Thanks to [[User:Hogü-456|Hogü-456]] for organizing the event!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
[[:wikimania:Special:MyLanguage/2026:Wikimania|Wikimania 2026]], the annual main conference for all things Wikimedia, will be in Paris, France from 21–25 July this year. [[User:Mahir256|Mahir256]] will organize a workshop on “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/HYTQBF/ From Abstract Content to Concrete Text with Wikidata Lexemes]” on Friday, 16:00 local time, and we will be running an “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/AKFG8R/ Abstract Wikipedia workshop: Let's create a multi-lingual article!]” on Saturday, 11:00 local time.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Fresh Functions weekly: 43 new Functions ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week we had 43 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!
</div>
* {{Z|Z36185}}
* {{Z|Z36190}}
* {{Z|Z36193}}
* {{Z|Z36197}}
* {{Z|Z36200}}
* {{Z|Z36206}}
* {{Z|Z36209}}
* {{Z|Z36218}}
* {{Z|Z36225}}
* {{Z|Z36232}}
* {{Z|Z36234}}
* {{Z|Z36240}}
* {{Z|Z36243}}
* {{Z|Z36253}}
* {{Z|Z36266}}
* {{Z|Z36270}}
* {{Z|Z36282}}
* {{Z|Z36285}}
* {{Z|Z36288}}
* {{Z|Z36290}}
* {{Z|Z36296}}
* {{Z|Z36299}}
* {{Z|Z36310}}
* {{Z|Z36319}}
* {{Z|Z36323}}
* {{Z|Z36325}}
* {{Z|Z36327}}
* {{Z|Z36333}}
* {{Z|Z36337}}
* {{Z|Z36341}}
* {{Z|Z36348}}
* {{Z|Z36354}}
* {{Z|Z36357}}
* {{Z|Z36357}}
* {{Z|Z36365}}
* {{Z|Z36369}}
* {{Z|Z36371}}
<span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span>
[[Category:Status updates{{#translation:}}|2026-06-19]]
d6jrwufhpsi9c0ufqochjz9h5337spl
285222
285220
2026-06-21T17:46:04Z
Ameisenigel
44
Created page with "=== Der/die/das oder nicht, (das?) ist hier die Frage ==="
285222
wikitext
text/x-wiki
<languages/>
{{Wikifunctions updates
| prevlabel = Vorheriges Update
| prev = 2026-06-12
| nextlabel = Nächstes Update
| next =
}}
<span id="The_or_not_the,_this_is_(the?)_question"></span>
=== Der/die/das oder nicht, (das?) ist hier die Frage ===
<div lang="en" dir="ltr" class="mw-content-ltr">
Last week’s Volunteers’ Corner had a lively debate about one specific question ([[:commons:File:Abstract Wikipedia Volunteer Corner 2026-06.webm|recording available on Commons]]), contributed by [[User:Strobilomyces|Strobilomyces]]: if you want to make a sentence of the form ''“X is a Y.”'', sometimes the X requires the definite article “the”, and sometimes it does not. Here are a few examples:
</div>
* ''Paris is a city.''
* ''The Seine is a river.''
* ''Lake Superior is a lake.''
* ''The Atlantic is an ocean.''
* ''The Eiffel Tower is a monument.''
* ''Westminster Abbey is a monument.''
<span lang="en" dir="ltr" class="mw-content-ltr">The same is true for other languages that have definite articles, such as Spanish, French, or German. But each language has its own rules for the article. Here is an example sentence in four languages:</span>
* ''Latin is a language.''
* ''El latín es un idioma.''
* ''Le latin est une langue.''
* ''Latein ist eine Sprache.''
<div lang="en" dir="ltr" class="mw-content-ltr">
How to tackle this kind of issue?
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
There are in principle two extreme solutions, which both work – in principle:
</div>
# <span lang="en" dir="ltr" class="mw-content-ltr">Model whether each noun requires the definite article in Wikidata's Lexemes</span>
# <span lang="en" dir="ltr" class="mw-content-ltr">Have a smart Function that figures out whether a noun needs a definite article</span>
<div lang="en" dir="ltr" class="mw-content-ltr">
Both approaches have their challenges: the approach with the Lexemes would require many, many Lexemes, as we would now need Lexemes for every river, monument, ''etc.'' in every language with articles. That would be a lot of Lexemes. A smart Function on the other hand might need to deal with many special cases even to the level of individual words, because all languages have irregularities, making the implementations very large. But both approaches would work, in principle.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Another solution is, as so often, to meet in the middle: use a Function to get the answer for the cases that can be expressed with a Function easily, and use Lexemes for the exceptions. The Function would then always look up the Lexeme first, and only if none is found, apply the Function as a best-guess.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Where are we currently? Wikidata has a property, {{P|P5713}}, which is indeed used to state that specific senses require a determined article, e.g. for [[:q:Lexeme:L1012744#S1|the Indus]]. All of these uses on Wikidata are currently applied to Lexemes in English only. We also have two Functions, {{Z|Z32645}} and {{Z|Z32935}}, which both aim to answer whether an Item needs a definite article or not; again, only in English. So, we already have both parts of the puzzle at least available in principle, but neither of these seem to be integrated into the ways that Functions are actually used on Abstract Wikipedia, as can be seen ''e.g.'' on [[:abstract:Q243|the article for the Eiffel Tower]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
In a twist I didn’t expect, I gave [https://www.cse.chalmers.se/~aarne/ Aarne Ranta] a call after this Monday’s Volunteers’ Corner. Aarne is the founder of [[:en:Grammatical Framework (programming language)|Grammatical Framework]], one of the world’s leading symbolic natural language generation systems. Aarne has been an advisor for me and his work has been an inspiration for Abstract Wikipedia. So I asked him about this particular issue, and his first reaction was to laugh and to literally call it one of the hardest puzzles they had to solve. That was encouraging!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
So I would like to end with a Call to Action: let us focus on this issue together for a bit, across some of the relevant languages, in order to show that this is a problem we can tackle and solve. I think if we answer Strobilomyces’ challenge, which may be one of the harder issues for our approach to natural language generation, we can be much more confident about the feasibility of the whole approach.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Recent Changes in the software ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week, we made a few improvements to how Abstract Wikipedia articles and embedded Wikifunctions outputs will appear across wikis.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
On Abstract Wikipedia, empty articles now appear as red links in local wikitext and rendered fragments, consistent with how Wikipedia treats pages that have not been written yet ([[:phab:T424310|T424310]]). And when looking up labels for Abstract Wikipedia items, the system now falls back to <code>mul</code> (language-agnostic label) when no language-specific label exists ([[:phab:T427027|T427027]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
For embedded Wikifunctions, we fixed a bug that meant previewing embedded Wikifunctions' HTML outputs didn't work except on Wikifunctions.org itself ([[:phab:T426024|T426024]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
And as part of wider MediaWiki language support work, we've added [[Z2048]] (<code>sd-deva</code>) as a new [[Z60|Language]], and assigned <code>sd-arab</code> to [[Z1191]], in addition to the existing <code>sd</code> code ([[:phab:T411110|T411110]], [[:phab:T416161|T416161]], [[:phab:T418886|T418886]], and [[:phab:T426332|T426332]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== News in Types: Syntactic tables… but not yet ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
We invite you all to create new and discuss the existing [[Wikifunctions:Type proposals|Type proposals]] so we can keep on creating new Types. Thanks to all the community members contributing to the discussion and writing proposals, making it possible to extend the Wikifunctions to new domains!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Earlier this week we implemented the [[Wikifunctions:Type proposals/Syntactic table|Syntactic tables]] proposal, but it is still marked as experimental. So just be warned that it might be changed and even deprecated. On creation, the title exposed a bug with the UX for HTML fragments ([[:phab:T429379|T429379]]), which will be fixed next week. Until then, it's difficult to see the Type work. The experimental Type is here: {{Z|Z36462}}
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Initially, I was first planning to implement the proposals for [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] and [[Wikifunctions:Type proposals/Syntactic unit|Syntactic Unit]] Types, but after conferring with [[User:Mahir256|Mahir256]], who proposed the Types, it became clear that a number of features on the backend are still missing, so that their implementation at this point in time wouldn’t be useful. More details were discussed in this week’s NLG SIG meeting (see the next section).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== NLG SIG recording ===
</div>
[[File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|thumb|<span lang="en" dir="ltr" class="mw-content-ltr">Recording of June 2026 NLG SIG meeting</span>]]
<div lang="en" dir="ltr" class="mw-content-ltr">
This week’s [[Wikifunctions:NLG SIG|NLG SIG meeting]] was about discussing [[Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|the proposed new NLG types]], and was particularly focused on the [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] proposal. Thanks to [[User:Mahir256|Mahir]] for presenting the type, demoing tools, and so patiently answering questions. The [[:commons:File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|recording of the meeting is available on Commons]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Upcoming events ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Friday, 19 June 2026 at 18:30 local time, Denny will visit the [https://temporaerhaus.de/ temporärhaus] in Ulm, Germany, in order to introduce Wikidata, Wikifunctions, and Abstract Wikipedia, and discuss with the local community. Thanks to [[User:Hogü-456|Hogü-456]] for organizing the event!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
[[:wikimania:Special:MyLanguage/2026:Wikimania|Wikimania 2026]], the annual main conference for all things Wikimedia, will be in Paris, France from 21–25 July this year. [[User:Mahir256|Mahir256]] will organize a workshop on “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/HYTQBF/ From Abstract Content to Concrete Text with Wikidata Lexemes]” on Friday, 16:00 local time, and we will be running an “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/AKFG8R/ Abstract Wikipedia workshop: Let's create a multi-lingual article!]” on Saturday, 11:00 local time.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Fresh Functions weekly: 43 new Functions ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week we had 43 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!
</div>
* {{Z|Z36185}}
* {{Z|Z36190}}
* {{Z|Z36193}}
* {{Z|Z36197}}
* {{Z|Z36200}}
* {{Z|Z36206}}
* {{Z|Z36209}}
* {{Z|Z36218}}
* {{Z|Z36225}}
* {{Z|Z36232}}
* {{Z|Z36234}}
* {{Z|Z36240}}
* {{Z|Z36243}}
* {{Z|Z36253}}
* {{Z|Z36266}}
* {{Z|Z36270}}
* {{Z|Z36282}}
* {{Z|Z36285}}
* {{Z|Z36288}}
* {{Z|Z36290}}
* {{Z|Z36296}}
* {{Z|Z36299}}
* {{Z|Z36310}}
* {{Z|Z36319}}
* {{Z|Z36323}}
* {{Z|Z36325}}
* {{Z|Z36327}}
* {{Z|Z36333}}
* {{Z|Z36337}}
* {{Z|Z36341}}
* {{Z|Z36348}}
* {{Z|Z36354}}
* {{Z|Z36357}}
* {{Z|Z36357}}
* {{Z|Z36365}}
* {{Z|Z36369}}
* {{Z|Z36371}}
<span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span>
[[Category:Status updates{{#translation:}}|2026-06-19]]
add6bqirwgdcy71tfhe52udct2o9n5o
285224
285222
2026-06-21T17:48:17Z
Ameisenigel
44
Created page with "Beim Freiwilligentreffen der letzten Woche gab es eine lebhafte Diskussion zu einer bestimmten Frage ([[$1|Aufzeichnung auf Commons verfügbar]]), eingebracht von [[$2|Strobilomyces]]: Wenn man einen Satz der Form ''“X ist ein Y.”'' bilden möchte, erfordert das X manchmal einen bestimmten Artikel “der/die/das” und manchmal nicht. Hier sind einige Beispiele:"
285224
wikitext
text/x-wiki
<languages/>
{{Wikifunctions updates
| prevlabel = Vorheriges Update
| prev = 2026-06-12
| nextlabel = Nächstes Update
| next =
}}
<span id="The_or_not_the,_this_is_(the?)_question"></span>
=== Der/die/das oder nicht, (das?) ist hier die Frage ===
Beim Freiwilligentreffen der letzten Woche gab es eine lebhafte Diskussion zu einer bestimmten Frage ([[:commons:File:Abstract Wikipedia Volunteer Corner 2026-06.webm|Aufzeichnung auf Commons verfügbar]]), eingebracht von [[User:Strobilomyces|Strobilomyces]]: Wenn man einen Satz der Form ''“X ist ein Y.”'' bilden möchte, erfordert das X manchmal einen bestimmten Artikel “der/die/das” und manchmal nicht. Hier sind einige Beispiele:
* ''Paris is a city.''
* ''The Seine is a river.''
* ''Lake Superior is a lake.''
* ''The Atlantic is an ocean.''
* ''The Eiffel Tower is a monument.''
* ''Westminster Abbey is a monument.''
<span lang="en" dir="ltr" class="mw-content-ltr">The same is true for other languages that have definite articles, such as Spanish, French, or German. But each language has its own rules for the article. Here is an example sentence in four languages:</span>
* ''Latin is a language.''
* ''El latín es un idioma.''
* ''Le latin est une langue.''
* ''Latein ist eine Sprache.''
<div lang="en" dir="ltr" class="mw-content-ltr">
How to tackle this kind of issue?
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
There are in principle two extreme solutions, which both work – in principle:
</div>
# <span lang="en" dir="ltr" class="mw-content-ltr">Model whether each noun requires the definite article in Wikidata's Lexemes</span>
# <span lang="en" dir="ltr" class="mw-content-ltr">Have a smart Function that figures out whether a noun needs a definite article</span>
<div lang="en" dir="ltr" class="mw-content-ltr">
Both approaches have their challenges: the approach with the Lexemes would require many, many Lexemes, as we would now need Lexemes for every river, monument, ''etc.'' in every language with articles. That would be a lot of Lexemes. A smart Function on the other hand might need to deal with many special cases even to the level of individual words, because all languages have irregularities, making the implementations very large. But both approaches would work, in principle.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Another solution is, as so often, to meet in the middle: use a Function to get the answer for the cases that can be expressed with a Function easily, and use Lexemes for the exceptions. The Function would then always look up the Lexeme first, and only if none is found, apply the Function as a best-guess.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Where are we currently? Wikidata has a property, {{P|P5713}}, which is indeed used to state that specific senses require a determined article, e.g. for [[:q:Lexeme:L1012744#S1|the Indus]]. All of these uses on Wikidata are currently applied to Lexemes in English only. We also have two Functions, {{Z|Z32645}} and {{Z|Z32935}}, which both aim to answer whether an Item needs a definite article or not; again, only in English. So, we already have both parts of the puzzle at least available in principle, but neither of these seem to be integrated into the ways that Functions are actually used on Abstract Wikipedia, as can be seen ''e.g.'' on [[:abstract:Q243|the article for the Eiffel Tower]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
In a twist I didn’t expect, I gave [https://www.cse.chalmers.se/~aarne/ Aarne Ranta] a call after this Monday’s Volunteers’ Corner. Aarne is the founder of [[:en:Grammatical Framework (programming language)|Grammatical Framework]], one of the world’s leading symbolic natural language generation systems. Aarne has been an advisor for me and his work has been an inspiration for Abstract Wikipedia. So I asked him about this particular issue, and his first reaction was to laugh and to literally call it one of the hardest puzzles they had to solve. That was encouraging!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
So I would like to end with a Call to Action: let us focus on this issue together for a bit, across some of the relevant languages, in order to show that this is a problem we can tackle and solve. I think if we answer Strobilomyces’ challenge, which may be one of the harder issues for our approach to natural language generation, we can be much more confident about the feasibility of the whole approach.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Recent Changes in the software ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week, we made a few improvements to how Abstract Wikipedia articles and embedded Wikifunctions outputs will appear across wikis.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
On Abstract Wikipedia, empty articles now appear as red links in local wikitext and rendered fragments, consistent with how Wikipedia treats pages that have not been written yet ([[:phab:T424310|T424310]]). And when looking up labels for Abstract Wikipedia items, the system now falls back to <code>mul</code> (language-agnostic label) when no language-specific label exists ([[:phab:T427027|T427027]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
For embedded Wikifunctions, we fixed a bug that meant previewing embedded Wikifunctions' HTML outputs didn't work except on Wikifunctions.org itself ([[:phab:T426024|T426024]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
And as part of wider MediaWiki language support work, we've added [[Z2048]] (<code>sd-deva</code>) as a new [[Z60|Language]], and assigned <code>sd-arab</code> to [[Z1191]], in addition to the existing <code>sd</code> code ([[:phab:T411110|T411110]], [[:phab:T416161|T416161]], [[:phab:T418886|T418886]], and [[:phab:T426332|T426332]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== News in Types: Syntactic tables… but not yet ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
We invite you all to create new and discuss the existing [[Wikifunctions:Type proposals|Type proposals]] so we can keep on creating new Types. Thanks to all the community members contributing to the discussion and writing proposals, making it possible to extend the Wikifunctions to new domains!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Earlier this week we implemented the [[Wikifunctions:Type proposals/Syntactic table|Syntactic tables]] proposal, but it is still marked as experimental. So just be warned that it might be changed and even deprecated. On creation, the title exposed a bug with the UX for HTML fragments ([[:phab:T429379|T429379]]), which will be fixed next week. Until then, it's difficult to see the Type work. The experimental Type is here: {{Z|Z36462}}
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Initially, I was first planning to implement the proposals for [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] and [[Wikifunctions:Type proposals/Syntactic unit|Syntactic Unit]] Types, but after conferring with [[User:Mahir256|Mahir256]], who proposed the Types, it became clear that a number of features on the backend are still missing, so that their implementation at this point in time wouldn’t be useful. More details were discussed in this week’s NLG SIG meeting (see the next section).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== NLG SIG recording ===
</div>
[[File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|thumb|<span lang="en" dir="ltr" class="mw-content-ltr">Recording of June 2026 NLG SIG meeting</span>]]
<div lang="en" dir="ltr" class="mw-content-ltr">
This week’s [[Wikifunctions:NLG SIG|NLG SIG meeting]] was about discussing [[Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|the proposed new NLG types]], and was particularly focused on the [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] proposal. Thanks to [[User:Mahir256|Mahir]] for presenting the type, demoing tools, and so patiently answering questions. The [[:commons:File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|recording of the meeting is available on Commons]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Upcoming events ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Friday, 19 June 2026 at 18:30 local time, Denny will visit the [https://temporaerhaus.de/ temporärhaus] in Ulm, Germany, in order to introduce Wikidata, Wikifunctions, and Abstract Wikipedia, and discuss with the local community. Thanks to [[User:Hogü-456|Hogü-456]] for organizing the event!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
[[:wikimania:Special:MyLanguage/2026:Wikimania|Wikimania 2026]], the annual main conference for all things Wikimedia, will be in Paris, France from 21–25 July this year. [[User:Mahir256|Mahir256]] will organize a workshop on “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/HYTQBF/ From Abstract Content to Concrete Text with Wikidata Lexemes]” on Friday, 16:00 local time, and we will be running an “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/AKFG8R/ Abstract Wikipedia workshop: Let's create a multi-lingual article!]” on Saturday, 11:00 local time.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Fresh Functions weekly: 43 new Functions ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week we had 43 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!
</div>
* {{Z|Z36185}}
* {{Z|Z36190}}
* {{Z|Z36193}}
* {{Z|Z36197}}
* {{Z|Z36200}}
* {{Z|Z36206}}
* {{Z|Z36209}}
* {{Z|Z36218}}
* {{Z|Z36225}}
* {{Z|Z36232}}
* {{Z|Z36234}}
* {{Z|Z36240}}
* {{Z|Z36243}}
* {{Z|Z36253}}
* {{Z|Z36266}}
* {{Z|Z36270}}
* {{Z|Z36282}}
* {{Z|Z36285}}
* {{Z|Z36288}}
* {{Z|Z36290}}
* {{Z|Z36296}}
* {{Z|Z36299}}
* {{Z|Z36310}}
* {{Z|Z36319}}
* {{Z|Z36323}}
* {{Z|Z36325}}
* {{Z|Z36327}}
* {{Z|Z36333}}
* {{Z|Z36337}}
* {{Z|Z36341}}
* {{Z|Z36348}}
* {{Z|Z36354}}
* {{Z|Z36357}}
* {{Z|Z36357}}
* {{Z|Z36365}}
* {{Z|Z36369}}
* {{Z|Z36371}}
<span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span>
[[Category:Status updates{{#translation:}}|2026-06-19]]
6oe17n8lcayvnry1c2fw98hh6emq8u3
285226
285224
2026-06-21T17:49:13Z
Ameisenigel
44
Created page with "Das Gleiche gilt für andere Sprachen, die über bestimmte Artikel verfügen, wie zum Beispiel Spanisch, Französisch oder Deutsch. Doch jede Sprache hat ihre eigenen Regeln für den Artikel. Hier ist ein Beispielsatz in vier Sprachen:"
285226
wikitext
text/x-wiki
<languages/>
{{Wikifunctions updates
| prevlabel = Vorheriges Update
| prev = 2026-06-12
| nextlabel = Nächstes Update
| next =
}}
<span id="The_or_not_the,_this_is_(the?)_question"></span>
=== Der/die/das oder nicht, (das?) ist hier die Frage ===
Beim Freiwilligentreffen der letzten Woche gab es eine lebhafte Diskussion zu einer bestimmten Frage ([[:commons:File:Abstract Wikipedia Volunteer Corner 2026-06.webm|Aufzeichnung auf Commons verfügbar]]), eingebracht von [[User:Strobilomyces|Strobilomyces]]: Wenn man einen Satz der Form ''“X ist ein Y.”'' bilden möchte, erfordert das X manchmal einen bestimmten Artikel “der/die/das” und manchmal nicht. Hier sind einige Beispiele:
* ''Paris is a city.''
* ''The Seine is a river.''
* ''Lake Superior is a lake.''
* ''The Atlantic is an ocean.''
* ''The Eiffel Tower is a monument.''
* ''Westminster Abbey is a monument.''
Das Gleiche gilt für andere Sprachen, die über bestimmte Artikel verfügen, wie zum Beispiel Spanisch, Französisch oder Deutsch. Doch jede Sprache hat ihre eigenen Regeln für den Artikel. Hier ist ein Beispielsatz in vier Sprachen:
* ''Latin is a language.''
* ''El latín es un idioma.''
* ''Le latin est une langue.''
* ''Latein ist eine Sprache.''
<div lang="en" dir="ltr" class="mw-content-ltr">
How to tackle this kind of issue?
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
There are in principle two extreme solutions, which both work – in principle:
</div>
# <span lang="en" dir="ltr" class="mw-content-ltr">Model whether each noun requires the definite article in Wikidata's Lexemes</span>
# <span lang="en" dir="ltr" class="mw-content-ltr">Have a smart Function that figures out whether a noun needs a definite article</span>
<div lang="en" dir="ltr" class="mw-content-ltr">
Both approaches have their challenges: the approach with the Lexemes would require many, many Lexemes, as we would now need Lexemes for every river, monument, ''etc.'' in every language with articles. That would be a lot of Lexemes. A smart Function on the other hand might need to deal with many special cases even to the level of individual words, because all languages have irregularities, making the implementations very large. But both approaches would work, in principle.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Another solution is, as so often, to meet in the middle: use a Function to get the answer for the cases that can be expressed with a Function easily, and use Lexemes for the exceptions. The Function would then always look up the Lexeme first, and only if none is found, apply the Function as a best-guess.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Where are we currently? Wikidata has a property, {{P|P5713}}, which is indeed used to state that specific senses require a determined article, e.g. for [[:q:Lexeme:L1012744#S1|the Indus]]. All of these uses on Wikidata are currently applied to Lexemes in English only. We also have two Functions, {{Z|Z32645}} and {{Z|Z32935}}, which both aim to answer whether an Item needs a definite article or not; again, only in English. So, we already have both parts of the puzzle at least available in principle, but neither of these seem to be integrated into the ways that Functions are actually used on Abstract Wikipedia, as can be seen ''e.g.'' on [[:abstract:Q243|the article for the Eiffel Tower]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
In a twist I didn’t expect, I gave [https://www.cse.chalmers.se/~aarne/ Aarne Ranta] a call after this Monday’s Volunteers’ Corner. Aarne is the founder of [[:en:Grammatical Framework (programming language)|Grammatical Framework]], one of the world’s leading symbolic natural language generation systems. Aarne has been an advisor for me and his work has been an inspiration for Abstract Wikipedia. So I asked him about this particular issue, and his first reaction was to laugh and to literally call it one of the hardest puzzles they had to solve. That was encouraging!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
So I would like to end with a Call to Action: let us focus on this issue together for a bit, across some of the relevant languages, in order to show that this is a problem we can tackle and solve. I think if we answer Strobilomyces’ challenge, which may be one of the harder issues for our approach to natural language generation, we can be much more confident about the feasibility of the whole approach.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Recent Changes in the software ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week, we made a few improvements to how Abstract Wikipedia articles and embedded Wikifunctions outputs will appear across wikis.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
On Abstract Wikipedia, empty articles now appear as red links in local wikitext and rendered fragments, consistent with how Wikipedia treats pages that have not been written yet ([[:phab:T424310|T424310]]). And when looking up labels for Abstract Wikipedia items, the system now falls back to <code>mul</code> (language-agnostic label) when no language-specific label exists ([[:phab:T427027|T427027]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
For embedded Wikifunctions, we fixed a bug that meant previewing embedded Wikifunctions' HTML outputs didn't work except on Wikifunctions.org itself ([[:phab:T426024|T426024]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
And as part of wider MediaWiki language support work, we've added [[Z2048]] (<code>sd-deva</code>) as a new [[Z60|Language]], and assigned <code>sd-arab</code> to [[Z1191]], in addition to the existing <code>sd</code> code ([[:phab:T411110|T411110]], [[:phab:T416161|T416161]], [[:phab:T418886|T418886]], and [[:phab:T426332|T426332]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== News in Types: Syntactic tables… but not yet ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
We invite you all to create new and discuss the existing [[Wikifunctions:Type proposals|Type proposals]] so we can keep on creating new Types. Thanks to all the community members contributing to the discussion and writing proposals, making it possible to extend the Wikifunctions to new domains!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Earlier this week we implemented the [[Wikifunctions:Type proposals/Syntactic table|Syntactic tables]] proposal, but it is still marked as experimental. So just be warned that it might be changed and even deprecated. On creation, the title exposed a bug with the UX for HTML fragments ([[:phab:T429379|T429379]]), which will be fixed next week. Until then, it's difficult to see the Type work. The experimental Type is here: {{Z|Z36462}}
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Initially, I was first planning to implement the proposals for [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] and [[Wikifunctions:Type proposals/Syntactic unit|Syntactic Unit]] Types, but after conferring with [[User:Mahir256|Mahir256]], who proposed the Types, it became clear that a number of features on the backend are still missing, so that their implementation at this point in time wouldn’t be useful. More details were discussed in this week’s NLG SIG meeting (see the next section).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== NLG SIG recording ===
</div>
[[File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|thumb|<span lang="en" dir="ltr" class="mw-content-ltr">Recording of June 2026 NLG SIG meeting</span>]]
<div lang="en" dir="ltr" class="mw-content-ltr">
This week’s [[Wikifunctions:NLG SIG|NLG SIG meeting]] was about discussing [[Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|the proposed new NLG types]], and was particularly focused on the [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] proposal. Thanks to [[User:Mahir256|Mahir]] for presenting the type, demoing tools, and so patiently answering questions. The [[:commons:File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|recording of the meeting is available on Commons]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Upcoming events ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Friday, 19 June 2026 at 18:30 local time, Denny will visit the [https://temporaerhaus.de/ temporärhaus] in Ulm, Germany, in order to introduce Wikidata, Wikifunctions, and Abstract Wikipedia, and discuss with the local community. Thanks to [[User:Hogü-456|Hogü-456]] for organizing the event!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
[[:wikimania:Special:MyLanguage/2026:Wikimania|Wikimania 2026]], the annual main conference for all things Wikimedia, will be in Paris, France from 21–25 July this year. [[User:Mahir256|Mahir256]] will organize a workshop on “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/HYTQBF/ From Abstract Content to Concrete Text with Wikidata Lexemes]” on Friday, 16:00 local time, and we will be running an “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/AKFG8R/ Abstract Wikipedia workshop: Let's create a multi-lingual article!]” on Saturday, 11:00 local time.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Fresh Functions weekly: 43 new Functions ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week we had 43 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!
</div>
* {{Z|Z36185}}
* {{Z|Z36190}}
* {{Z|Z36193}}
* {{Z|Z36197}}
* {{Z|Z36200}}
* {{Z|Z36206}}
* {{Z|Z36209}}
* {{Z|Z36218}}
* {{Z|Z36225}}
* {{Z|Z36232}}
* {{Z|Z36234}}
* {{Z|Z36240}}
* {{Z|Z36243}}
* {{Z|Z36253}}
* {{Z|Z36266}}
* {{Z|Z36270}}
* {{Z|Z36282}}
* {{Z|Z36285}}
* {{Z|Z36288}}
* {{Z|Z36290}}
* {{Z|Z36296}}
* {{Z|Z36299}}
* {{Z|Z36310}}
* {{Z|Z36319}}
* {{Z|Z36323}}
* {{Z|Z36325}}
* {{Z|Z36327}}
* {{Z|Z36333}}
* {{Z|Z36337}}
* {{Z|Z36341}}
* {{Z|Z36348}}
* {{Z|Z36354}}
* {{Z|Z36357}}
* {{Z|Z36357}}
* {{Z|Z36365}}
* {{Z|Z36369}}
* {{Z|Z36371}}
<span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span>
[[Category:Status updates{{#translation:}}|2026-06-19]]
gmw66anat1oxtn81r8a6eggau8nuva3
285228
285226
2026-06-21T17:49:49Z
Ameisenigel
44
Created page with "Wie geht man mit dieser Art von Problem um?"
285228
wikitext
text/x-wiki
<languages/>
{{Wikifunctions updates
| prevlabel = Vorheriges Update
| prev = 2026-06-12
| nextlabel = Nächstes Update
| next =
}}
<span id="The_or_not_the,_this_is_(the?)_question"></span>
=== Der/die/das oder nicht, (das?) ist hier die Frage ===
Beim Freiwilligentreffen der letzten Woche gab es eine lebhafte Diskussion zu einer bestimmten Frage ([[:commons:File:Abstract Wikipedia Volunteer Corner 2026-06.webm|Aufzeichnung auf Commons verfügbar]]), eingebracht von [[User:Strobilomyces|Strobilomyces]]: Wenn man einen Satz der Form ''“X ist ein Y.”'' bilden möchte, erfordert das X manchmal einen bestimmten Artikel “der/die/das” und manchmal nicht. Hier sind einige Beispiele:
* ''Paris is a city.''
* ''The Seine is a river.''
* ''Lake Superior is a lake.''
* ''The Atlantic is an ocean.''
* ''The Eiffel Tower is a monument.''
* ''Westminster Abbey is a monument.''
Das Gleiche gilt für andere Sprachen, die über bestimmte Artikel verfügen, wie zum Beispiel Spanisch, Französisch oder Deutsch. Doch jede Sprache hat ihre eigenen Regeln für den Artikel. Hier ist ein Beispielsatz in vier Sprachen:
* ''Latin is a language.''
* ''El latín es un idioma.''
* ''Le latin est une langue.''
* ''Latein ist eine Sprache.''
Wie geht man mit dieser Art von Problem um?
<div lang="en" dir="ltr" class="mw-content-ltr">
There are in principle two extreme solutions, which both work – in principle:
</div>
# <span lang="en" dir="ltr" class="mw-content-ltr">Model whether each noun requires the definite article in Wikidata's Lexemes</span>
# <span lang="en" dir="ltr" class="mw-content-ltr">Have a smart Function that figures out whether a noun needs a definite article</span>
<div lang="en" dir="ltr" class="mw-content-ltr">
Both approaches have their challenges: the approach with the Lexemes would require many, many Lexemes, as we would now need Lexemes for every river, monument, ''etc.'' in every language with articles. That would be a lot of Lexemes. A smart Function on the other hand might need to deal with many special cases even to the level of individual words, because all languages have irregularities, making the implementations very large. But both approaches would work, in principle.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Another solution is, as so often, to meet in the middle: use a Function to get the answer for the cases that can be expressed with a Function easily, and use Lexemes for the exceptions. The Function would then always look up the Lexeme first, and only if none is found, apply the Function as a best-guess.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Where are we currently? Wikidata has a property, {{P|P5713}}, which is indeed used to state that specific senses require a determined article, e.g. for [[:q:Lexeme:L1012744#S1|the Indus]]. All of these uses on Wikidata are currently applied to Lexemes in English only. We also have two Functions, {{Z|Z32645}} and {{Z|Z32935}}, which both aim to answer whether an Item needs a definite article or not; again, only in English. So, we already have both parts of the puzzle at least available in principle, but neither of these seem to be integrated into the ways that Functions are actually used on Abstract Wikipedia, as can be seen ''e.g.'' on [[:abstract:Q243|the article for the Eiffel Tower]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
In a twist I didn’t expect, I gave [https://www.cse.chalmers.se/~aarne/ Aarne Ranta] a call after this Monday’s Volunteers’ Corner. Aarne is the founder of [[:en:Grammatical Framework (programming language)|Grammatical Framework]], one of the world’s leading symbolic natural language generation systems. Aarne has been an advisor for me and his work has been an inspiration for Abstract Wikipedia. So I asked him about this particular issue, and his first reaction was to laugh and to literally call it one of the hardest puzzles they had to solve. That was encouraging!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
So I would like to end with a Call to Action: let us focus on this issue together for a bit, across some of the relevant languages, in order to show that this is a problem we can tackle and solve. I think if we answer Strobilomyces’ challenge, which may be one of the harder issues for our approach to natural language generation, we can be much more confident about the feasibility of the whole approach.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Recent Changes in the software ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week, we made a few improvements to how Abstract Wikipedia articles and embedded Wikifunctions outputs will appear across wikis.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
On Abstract Wikipedia, empty articles now appear as red links in local wikitext and rendered fragments, consistent with how Wikipedia treats pages that have not been written yet ([[:phab:T424310|T424310]]). And when looking up labels for Abstract Wikipedia items, the system now falls back to <code>mul</code> (language-agnostic label) when no language-specific label exists ([[:phab:T427027|T427027]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
For embedded Wikifunctions, we fixed a bug that meant previewing embedded Wikifunctions' HTML outputs didn't work except on Wikifunctions.org itself ([[:phab:T426024|T426024]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
And as part of wider MediaWiki language support work, we've added [[Z2048]] (<code>sd-deva</code>) as a new [[Z60|Language]], and assigned <code>sd-arab</code> to [[Z1191]], in addition to the existing <code>sd</code> code ([[:phab:T411110|T411110]], [[:phab:T416161|T416161]], [[:phab:T418886|T418886]], and [[:phab:T426332|T426332]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== News in Types: Syntactic tables… but not yet ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
We invite you all to create new and discuss the existing [[Wikifunctions:Type proposals|Type proposals]] so we can keep on creating new Types. Thanks to all the community members contributing to the discussion and writing proposals, making it possible to extend the Wikifunctions to new domains!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Earlier this week we implemented the [[Wikifunctions:Type proposals/Syntactic table|Syntactic tables]] proposal, but it is still marked as experimental. So just be warned that it might be changed and even deprecated. On creation, the title exposed a bug with the UX for HTML fragments ([[:phab:T429379|T429379]]), which will be fixed next week. Until then, it's difficult to see the Type work. The experimental Type is here: {{Z|Z36462}}
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Initially, I was first planning to implement the proposals for [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] and [[Wikifunctions:Type proposals/Syntactic unit|Syntactic Unit]] Types, but after conferring with [[User:Mahir256|Mahir256]], who proposed the Types, it became clear that a number of features on the backend are still missing, so that their implementation at this point in time wouldn’t be useful. More details were discussed in this week’s NLG SIG meeting (see the next section).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== NLG SIG recording ===
</div>
[[File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|thumb|<span lang="en" dir="ltr" class="mw-content-ltr">Recording of June 2026 NLG SIG meeting</span>]]
<div lang="en" dir="ltr" class="mw-content-ltr">
This week’s [[Wikifunctions:NLG SIG|NLG SIG meeting]] was about discussing [[Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|the proposed new NLG types]], and was particularly focused on the [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] proposal. Thanks to [[User:Mahir256|Mahir]] for presenting the type, demoing tools, and so patiently answering questions. The [[:commons:File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|recording of the meeting is available on Commons]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Upcoming events ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Friday, 19 June 2026 at 18:30 local time, Denny will visit the [https://temporaerhaus.de/ temporärhaus] in Ulm, Germany, in order to introduce Wikidata, Wikifunctions, and Abstract Wikipedia, and discuss with the local community. Thanks to [[User:Hogü-456|Hogü-456]] for organizing the event!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
[[:wikimania:Special:MyLanguage/2026:Wikimania|Wikimania 2026]], the annual main conference for all things Wikimedia, will be in Paris, France from 21–25 July this year. [[User:Mahir256|Mahir256]] will organize a workshop on “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/HYTQBF/ From Abstract Content to Concrete Text with Wikidata Lexemes]” on Friday, 16:00 local time, and we will be running an “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/AKFG8R/ Abstract Wikipedia workshop: Let's create a multi-lingual article!]” on Saturday, 11:00 local time.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Fresh Functions weekly: 43 new Functions ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week we had 43 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!
</div>
* {{Z|Z36185}}
* {{Z|Z36190}}
* {{Z|Z36193}}
* {{Z|Z36197}}
* {{Z|Z36200}}
* {{Z|Z36206}}
* {{Z|Z36209}}
* {{Z|Z36218}}
* {{Z|Z36225}}
* {{Z|Z36232}}
* {{Z|Z36234}}
* {{Z|Z36240}}
* {{Z|Z36243}}
* {{Z|Z36253}}
* {{Z|Z36266}}
* {{Z|Z36270}}
* {{Z|Z36282}}
* {{Z|Z36285}}
* {{Z|Z36288}}
* {{Z|Z36290}}
* {{Z|Z36296}}
* {{Z|Z36299}}
* {{Z|Z36310}}
* {{Z|Z36319}}
* {{Z|Z36323}}
* {{Z|Z36325}}
* {{Z|Z36327}}
* {{Z|Z36333}}
* {{Z|Z36337}}
* {{Z|Z36341}}
* {{Z|Z36348}}
* {{Z|Z36354}}
* {{Z|Z36357}}
* {{Z|Z36357}}
* {{Z|Z36365}}
* {{Z|Z36369}}
* {{Z|Z36371}}
<span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span>
[[Category:Status updates{{#translation:}}|2026-06-19]]
skn8hmkbn7uowq66gh85xzb2vu8mjoo
285231
285228
2026-06-21T17:51:55Z
Ameisenigel
44
Created page with "Es gibt im Prinzip zwei extreme Lösungen, die – prinzipiell – beide funktionieren:"
285231
wikitext
text/x-wiki
<languages/>
{{Wikifunctions updates
| prevlabel = Vorheriges Update
| prev = 2026-06-12
| nextlabel = Nächstes Update
| next =
}}
<span id="The_or_not_the,_this_is_(the?)_question"></span>
=== Der/die/das oder nicht, (das?) ist hier die Frage ===
Beim Freiwilligentreffen der letzten Woche gab es eine lebhafte Diskussion zu einer bestimmten Frage ([[:commons:File:Abstract Wikipedia Volunteer Corner 2026-06.webm|Aufzeichnung auf Commons verfügbar]]), eingebracht von [[User:Strobilomyces|Strobilomyces]]: Wenn man einen Satz der Form ''“X ist ein Y.”'' bilden möchte, erfordert das X manchmal einen bestimmten Artikel “der/die/das” und manchmal nicht. Hier sind einige Beispiele:
* ''Paris is a city.''
* ''The Seine is a river.''
* ''Lake Superior is a lake.''
* ''The Atlantic is an ocean.''
* ''The Eiffel Tower is a monument.''
* ''Westminster Abbey is a monument.''
Das Gleiche gilt für andere Sprachen, die über bestimmte Artikel verfügen, wie zum Beispiel Spanisch, Französisch oder Deutsch. Doch jede Sprache hat ihre eigenen Regeln für den Artikel. Hier ist ein Beispielsatz in vier Sprachen:
* ''Latin is a language.''
* ''El latín es un idioma.''
* ''Le latin est une langue.''
* ''Latein ist eine Sprache.''
Wie geht man mit dieser Art von Problem um?
Es gibt im Prinzip zwei extreme Lösungen, die – prinzipiell – beide funktionieren:
# <span lang="en" dir="ltr" class="mw-content-ltr">Model whether each noun requires the definite article in Wikidata's Lexemes</span>
# <span lang="en" dir="ltr" class="mw-content-ltr">Have a smart Function that figures out whether a noun needs a definite article</span>
<div lang="en" dir="ltr" class="mw-content-ltr">
Both approaches have their challenges: the approach with the Lexemes would require many, many Lexemes, as we would now need Lexemes for every river, monument, ''etc.'' in every language with articles. That would be a lot of Lexemes. A smart Function on the other hand might need to deal with many special cases even to the level of individual words, because all languages have irregularities, making the implementations very large. But both approaches would work, in principle.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Another solution is, as so often, to meet in the middle: use a Function to get the answer for the cases that can be expressed with a Function easily, and use Lexemes for the exceptions. The Function would then always look up the Lexeme first, and only if none is found, apply the Function as a best-guess.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Where are we currently? Wikidata has a property, {{P|P5713}}, which is indeed used to state that specific senses require a determined article, e.g. for [[:q:Lexeme:L1012744#S1|the Indus]]. All of these uses on Wikidata are currently applied to Lexemes in English only. We also have two Functions, {{Z|Z32645}} and {{Z|Z32935}}, which both aim to answer whether an Item needs a definite article or not; again, only in English. So, we already have both parts of the puzzle at least available in principle, but neither of these seem to be integrated into the ways that Functions are actually used on Abstract Wikipedia, as can be seen ''e.g.'' on [[:abstract:Q243|the article for the Eiffel Tower]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
In a twist I didn’t expect, I gave [https://www.cse.chalmers.se/~aarne/ Aarne Ranta] a call after this Monday’s Volunteers’ Corner. Aarne is the founder of [[:en:Grammatical Framework (programming language)|Grammatical Framework]], one of the world’s leading symbolic natural language generation systems. Aarne has been an advisor for me and his work has been an inspiration for Abstract Wikipedia. So I asked him about this particular issue, and his first reaction was to laugh and to literally call it one of the hardest puzzles they had to solve. That was encouraging!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
So I would like to end with a Call to Action: let us focus on this issue together for a bit, across some of the relevant languages, in order to show that this is a problem we can tackle and solve. I think if we answer Strobilomyces’ challenge, which may be one of the harder issues for our approach to natural language generation, we can be much more confident about the feasibility of the whole approach.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Recent Changes in the software ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week, we made a few improvements to how Abstract Wikipedia articles and embedded Wikifunctions outputs will appear across wikis.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
On Abstract Wikipedia, empty articles now appear as red links in local wikitext and rendered fragments, consistent with how Wikipedia treats pages that have not been written yet ([[:phab:T424310|T424310]]). And when looking up labels for Abstract Wikipedia items, the system now falls back to <code>mul</code> (language-agnostic label) when no language-specific label exists ([[:phab:T427027|T427027]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
For embedded Wikifunctions, we fixed a bug that meant previewing embedded Wikifunctions' HTML outputs didn't work except on Wikifunctions.org itself ([[:phab:T426024|T426024]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
And as part of wider MediaWiki language support work, we've added [[Z2048]] (<code>sd-deva</code>) as a new [[Z60|Language]], and assigned <code>sd-arab</code> to [[Z1191]], in addition to the existing <code>sd</code> code ([[:phab:T411110|T411110]], [[:phab:T416161|T416161]], [[:phab:T418886|T418886]], and [[:phab:T426332|T426332]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== News in Types: Syntactic tables… but not yet ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
We invite you all to create new and discuss the existing [[Wikifunctions:Type proposals|Type proposals]] so we can keep on creating new Types. Thanks to all the community members contributing to the discussion and writing proposals, making it possible to extend the Wikifunctions to new domains!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Earlier this week we implemented the [[Wikifunctions:Type proposals/Syntactic table|Syntactic tables]] proposal, but it is still marked as experimental. So just be warned that it might be changed and even deprecated. On creation, the title exposed a bug with the UX for HTML fragments ([[:phab:T429379|T429379]]), which will be fixed next week. Until then, it's difficult to see the Type work. The experimental Type is here: {{Z|Z36462}}
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Initially, I was first planning to implement the proposals for [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] and [[Wikifunctions:Type proposals/Syntactic unit|Syntactic Unit]] Types, but after conferring with [[User:Mahir256|Mahir256]], who proposed the Types, it became clear that a number of features on the backend are still missing, so that their implementation at this point in time wouldn’t be useful. More details were discussed in this week’s NLG SIG meeting (see the next section).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== NLG SIG recording ===
</div>
[[File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|thumb|<span lang="en" dir="ltr" class="mw-content-ltr">Recording of June 2026 NLG SIG meeting</span>]]
<div lang="en" dir="ltr" class="mw-content-ltr">
This week’s [[Wikifunctions:NLG SIG|NLG SIG meeting]] was about discussing [[Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|the proposed new NLG types]], and was particularly focused on the [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] proposal. Thanks to [[User:Mahir256|Mahir]] for presenting the type, demoing tools, and so patiently answering questions. The [[:commons:File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|recording of the meeting is available on Commons]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Upcoming events ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Friday, 19 June 2026 at 18:30 local time, Denny will visit the [https://temporaerhaus.de/ temporärhaus] in Ulm, Germany, in order to introduce Wikidata, Wikifunctions, and Abstract Wikipedia, and discuss with the local community. Thanks to [[User:Hogü-456|Hogü-456]] for organizing the event!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
[[:wikimania:Special:MyLanguage/2026:Wikimania|Wikimania 2026]], the annual main conference for all things Wikimedia, will be in Paris, France from 21–25 July this year. [[User:Mahir256|Mahir256]] will organize a workshop on “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/HYTQBF/ From Abstract Content to Concrete Text with Wikidata Lexemes]” on Friday, 16:00 local time, and we will be running an “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/AKFG8R/ Abstract Wikipedia workshop: Let's create a multi-lingual article!]” on Saturday, 11:00 local time.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Fresh Functions weekly: 43 new Functions ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week we had 43 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!
</div>
* {{Z|Z36185}}
* {{Z|Z36190}}
* {{Z|Z36193}}
* {{Z|Z36197}}
* {{Z|Z36200}}
* {{Z|Z36206}}
* {{Z|Z36209}}
* {{Z|Z36218}}
* {{Z|Z36225}}
* {{Z|Z36232}}
* {{Z|Z36234}}
* {{Z|Z36240}}
* {{Z|Z36243}}
* {{Z|Z36253}}
* {{Z|Z36266}}
* {{Z|Z36270}}
* {{Z|Z36282}}
* {{Z|Z36285}}
* {{Z|Z36288}}
* {{Z|Z36290}}
* {{Z|Z36296}}
* {{Z|Z36299}}
* {{Z|Z36310}}
* {{Z|Z36319}}
* {{Z|Z36323}}
* {{Z|Z36325}}
* {{Z|Z36327}}
* {{Z|Z36333}}
* {{Z|Z36337}}
* {{Z|Z36341}}
* {{Z|Z36348}}
* {{Z|Z36354}}
* {{Z|Z36357}}
* {{Z|Z36357}}
* {{Z|Z36365}}
* {{Z|Z36369}}
* {{Z|Z36371}}
<span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span>
[[Category:Status updates{{#translation:}}|2026-06-19]]
nsmshtk8ghf79q21q3tkh7etkwsxsew
285236
285231
2026-06-21T17:53:15Z
Ameisenigel
44
Created page with "Abbilden, ob das jeweilige Substantiv in den Lexemen von Wikidata den bestimmten Artikel erfordert."
285236
wikitext
text/x-wiki
<languages/>
{{Wikifunctions updates
| prevlabel = Vorheriges Update
| prev = 2026-06-12
| nextlabel = Nächstes Update
| next =
}}
<span id="The_or_not_the,_this_is_(the?)_question"></span>
=== Der/die/das oder nicht, (das?) ist hier die Frage ===
Beim Freiwilligentreffen der letzten Woche gab es eine lebhafte Diskussion zu einer bestimmten Frage ([[:commons:File:Abstract Wikipedia Volunteer Corner 2026-06.webm|Aufzeichnung auf Commons verfügbar]]), eingebracht von [[User:Strobilomyces|Strobilomyces]]: Wenn man einen Satz der Form ''“X ist ein Y.”'' bilden möchte, erfordert das X manchmal einen bestimmten Artikel “der/die/das” und manchmal nicht. Hier sind einige Beispiele:
* ''Paris is a city.''
* ''The Seine is a river.''
* ''Lake Superior is a lake.''
* ''The Atlantic is an ocean.''
* ''The Eiffel Tower is a monument.''
* ''Westminster Abbey is a monument.''
Das Gleiche gilt für andere Sprachen, die über bestimmte Artikel verfügen, wie zum Beispiel Spanisch, Französisch oder Deutsch. Doch jede Sprache hat ihre eigenen Regeln für den Artikel. Hier ist ein Beispielsatz in vier Sprachen:
* ''Latin is a language.''
* ''El latín es un idioma.''
* ''Le latin est une langue.''
* ''Latein ist eine Sprache.''
Wie geht man mit dieser Art von Problem um?
Es gibt im Prinzip zwei extreme Lösungen, die – prinzipiell – beide funktionieren:
# Abbilden, ob das jeweilige Substantiv in den Lexemen von Wikidata den bestimmten Artikel erfordert.
# <span lang="en" dir="ltr" class="mw-content-ltr">Have a smart Function that figures out whether a noun needs a definite article</span>
<div lang="en" dir="ltr" class="mw-content-ltr">
Both approaches have their challenges: the approach with the Lexemes would require many, many Lexemes, as we would now need Lexemes for every river, monument, ''etc.'' in every language with articles. That would be a lot of Lexemes. A smart Function on the other hand might need to deal with many special cases even to the level of individual words, because all languages have irregularities, making the implementations very large. But both approaches would work, in principle.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Another solution is, as so often, to meet in the middle: use a Function to get the answer for the cases that can be expressed with a Function easily, and use Lexemes for the exceptions. The Function would then always look up the Lexeme first, and only if none is found, apply the Function as a best-guess.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Where are we currently? Wikidata has a property, {{P|P5713}}, which is indeed used to state that specific senses require a determined article, e.g. for [[:q:Lexeme:L1012744#S1|the Indus]]. All of these uses on Wikidata are currently applied to Lexemes in English only. We also have two Functions, {{Z|Z32645}} and {{Z|Z32935}}, which both aim to answer whether an Item needs a definite article or not; again, only in English. So, we already have both parts of the puzzle at least available in principle, but neither of these seem to be integrated into the ways that Functions are actually used on Abstract Wikipedia, as can be seen ''e.g.'' on [[:abstract:Q243|the article for the Eiffel Tower]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
In a twist I didn’t expect, I gave [https://www.cse.chalmers.se/~aarne/ Aarne Ranta] a call after this Monday’s Volunteers’ Corner. Aarne is the founder of [[:en:Grammatical Framework (programming language)|Grammatical Framework]], one of the world’s leading symbolic natural language generation systems. Aarne has been an advisor for me and his work has been an inspiration for Abstract Wikipedia. So I asked him about this particular issue, and his first reaction was to laugh and to literally call it one of the hardest puzzles they had to solve. That was encouraging!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
So I would like to end with a Call to Action: let us focus on this issue together for a bit, across some of the relevant languages, in order to show that this is a problem we can tackle and solve. I think if we answer Strobilomyces’ challenge, which may be one of the harder issues for our approach to natural language generation, we can be much more confident about the feasibility of the whole approach.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Recent Changes in the software ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week, we made a few improvements to how Abstract Wikipedia articles and embedded Wikifunctions outputs will appear across wikis.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
On Abstract Wikipedia, empty articles now appear as red links in local wikitext and rendered fragments, consistent with how Wikipedia treats pages that have not been written yet ([[:phab:T424310|T424310]]). And when looking up labels for Abstract Wikipedia items, the system now falls back to <code>mul</code> (language-agnostic label) when no language-specific label exists ([[:phab:T427027|T427027]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
For embedded Wikifunctions, we fixed a bug that meant previewing embedded Wikifunctions' HTML outputs didn't work except on Wikifunctions.org itself ([[:phab:T426024|T426024]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
And as part of wider MediaWiki language support work, we've added [[Z2048]] (<code>sd-deva</code>) as a new [[Z60|Language]], and assigned <code>sd-arab</code> to [[Z1191]], in addition to the existing <code>sd</code> code ([[:phab:T411110|T411110]], [[:phab:T416161|T416161]], [[:phab:T418886|T418886]], and [[:phab:T426332|T426332]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== News in Types: Syntactic tables… but not yet ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
We invite you all to create new and discuss the existing [[Wikifunctions:Type proposals|Type proposals]] so we can keep on creating new Types. Thanks to all the community members contributing to the discussion and writing proposals, making it possible to extend the Wikifunctions to new domains!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Earlier this week we implemented the [[Wikifunctions:Type proposals/Syntactic table|Syntactic tables]] proposal, but it is still marked as experimental. So just be warned that it might be changed and even deprecated. On creation, the title exposed a bug with the UX for HTML fragments ([[:phab:T429379|T429379]]), which will be fixed next week. Until then, it's difficult to see the Type work. The experimental Type is here: {{Z|Z36462}}
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Initially, I was first planning to implement the proposals for [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] and [[Wikifunctions:Type proposals/Syntactic unit|Syntactic Unit]] Types, but after conferring with [[User:Mahir256|Mahir256]], who proposed the Types, it became clear that a number of features on the backend are still missing, so that their implementation at this point in time wouldn’t be useful. More details were discussed in this week’s NLG SIG meeting (see the next section).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== NLG SIG recording ===
</div>
[[File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|thumb|<span lang="en" dir="ltr" class="mw-content-ltr">Recording of June 2026 NLG SIG meeting</span>]]
<div lang="en" dir="ltr" class="mw-content-ltr">
This week’s [[Wikifunctions:NLG SIG|NLG SIG meeting]] was about discussing [[Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|the proposed new NLG types]], and was particularly focused on the [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] proposal. Thanks to [[User:Mahir256|Mahir]] for presenting the type, demoing tools, and so patiently answering questions. The [[:commons:File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|recording of the meeting is available on Commons]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Upcoming events ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Friday, 19 June 2026 at 18:30 local time, Denny will visit the [https://temporaerhaus.de/ temporärhaus] in Ulm, Germany, in order to introduce Wikidata, Wikifunctions, and Abstract Wikipedia, and discuss with the local community. Thanks to [[User:Hogü-456|Hogü-456]] for organizing the event!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
[[:wikimania:Special:MyLanguage/2026:Wikimania|Wikimania 2026]], the annual main conference for all things Wikimedia, will be in Paris, France from 21–25 July this year. [[User:Mahir256|Mahir256]] will organize a workshop on “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/HYTQBF/ From Abstract Content to Concrete Text with Wikidata Lexemes]” on Friday, 16:00 local time, and we will be running an “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/AKFG8R/ Abstract Wikipedia workshop: Let's create a multi-lingual article!]” on Saturday, 11:00 local time.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Fresh Functions weekly: 43 new Functions ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week we had 43 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!
</div>
* {{Z|Z36185}}
* {{Z|Z36190}}
* {{Z|Z36193}}
* {{Z|Z36197}}
* {{Z|Z36200}}
* {{Z|Z36206}}
* {{Z|Z36209}}
* {{Z|Z36218}}
* {{Z|Z36225}}
* {{Z|Z36232}}
* {{Z|Z36234}}
* {{Z|Z36240}}
* {{Z|Z36243}}
* {{Z|Z36253}}
* {{Z|Z36266}}
* {{Z|Z36270}}
* {{Z|Z36282}}
* {{Z|Z36285}}
* {{Z|Z36288}}
* {{Z|Z36290}}
* {{Z|Z36296}}
* {{Z|Z36299}}
* {{Z|Z36310}}
* {{Z|Z36319}}
* {{Z|Z36323}}
* {{Z|Z36325}}
* {{Z|Z36327}}
* {{Z|Z36333}}
* {{Z|Z36337}}
* {{Z|Z36341}}
* {{Z|Z36348}}
* {{Z|Z36354}}
* {{Z|Z36357}}
* {{Z|Z36357}}
* {{Z|Z36365}}
* {{Z|Z36369}}
* {{Z|Z36371}}
<span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span>
[[Category:Status updates{{#translation:}}|2026-06-19]]
h884sc1gu66rq220lrzid5515to1oo3
285239
285236
2026-06-21T17:53:45Z
Ameisenigel
44
Created page with "Eine intelligente Funktion implementieren, die ermittelt, ob ein Substantiv einen bestimmten Artikel benötigt."
285239
wikitext
text/x-wiki
<languages/>
{{Wikifunctions updates
| prevlabel = Vorheriges Update
| prev = 2026-06-12
| nextlabel = Nächstes Update
| next =
}}
<span id="The_or_not_the,_this_is_(the?)_question"></span>
=== Der/die/das oder nicht, (das?) ist hier die Frage ===
Beim Freiwilligentreffen der letzten Woche gab es eine lebhafte Diskussion zu einer bestimmten Frage ([[:commons:File:Abstract Wikipedia Volunteer Corner 2026-06.webm|Aufzeichnung auf Commons verfügbar]]), eingebracht von [[User:Strobilomyces|Strobilomyces]]: Wenn man einen Satz der Form ''“X ist ein Y.”'' bilden möchte, erfordert das X manchmal einen bestimmten Artikel “der/die/das” und manchmal nicht. Hier sind einige Beispiele:
* ''Paris is a city.''
* ''The Seine is a river.''
* ''Lake Superior is a lake.''
* ''The Atlantic is an ocean.''
* ''The Eiffel Tower is a monument.''
* ''Westminster Abbey is a monument.''
Das Gleiche gilt für andere Sprachen, die über bestimmte Artikel verfügen, wie zum Beispiel Spanisch, Französisch oder Deutsch. Doch jede Sprache hat ihre eigenen Regeln für den Artikel. Hier ist ein Beispielsatz in vier Sprachen:
* ''Latin is a language.''
* ''El latín es un idioma.''
* ''Le latin est une langue.''
* ''Latein ist eine Sprache.''
Wie geht man mit dieser Art von Problem um?
Es gibt im Prinzip zwei extreme Lösungen, die – prinzipiell – beide funktionieren:
# Abbilden, ob das jeweilige Substantiv in den Lexemen von Wikidata den bestimmten Artikel erfordert.
# Eine intelligente Funktion implementieren, die ermittelt, ob ein Substantiv einen bestimmten Artikel benötigt.
<div lang="en" dir="ltr" class="mw-content-ltr">
Both approaches have their challenges: the approach with the Lexemes would require many, many Lexemes, as we would now need Lexemes for every river, monument, ''etc.'' in every language with articles. That would be a lot of Lexemes. A smart Function on the other hand might need to deal with many special cases even to the level of individual words, because all languages have irregularities, making the implementations very large. But both approaches would work, in principle.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Another solution is, as so often, to meet in the middle: use a Function to get the answer for the cases that can be expressed with a Function easily, and use Lexemes for the exceptions. The Function would then always look up the Lexeme first, and only if none is found, apply the Function as a best-guess.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Where are we currently? Wikidata has a property, {{P|P5713}}, which is indeed used to state that specific senses require a determined article, e.g. for [[:q:Lexeme:L1012744#S1|the Indus]]. All of these uses on Wikidata are currently applied to Lexemes in English only. We also have two Functions, {{Z|Z32645}} and {{Z|Z32935}}, which both aim to answer whether an Item needs a definite article or not; again, only in English. So, we already have both parts of the puzzle at least available in principle, but neither of these seem to be integrated into the ways that Functions are actually used on Abstract Wikipedia, as can be seen ''e.g.'' on [[:abstract:Q243|the article for the Eiffel Tower]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
In a twist I didn’t expect, I gave [https://www.cse.chalmers.se/~aarne/ Aarne Ranta] a call after this Monday’s Volunteers’ Corner. Aarne is the founder of [[:en:Grammatical Framework (programming language)|Grammatical Framework]], one of the world’s leading symbolic natural language generation systems. Aarne has been an advisor for me and his work has been an inspiration for Abstract Wikipedia. So I asked him about this particular issue, and his first reaction was to laugh and to literally call it one of the hardest puzzles they had to solve. That was encouraging!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
So I would like to end with a Call to Action: let us focus on this issue together for a bit, across some of the relevant languages, in order to show that this is a problem we can tackle and solve. I think if we answer Strobilomyces’ challenge, which may be one of the harder issues for our approach to natural language generation, we can be much more confident about the feasibility of the whole approach.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Recent Changes in the software ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week, we made a few improvements to how Abstract Wikipedia articles and embedded Wikifunctions outputs will appear across wikis.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
On Abstract Wikipedia, empty articles now appear as red links in local wikitext and rendered fragments, consistent with how Wikipedia treats pages that have not been written yet ([[:phab:T424310|T424310]]). And when looking up labels for Abstract Wikipedia items, the system now falls back to <code>mul</code> (language-agnostic label) when no language-specific label exists ([[:phab:T427027|T427027]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
For embedded Wikifunctions, we fixed a bug that meant previewing embedded Wikifunctions' HTML outputs didn't work except on Wikifunctions.org itself ([[:phab:T426024|T426024]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
And as part of wider MediaWiki language support work, we've added [[Z2048]] (<code>sd-deva</code>) as a new [[Z60|Language]], and assigned <code>sd-arab</code> to [[Z1191]], in addition to the existing <code>sd</code> code ([[:phab:T411110|T411110]], [[:phab:T416161|T416161]], [[:phab:T418886|T418886]], and [[:phab:T426332|T426332]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== News in Types: Syntactic tables… but not yet ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
We invite you all to create new and discuss the existing [[Wikifunctions:Type proposals|Type proposals]] so we can keep on creating new Types. Thanks to all the community members contributing to the discussion and writing proposals, making it possible to extend the Wikifunctions to new domains!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Earlier this week we implemented the [[Wikifunctions:Type proposals/Syntactic table|Syntactic tables]] proposal, but it is still marked as experimental. So just be warned that it might be changed and even deprecated. On creation, the title exposed a bug with the UX for HTML fragments ([[:phab:T429379|T429379]]), which will be fixed next week. Until then, it's difficult to see the Type work. The experimental Type is here: {{Z|Z36462}}
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Initially, I was first planning to implement the proposals for [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] and [[Wikifunctions:Type proposals/Syntactic unit|Syntactic Unit]] Types, but after conferring with [[User:Mahir256|Mahir256]], who proposed the Types, it became clear that a number of features on the backend are still missing, so that their implementation at this point in time wouldn’t be useful. More details were discussed in this week’s NLG SIG meeting (see the next section).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== NLG SIG recording ===
</div>
[[File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|thumb|<span lang="en" dir="ltr" class="mw-content-ltr">Recording of June 2026 NLG SIG meeting</span>]]
<div lang="en" dir="ltr" class="mw-content-ltr">
This week’s [[Wikifunctions:NLG SIG|NLG SIG meeting]] was about discussing [[Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|the proposed new NLG types]], and was particularly focused on the [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] proposal. Thanks to [[User:Mahir256|Mahir]] for presenting the type, demoing tools, and so patiently answering questions. The [[:commons:File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|recording of the meeting is available on Commons]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Upcoming events ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Friday, 19 June 2026 at 18:30 local time, Denny will visit the [https://temporaerhaus.de/ temporärhaus] in Ulm, Germany, in order to introduce Wikidata, Wikifunctions, and Abstract Wikipedia, and discuss with the local community. Thanks to [[User:Hogü-456|Hogü-456]] for organizing the event!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
[[:wikimania:Special:MyLanguage/2026:Wikimania|Wikimania 2026]], the annual main conference for all things Wikimedia, will be in Paris, France from 21–25 July this year. [[User:Mahir256|Mahir256]] will organize a workshop on “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/HYTQBF/ From Abstract Content to Concrete Text with Wikidata Lexemes]” on Friday, 16:00 local time, and we will be running an “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/AKFG8R/ Abstract Wikipedia workshop: Let's create a multi-lingual article!]” on Saturday, 11:00 local time.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Fresh Functions weekly: 43 new Functions ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week we had 43 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!
</div>
* {{Z|Z36185}}
* {{Z|Z36190}}
* {{Z|Z36193}}
* {{Z|Z36197}}
* {{Z|Z36200}}
* {{Z|Z36206}}
* {{Z|Z36209}}
* {{Z|Z36218}}
* {{Z|Z36225}}
* {{Z|Z36232}}
* {{Z|Z36234}}
* {{Z|Z36240}}
* {{Z|Z36243}}
* {{Z|Z36253}}
* {{Z|Z36266}}
* {{Z|Z36270}}
* {{Z|Z36282}}
* {{Z|Z36285}}
* {{Z|Z36288}}
* {{Z|Z36290}}
* {{Z|Z36296}}
* {{Z|Z36299}}
* {{Z|Z36310}}
* {{Z|Z36319}}
* {{Z|Z36323}}
* {{Z|Z36325}}
* {{Z|Z36327}}
* {{Z|Z36333}}
* {{Z|Z36337}}
* {{Z|Z36341}}
* {{Z|Z36348}}
* {{Z|Z36354}}
* {{Z|Z36357}}
* {{Z|Z36357}}
* {{Z|Z36365}}
* {{Z|Z36369}}
* {{Z|Z36371}}
<span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span>
[[Category:Status updates{{#translation:}}|2026-06-19]]
c21w4haju46l8qih5d18yx0bqlpogf6
285242
285239
2026-06-21T18:01:56Z
Ameisenigel
44
Created page with "Beide Ansätze bringen ihre eigenen Herausforderungen mit sich: Der Ansatz mit den Lexemen würde eine enorme Anzahl an Lexemen erfordern, da man Lexeme für jeden Fluss, jedes Denkmal ''etc.'' in jeder Sprache mit Artikeln bräuchte. Das wären sehr viele Lexeme. Ein intelligenter Funktionsansatz hingegen müsste womöglich eine Vielzahl von Sonderfällen bis hinunter auf die Ebene einzelner Wörter bewältigen, da alle Sprachen Unregelmäßigkeiten aufweisen, was die I..."
285242
wikitext
text/x-wiki
<languages/>
{{Wikifunctions updates
| prevlabel = Vorheriges Update
| prev = 2026-06-12
| nextlabel = Nächstes Update
| next =
}}
<span id="The_or_not_the,_this_is_(the?)_question"></span>
=== Der/die/das oder nicht, (das?) ist hier die Frage ===
Beim Freiwilligentreffen der letzten Woche gab es eine lebhafte Diskussion zu einer bestimmten Frage ([[:commons:File:Abstract Wikipedia Volunteer Corner 2026-06.webm|Aufzeichnung auf Commons verfügbar]]), eingebracht von [[User:Strobilomyces|Strobilomyces]]: Wenn man einen Satz der Form ''“X ist ein Y.”'' bilden möchte, erfordert das X manchmal einen bestimmten Artikel “der/die/das” und manchmal nicht. Hier sind einige Beispiele:
* ''Paris is a city.''
* ''The Seine is a river.''
* ''Lake Superior is a lake.''
* ''The Atlantic is an ocean.''
* ''The Eiffel Tower is a monument.''
* ''Westminster Abbey is a monument.''
Das Gleiche gilt für andere Sprachen, die über bestimmte Artikel verfügen, wie zum Beispiel Spanisch, Französisch oder Deutsch. Doch jede Sprache hat ihre eigenen Regeln für den Artikel. Hier ist ein Beispielsatz in vier Sprachen:
* ''Latin is a language.''
* ''El latín es un idioma.''
* ''Le latin est une langue.''
* ''Latein ist eine Sprache.''
Wie geht man mit dieser Art von Problem um?
Es gibt im Prinzip zwei extreme Lösungen, die – prinzipiell – beide funktionieren:
# Abbilden, ob das jeweilige Substantiv in den Lexemen von Wikidata den bestimmten Artikel erfordert.
# Eine intelligente Funktion implementieren, die ermittelt, ob ein Substantiv einen bestimmten Artikel benötigt.
Beide Ansätze bringen ihre eigenen Herausforderungen mit sich: Der Ansatz mit den Lexemen würde eine enorme Anzahl an Lexemen erfordern, da man Lexeme für jeden Fluss, jedes Denkmal ''etc.'' in jeder Sprache mit Artikeln bräuchte. Das wären sehr viele Lexeme. Ein intelligenter Funktionsansatz hingegen müsste womöglich eine Vielzahl von Sonderfällen bis hinunter auf die Ebene einzelner Wörter bewältigen, da alle Sprachen Unregelmäßigkeiten aufweisen, was die Implementierungen sehr umfangreich machen würde. Im Prinzip würden jedoch beide Ansätze funktionieren.
<div lang="en" dir="ltr" class="mw-content-ltr">
Another solution is, as so often, to meet in the middle: use a Function to get the answer for the cases that can be expressed with a Function easily, and use Lexemes for the exceptions. The Function would then always look up the Lexeme first, and only if none is found, apply the Function as a best-guess.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Where are we currently? Wikidata has a property, {{P|P5713}}, which is indeed used to state that specific senses require a determined article, e.g. for [[:q:Lexeme:L1012744#S1|the Indus]]. All of these uses on Wikidata are currently applied to Lexemes in English only. We also have two Functions, {{Z|Z32645}} and {{Z|Z32935}}, which both aim to answer whether an Item needs a definite article or not; again, only in English. So, we already have both parts of the puzzle at least available in principle, but neither of these seem to be integrated into the ways that Functions are actually used on Abstract Wikipedia, as can be seen ''e.g.'' on [[:abstract:Q243|the article for the Eiffel Tower]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
In a twist I didn’t expect, I gave [https://www.cse.chalmers.se/~aarne/ Aarne Ranta] a call after this Monday’s Volunteers’ Corner. Aarne is the founder of [[:en:Grammatical Framework (programming language)|Grammatical Framework]], one of the world’s leading symbolic natural language generation systems. Aarne has been an advisor for me and his work has been an inspiration for Abstract Wikipedia. So I asked him about this particular issue, and his first reaction was to laugh and to literally call it one of the hardest puzzles they had to solve. That was encouraging!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
So I would like to end with a Call to Action: let us focus on this issue together for a bit, across some of the relevant languages, in order to show that this is a problem we can tackle and solve. I think if we answer Strobilomyces’ challenge, which may be one of the harder issues for our approach to natural language generation, we can be much more confident about the feasibility of the whole approach.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Recent Changes in the software ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week, we made a few improvements to how Abstract Wikipedia articles and embedded Wikifunctions outputs will appear across wikis.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
On Abstract Wikipedia, empty articles now appear as red links in local wikitext and rendered fragments, consistent with how Wikipedia treats pages that have not been written yet ([[:phab:T424310|T424310]]). And when looking up labels for Abstract Wikipedia items, the system now falls back to <code>mul</code> (language-agnostic label) when no language-specific label exists ([[:phab:T427027|T427027]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
For embedded Wikifunctions, we fixed a bug that meant previewing embedded Wikifunctions' HTML outputs didn't work except on Wikifunctions.org itself ([[:phab:T426024|T426024]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
And as part of wider MediaWiki language support work, we've added [[Z2048]] (<code>sd-deva</code>) as a new [[Z60|Language]], and assigned <code>sd-arab</code> to [[Z1191]], in addition to the existing <code>sd</code> code ([[:phab:T411110|T411110]], [[:phab:T416161|T416161]], [[:phab:T418886|T418886]], and [[:phab:T426332|T426332]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== News in Types: Syntactic tables… but not yet ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
We invite you all to create new and discuss the existing [[Wikifunctions:Type proposals|Type proposals]] so we can keep on creating new Types. Thanks to all the community members contributing to the discussion and writing proposals, making it possible to extend the Wikifunctions to new domains!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Earlier this week we implemented the [[Wikifunctions:Type proposals/Syntactic table|Syntactic tables]] proposal, but it is still marked as experimental. So just be warned that it might be changed and even deprecated. On creation, the title exposed a bug with the UX for HTML fragments ([[:phab:T429379|T429379]]), which will be fixed next week. Until then, it's difficult to see the Type work. The experimental Type is here: {{Z|Z36462}}
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Initially, I was first planning to implement the proposals for [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] and [[Wikifunctions:Type proposals/Syntactic unit|Syntactic Unit]] Types, but after conferring with [[User:Mahir256|Mahir256]], who proposed the Types, it became clear that a number of features on the backend are still missing, so that their implementation at this point in time wouldn’t be useful. More details were discussed in this week’s NLG SIG meeting (see the next section).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== NLG SIG recording ===
</div>
[[File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|thumb|<span lang="en" dir="ltr" class="mw-content-ltr">Recording of June 2026 NLG SIG meeting</span>]]
<div lang="en" dir="ltr" class="mw-content-ltr">
This week’s [[Wikifunctions:NLG SIG|NLG SIG meeting]] was about discussing [[Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|the proposed new NLG types]], and was particularly focused on the [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] proposal. Thanks to [[User:Mahir256|Mahir]] for presenting the type, demoing tools, and so patiently answering questions. The [[:commons:File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|recording of the meeting is available on Commons]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Upcoming events ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Friday, 19 June 2026 at 18:30 local time, Denny will visit the [https://temporaerhaus.de/ temporärhaus] in Ulm, Germany, in order to introduce Wikidata, Wikifunctions, and Abstract Wikipedia, and discuss with the local community. Thanks to [[User:Hogü-456|Hogü-456]] for organizing the event!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
[[:wikimania:Special:MyLanguage/2026:Wikimania|Wikimania 2026]], the annual main conference for all things Wikimedia, will be in Paris, France from 21–25 July this year. [[User:Mahir256|Mahir256]] will organize a workshop on “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/HYTQBF/ From Abstract Content to Concrete Text with Wikidata Lexemes]” on Friday, 16:00 local time, and we will be running an “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/AKFG8R/ Abstract Wikipedia workshop: Let's create a multi-lingual article!]” on Saturday, 11:00 local time.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Fresh Functions weekly: 43 new Functions ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week we had 43 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!
</div>
* {{Z|Z36185}}
* {{Z|Z36190}}
* {{Z|Z36193}}
* {{Z|Z36197}}
* {{Z|Z36200}}
* {{Z|Z36206}}
* {{Z|Z36209}}
* {{Z|Z36218}}
* {{Z|Z36225}}
* {{Z|Z36232}}
* {{Z|Z36234}}
* {{Z|Z36240}}
* {{Z|Z36243}}
* {{Z|Z36253}}
* {{Z|Z36266}}
* {{Z|Z36270}}
* {{Z|Z36282}}
* {{Z|Z36285}}
* {{Z|Z36288}}
* {{Z|Z36290}}
* {{Z|Z36296}}
* {{Z|Z36299}}
* {{Z|Z36310}}
* {{Z|Z36319}}
* {{Z|Z36323}}
* {{Z|Z36325}}
* {{Z|Z36327}}
* {{Z|Z36333}}
* {{Z|Z36337}}
* {{Z|Z36341}}
* {{Z|Z36348}}
* {{Z|Z36354}}
* {{Z|Z36357}}
* {{Z|Z36357}}
* {{Z|Z36365}}
* {{Z|Z36369}}
* {{Z|Z36371}}
<span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span>
[[Category:Status updates{{#translation:}}|2026-06-19]]
h9e0wg1qjx1twbs0hvb95m6mohxc4ik
285244
285242
2026-06-21T18:02:50Z
Ameisenigel
44
Created page with "Eine weitere Lösung besteht, wie so oft, darin, einen Mittelweg zu wählen: Man verwendet eine Funktion, um die Antwort für jene Fälle zu ermitteln, die sich einfach mit einer Funktion ausdrücken lassen, und nutzt Lexeme für die Ausnahmen. Die Funktion würde dann stets zuerst nach einem Lexem suchen und die Funktion selbst nur dann als bestmögliche Annäherung anwenden, wenn kein Lexem gefunden wird."
285244
wikitext
text/x-wiki
<languages/>
{{Wikifunctions updates
| prevlabel = Vorheriges Update
| prev = 2026-06-12
| nextlabel = Nächstes Update
| next =
}}
<span id="The_or_not_the,_this_is_(the?)_question"></span>
=== Der/die/das oder nicht, (das?) ist hier die Frage ===
Beim Freiwilligentreffen der letzten Woche gab es eine lebhafte Diskussion zu einer bestimmten Frage ([[:commons:File:Abstract Wikipedia Volunteer Corner 2026-06.webm|Aufzeichnung auf Commons verfügbar]]), eingebracht von [[User:Strobilomyces|Strobilomyces]]: Wenn man einen Satz der Form ''“X ist ein Y.”'' bilden möchte, erfordert das X manchmal einen bestimmten Artikel “der/die/das” und manchmal nicht. Hier sind einige Beispiele:
* ''Paris is a city.''
* ''The Seine is a river.''
* ''Lake Superior is a lake.''
* ''The Atlantic is an ocean.''
* ''The Eiffel Tower is a monument.''
* ''Westminster Abbey is a monument.''
Das Gleiche gilt für andere Sprachen, die über bestimmte Artikel verfügen, wie zum Beispiel Spanisch, Französisch oder Deutsch. Doch jede Sprache hat ihre eigenen Regeln für den Artikel. Hier ist ein Beispielsatz in vier Sprachen:
* ''Latin is a language.''
* ''El latín es un idioma.''
* ''Le latin est une langue.''
* ''Latein ist eine Sprache.''
Wie geht man mit dieser Art von Problem um?
Es gibt im Prinzip zwei extreme Lösungen, die – prinzipiell – beide funktionieren:
# Abbilden, ob das jeweilige Substantiv in den Lexemen von Wikidata den bestimmten Artikel erfordert.
# Eine intelligente Funktion implementieren, die ermittelt, ob ein Substantiv einen bestimmten Artikel benötigt.
Beide Ansätze bringen ihre eigenen Herausforderungen mit sich: Der Ansatz mit den Lexemen würde eine enorme Anzahl an Lexemen erfordern, da man Lexeme für jeden Fluss, jedes Denkmal ''etc.'' in jeder Sprache mit Artikeln bräuchte. Das wären sehr viele Lexeme. Ein intelligenter Funktionsansatz hingegen müsste womöglich eine Vielzahl von Sonderfällen bis hinunter auf die Ebene einzelner Wörter bewältigen, da alle Sprachen Unregelmäßigkeiten aufweisen, was die Implementierungen sehr umfangreich machen würde. Im Prinzip würden jedoch beide Ansätze funktionieren.
Eine weitere Lösung besteht, wie so oft, darin, einen Mittelweg zu wählen: Man verwendet eine Funktion, um die Antwort für jene Fälle zu ermitteln, die sich einfach mit einer Funktion ausdrücken lassen, und nutzt Lexeme für die Ausnahmen. Die Funktion würde dann stets zuerst nach einem Lexem suchen und die Funktion selbst nur dann als bestmögliche Annäherung anwenden, wenn kein Lexem gefunden wird.
<div lang="en" dir="ltr" class="mw-content-ltr">
Where are we currently? Wikidata has a property, {{P|P5713}}, which is indeed used to state that specific senses require a determined article, e.g. for [[:q:Lexeme:L1012744#S1|the Indus]]. All of these uses on Wikidata are currently applied to Lexemes in English only. We also have two Functions, {{Z|Z32645}} and {{Z|Z32935}}, which both aim to answer whether an Item needs a definite article or not; again, only in English. So, we already have both parts of the puzzle at least available in principle, but neither of these seem to be integrated into the ways that Functions are actually used on Abstract Wikipedia, as can be seen ''e.g.'' on [[:abstract:Q243|the article for the Eiffel Tower]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
In a twist I didn’t expect, I gave [https://www.cse.chalmers.se/~aarne/ Aarne Ranta] a call after this Monday’s Volunteers’ Corner. Aarne is the founder of [[:en:Grammatical Framework (programming language)|Grammatical Framework]], one of the world’s leading symbolic natural language generation systems. Aarne has been an advisor for me and his work has been an inspiration for Abstract Wikipedia. So I asked him about this particular issue, and his first reaction was to laugh and to literally call it one of the hardest puzzles they had to solve. That was encouraging!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
So I would like to end with a Call to Action: let us focus on this issue together for a bit, across some of the relevant languages, in order to show that this is a problem we can tackle and solve. I think if we answer Strobilomyces’ challenge, which may be one of the harder issues for our approach to natural language generation, we can be much more confident about the feasibility of the whole approach.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Recent Changes in the software ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week, we made a few improvements to how Abstract Wikipedia articles and embedded Wikifunctions outputs will appear across wikis.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
On Abstract Wikipedia, empty articles now appear as red links in local wikitext and rendered fragments, consistent with how Wikipedia treats pages that have not been written yet ([[:phab:T424310|T424310]]). And when looking up labels for Abstract Wikipedia items, the system now falls back to <code>mul</code> (language-agnostic label) when no language-specific label exists ([[:phab:T427027|T427027]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
For embedded Wikifunctions, we fixed a bug that meant previewing embedded Wikifunctions' HTML outputs didn't work except on Wikifunctions.org itself ([[:phab:T426024|T426024]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
And as part of wider MediaWiki language support work, we've added [[Z2048]] (<code>sd-deva</code>) as a new [[Z60|Language]], and assigned <code>sd-arab</code> to [[Z1191]], in addition to the existing <code>sd</code> code ([[:phab:T411110|T411110]], [[:phab:T416161|T416161]], [[:phab:T418886|T418886]], and [[:phab:T426332|T426332]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== News in Types: Syntactic tables… but not yet ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
We invite you all to create new and discuss the existing [[Wikifunctions:Type proposals|Type proposals]] so we can keep on creating new Types. Thanks to all the community members contributing to the discussion and writing proposals, making it possible to extend the Wikifunctions to new domains!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Earlier this week we implemented the [[Wikifunctions:Type proposals/Syntactic table|Syntactic tables]] proposal, but it is still marked as experimental. So just be warned that it might be changed and even deprecated. On creation, the title exposed a bug with the UX for HTML fragments ([[:phab:T429379|T429379]]), which will be fixed next week. Until then, it's difficult to see the Type work. The experimental Type is here: {{Z|Z36462}}
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Initially, I was first planning to implement the proposals for [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] and [[Wikifunctions:Type proposals/Syntactic unit|Syntactic Unit]] Types, but after conferring with [[User:Mahir256|Mahir256]], who proposed the Types, it became clear that a number of features on the backend are still missing, so that their implementation at this point in time wouldn’t be useful. More details were discussed in this week’s NLG SIG meeting (see the next section).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== NLG SIG recording ===
</div>
[[File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|thumb|<span lang="en" dir="ltr" class="mw-content-ltr">Recording of June 2026 NLG SIG meeting</span>]]
<div lang="en" dir="ltr" class="mw-content-ltr">
This week’s [[Wikifunctions:NLG SIG|NLG SIG meeting]] was about discussing [[Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|the proposed new NLG types]], and was particularly focused on the [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] proposal. Thanks to [[User:Mahir256|Mahir]] for presenting the type, demoing tools, and so patiently answering questions. The [[:commons:File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|recording of the meeting is available on Commons]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Upcoming events ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Friday, 19 June 2026 at 18:30 local time, Denny will visit the [https://temporaerhaus.de/ temporärhaus] in Ulm, Germany, in order to introduce Wikidata, Wikifunctions, and Abstract Wikipedia, and discuss with the local community. Thanks to [[User:Hogü-456|Hogü-456]] for organizing the event!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
[[:wikimania:Special:MyLanguage/2026:Wikimania|Wikimania 2026]], the annual main conference for all things Wikimedia, will be in Paris, France from 21–25 July this year. [[User:Mahir256|Mahir256]] will organize a workshop on “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/HYTQBF/ From Abstract Content to Concrete Text with Wikidata Lexemes]” on Friday, 16:00 local time, and we will be running an “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/AKFG8R/ Abstract Wikipedia workshop: Let's create a multi-lingual article!]” on Saturday, 11:00 local time.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Fresh Functions weekly: 43 new Functions ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week we had 43 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!
</div>
* {{Z|Z36185}}
* {{Z|Z36190}}
* {{Z|Z36193}}
* {{Z|Z36197}}
* {{Z|Z36200}}
* {{Z|Z36206}}
* {{Z|Z36209}}
* {{Z|Z36218}}
* {{Z|Z36225}}
* {{Z|Z36232}}
* {{Z|Z36234}}
* {{Z|Z36240}}
* {{Z|Z36243}}
* {{Z|Z36253}}
* {{Z|Z36266}}
* {{Z|Z36270}}
* {{Z|Z36282}}
* {{Z|Z36285}}
* {{Z|Z36288}}
* {{Z|Z36290}}
* {{Z|Z36296}}
* {{Z|Z36299}}
* {{Z|Z36310}}
* {{Z|Z36319}}
* {{Z|Z36323}}
* {{Z|Z36325}}
* {{Z|Z36327}}
* {{Z|Z36333}}
* {{Z|Z36337}}
* {{Z|Z36341}}
* {{Z|Z36348}}
* {{Z|Z36354}}
* {{Z|Z36357}}
* {{Z|Z36357}}
* {{Z|Z36365}}
* {{Z|Z36369}}
* {{Z|Z36371}}
<span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span>
[[Category:Status updates{{#translation:}}|2026-06-19]]
55nkq9q7ukhlwbf69zqtsr24rt1ehi4
285251
285244
2026-06-21T18:19:34Z
Ameisenigel
44
Created page with "Wo stehen wir derzeit? Wikidata hat über eine Eigenschaft, $1, die tatsächlich dazu verwendet wird, anzugeben, dass bestimmte Bedeutungen einen bestimmten Artikel erfordern, z. B. für [[$2|den Indus]]. All diese Anwendungen auf Wikidata beschränken sich derzeit auf englische Lexeme. Zudem gibt es zwei Funktionen, $3 und $4, die beide klären sollen, ob ein Datenobjekt einen bestimmten Artikel benötigt oder nicht; auch hier wiederum nur für Englisch. Wir verfügen a..."
285251
wikitext
text/x-wiki
<languages/>
{{Wikifunctions updates
| prevlabel = Vorheriges Update
| prev = 2026-06-12
| nextlabel = Nächstes Update
| next =
}}
<span id="The_or_not_the,_this_is_(the?)_question"></span>
=== Der/die/das oder nicht, (das?) ist hier die Frage ===
Beim Freiwilligentreffen der letzten Woche gab es eine lebhafte Diskussion zu einer bestimmten Frage ([[:commons:File:Abstract Wikipedia Volunteer Corner 2026-06.webm|Aufzeichnung auf Commons verfügbar]]), eingebracht von [[User:Strobilomyces|Strobilomyces]]: Wenn man einen Satz der Form ''“X ist ein Y.”'' bilden möchte, erfordert das X manchmal einen bestimmten Artikel “der/die/das” und manchmal nicht. Hier sind einige Beispiele:
* ''Paris is a city.''
* ''The Seine is a river.''
* ''Lake Superior is a lake.''
* ''The Atlantic is an ocean.''
* ''The Eiffel Tower is a monument.''
* ''Westminster Abbey is a monument.''
Das Gleiche gilt für andere Sprachen, die über bestimmte Artikel verfügen, wie zum Beispiel Spanisch, Französisch oder Deutsch. Doch jede Sprache hat ihre eigenen Regeln für den Artikel. Hier ist ein Beispielsatz in vier Sprachen:
* ''Latin is a language.''
* ''El latín es un idioma.''
* ''Le latin est une langue.''
* ''Latein ist eine Sprache.''
Wie geht man mit dieser Art von Problem um?
Es gibt im Prinzip zwei extreme Lösungen, die – prinzipiell – beide funktionieren:
# Abbilden, ob das jeweilige Substantiv in den Lexemen von Wikidata den bestimmten Artikel erfordert.
# Eine intelligente Funktion implementieren, die ermittelt, ob ein Substantiv einen bestimmten Artikel benötigt.
Beide Ansätze bringen ihre eigenen Herausforderungen mit sich: Der Ansatz mit den Lexemen würde eine enorme Anzahl an Lexemen erfordern, da man Lexeme für jeden Fluss, jedes Denkmal ''etc.'' in jeder Sprache mit Artikeln bräuchte. Das wären sehr viele Lexeme. Ein intelligenter Funktionsansatz hingegen müsste womöglich eine Vielzahl von Sonderfällen bis hinunter auf die Ebene einzelner Wörter bewältigen, da alle Sprachen Unregelmäßigkeiten aufweisen, was die Implementierungen sehr umfangreich machen würde. Im Prinzip würden jedoch beide Ansätze funktionieren.
Eine weitere Lösung besteht, wie so oft, darin, einen Mittelweg zu wählen: Man verwendet eine Funktion, um die Antwort für jene Fälle zu ermitteln, die sich einfach mit einer Funktion ausdrücken lassen, und nutzt Lexeme für die Ausnahmen. Die Funktion würde dann stets zuerst nach einem Lexem suchen und die Funktion selbst nur dann als bestmögliche Annäherung anwenden, wenn kein Lexem gefunden wird.
Wo stehen wir derzeit? Wikidata hat über eine Eigenschaft, {{P|P5713}}, die tatsächlich dazu verwendet wird, anzugeben, dass bestimmte Bedeutungen einen bestimmten Artikel erfordern, z. B. für [[:q:Lexeme:L1012744#S1|den Indus]]. All diese Anwendungen auf Wikidata beschränken sich derzeit auf englische Lexeme. Zudem gibt es zwei Funktionen, {{Z|Z32645}} und {{Z|Z32935}}, die beide klären sollen, ob ein Datenobjekt einen bestimmten Artikel benötigt oder nicht; auch hier wiederum nur für Englisch. Wir verfügen also prinzipiell bereits über beide Teile des Puzzles, allerdings scheinen sie nicht in die tatsächliche Verwendung von Funktionen in der Abstrakten Wikipedia integriert zu sein, wie sich ''z. B.'' am [[:abstract:Q243|Artikel über den Eiffelturm]] zeigt.
<div lang="en" dir="ltr" class="mw-content-ltr">
In a twist I didn’t expect, I gave [https://www.cse.chalmers.se/~aarne/ Aarne Ranta] a call after this Monday’s Volunteers’ Corner. Aarne is the founder of [[:en:Grammatical Framework (programming language)|Grammatical Framework]], one of the world’s leading symbolic natural language generation systems. Aarne has been an advisor for me and his work has been an inspiration for Abstract Wikipedia. So I asked him about this particular issue, and his first reaction was to laugh and to literally call it one of the hardest puzzles they had to solve. That was encouraging!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
So I would like to end with a Call to Action: let us focus on this issue together for a bit, across some of the relevant languages, in order to show that this is a problem we can tackle and solve. I think if we answer Strobilomyces’ challenge, which may be one of the harder issues for our approach to natural language generation, we can be much more confident about the feasibility of the whole approach.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Recent Changes in the software ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week, we made a few improvements to how Abstract Wikipedia articles and embedded Wikifunctions outputs will appear across wikis.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
On Abstract Wikipedia, empty articles now appear as red links in local wikitext and rendered fragments, consistent with how Wikipedia treats pages that have not been written yet ([[:phab:T424310|T424310]]). And when looking up labels for Abstract Wikipedia items, the system now falls back to <code>mul</code> (language-agnostic label) when no language-specific label exists ([[:phab:T427027|T427027]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
For embedded Wikifunctions, we fixed a bug that meant previewing embedded Wikifunctions' HTML outputs didn't work except on Wikifunctions.org itself ([[:phab:T426024|T426024]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
And as part of wider MediaWiki language support work, we've added [[Z2048]] (<code>sd-deva</code>) as a new [[Z60|Language]], and assigned <code>sd-arab</code> to [[Z1191]], in addition to the existing <code>sd</code> code ([[:phab:T411110|T411110]], [[:phab:T416161|T416161]], [[:phab:T418886|T418886]], and [[:phab:T426332|T426332]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== News in Types: Syntactic tables… but not yet ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
We invite you all to create new and discuss the existing [[Wikifunctions:Type proposals|Type proposals]] so we can keep on creating new Types. Thanks to all the community members contributing to the discussion and writing proposals, making it possible to extend the Wikifunctions to new domains!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Earlier this week we implemented the [[Wikifunctions:Type proposals/Syntactic table|Syntactic tables]] proposal, but it is still marked as experimental. So just be warned that it might be changed and even deprecated. On creation, the title exposed a bug with the UX for HTML fragments ([[:phab:T429379|T429379]]), which will be fixed next week. Until then, it's difficult to see the Type work. The experimental Type is here: {{Z|Z36462}}
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Initially, I was first planning to implement the proposals for [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] and [[Wikifunctions:Type proposals/Syntactic unit|Syntactic Unit]] Types, but after conferring with [[User:Mahir256|Mahir256]], who proposed the Types, it became clear that a number of features on the backend are still missing, so that their implementation at this point in time wouldn’t be useful. More details were discussed in this week’s NLG SIG meeting (see the next section).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== NLG SIG recording ===
</div>
[[File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|thumb|<span lang="en" dir="ltr" class="mw-content-ltr">Recording of June 2026 NLG SIG meeting</span>]]
<div lang="en" dir="ltr" class="mw-content-ltr">
This week’s [[Wikifunctions:NLG SIG|NLG SIG meeting]] was about discussing [[Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|the proposed new NLG types]], and was particularly focused on the [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] proposal. Thanks to [[User:Mahir256|Mahir]] for presenting the type, demoing tools, and so patiently answering questions. The [[:commons:File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|recording of the meeting is available on Commons]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Upcoming events ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Friday, 19 June 2026 at 18:30 local time, Denny will visit the [https://temporaerhaus.de/ temporärhaus] in Ulm, Germany, in order to introduce Wikidata, Wikifunctions, and Abstract Wikipedia, and discuss with the local community. Thanks to [[User:Hogü-456|Hogü-456]] for organizing the event!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
[[:wikimania:Special:MyLanguage/2026:Wikimania|Wikimania 2026]], the annual main conference for all things Wikimedia, will be in Paris, France from 21–25 July this year. [[User:Mahir256|Mahir256]] will organize a workshop on “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/HYTQBF/ From Abstract Content to Concrete Text with Wikidata Lexemes]” on Friday, 16:00 local time, and we will be running an “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/AKFG8R/ Abstract Wikipedia workshop: Let's create a multi-lingual article!]” on Saturday, 11:00 local time.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Fresh Functions weekly: 43 new Functions ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week we had 43 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!
</div>
* {{Z|Z36185}}
* {{Z|Z36190}}
* {{Z|Z36193}}
* {{Z|Z36197}}
* {{Z|Z36200}}
* {{Z|Z36206}}
* {{Z|Z36209}}
* {{Z|Z36218}}
* {{Z|Z36225}}
* {{Z|Z36232}}
* {{Z|Z36234}}
* {{Z|Z36240}}
* {{Z|Z36243}}
* {{Z|Z36253}}
* {{Z|Z36266}}
* {{Z|Z36270}}
* {{Z|Z36282}}
* {{Z|Z36285}}
* {{Z|Z36288}}
* {{Z|Z36290}}
* {{Z|Z36296}}
* {{Z|Z36299}}
* {{Z|Z36310}}
* {{Z|Z36319}}
* {{Z|Z36323}}
* {{Z|Z36325}}
* {{Z|Z36327}}
* {{Z|Z36333}}
* {{Z|Z36337}}
* {{Z|Z36341}}
* {{Z|Z36348}}
* {{Z|Z36354}}
* {{Z|Z36357}}
* {{Z|Z36357}}
* {{Z|Z36365}}
* {{Z|Z36369}}
* {{Z|Z36371}}
<span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span>
[[Category:Status updates{{#translation:}}|2026-06-19]]
pu69fmibawn1kudp0we5na5oczployb
285253
285251
2026-06-21T18:20:48Z
FuzzyBot
207
Updating to match new version of source page
285253
wikitext
text/x-wiki
<languages/>
{{Wikifunctions updates
| prevlabel = Vorheriges Update
| prev = 2026-06-12
| nextlabel = Nächstes Update
| next =
}}
<span id="The_or_not_the,_this_is_(the?)_question"></span>
=== Der/die/das oder nicht, (das?) ist hier die Frage ===
Beim Freiwilligentreffen der letzten Woche gab es eine lebhafte Diskussion zu einer bestimmten Frage ([[:commons:File:Abstract Wikipedia Volunteer Corner 2026-06.webm|Aufzeichnung auf Commons verfügbar]]), eingebracht von [[User:Strobilomyces|Strobilomyces]]: Wenn man einen Satz der Form ''“X ist ein Y.”'' bilden möchte, erfordert das X manchmal einen bestimmten Artikel “der/die/das” und manchmal nicht. Hier sind einige Beispiele:
* ''Paris is a city.''
* ''The Seine is a river.''
* ''Lake Superior is a lake.''
* ''The Atlantic is an ocean.''
* ''The Eiffel Tower is a monument.''
* ''Westminster Abbey is a monument.''
Das Gleiche gilt für andere Sprachen, die über bestimmte Artikel verfügen, wie zum Beispiel Spanisch, Französisch oder Deutsch. Doch jede Sprache hat ihre eigenen Regeln für den Artikel. Hier ist ein Beispielsatz in vier Sprachen:
* ''Latin is a language.''
* ''El latín es un idioma.''
* ''Le latin est une langue.''
* ''Latein ist eine Sprache.''
Wie geht man mit dieser Art von Problem um?
Es gibt im Prinzip zwei extreme Lösungen, die – prinzipiell – beide funktionieren:
# Abbilden, ob das jeweilige Substantiv in den Lexemen von Wikidata den bestimmten Artikel erfordert.
# Eine intelligente Funktion implementieren, die ermittelt, ob ein Substantiv einen bestimmten Artikel benötigt.
Beide Ansätze bringen ihre eigenen Herausforderungen mit sich: Der Ansatz mit den Lexemen würde eine enorme Anzahl an Lexemen erfordern, da man Lexeme für jeden Fluss, jedes Denkmal ''etc.'' in jeder Sprache mit Artikeln bräuchte. Das wären sehr viele Lexeme. Ein intelligenter Funktionsansatz hingegen müsste womöglich eine Vielzahl von Sonderfällen bis hinunter auf die Ebene einzelner Wörter bewältigen, da alle Sprachen Unregelmäßigkeiten aufweisen, was die Implementierungen sehr umfangreich machen würde. Im Prinzip würden jedoch beide Ansätze funktionieren.
Eine weitere Lösung besteht, wie so oft, darin, einen Mittelweg zu wählen: Man verwendet eine Funktion, um die Antwort für jene Fälle zu ermitteln, die sich einfach mit einer Funktion ausdrücken lassen, und nutzt Lexeme für die Ausnahmen. Die Funktion würde dann stets zuerst nach einem Lexem suchen und die Funktion selbst nur dann als bestmögliche Annäherung anwenden, wenn kein Lexem gefunden wird.
Wo stehen wir derzeit? Wikidata hat über eine Eigenschaft, {{P|P5713}}, die tatsächlich dazu verwendet wird, anzugeben, dass bestimmte Bedeutungen einen bestimmten Artikel erfordern, z. B. für [[:d:Lexeme:L1012744#S1|den Indus]]. All diese Anwendungen auf Wikidata beschränken sich derzeit auf englische Lexeme. Zudem gibt es zwei Funktionen, {{Z|Z32645}} und {{Z|Z32935}}, die beide klären sollen, ob ein Datenobjekt einen bestimmten Artikel benötigt oder nicht; auch hier wiederum nur für Englisch. Wir verfügen also prinzipiell bereits über beide Teile des Puzzles, allerdings scheinen sie nicht in die tatsächliche Verwendung von Funktionen in der Abstrakten Wikipedia integriert zu sein, wie sich ''z. B.'' am [[:abstract:Q243|Artikel über den Eiffelturm]] zeigt.
<div lang="en" dir="ltr" class="mw-content-ltr">
In a twist I didn’t expect, I gave [https://www.cse.chalmers.se/~aarne/ Aarne Ranta] a call after this Monday’s Volunteers’ Corner. Aarne is the founder of [[:en:Grammatical Framework (programming language)|Grammatical Framework]], one of the world’s leading symbolic natural language generation systems. Aarne has been an advisor for me and his work has been an inspiration for Abstract Wikipedia. So I asked him about this particular issue, and his first reaction was to laugh and to literally call it one of the hardest puzzles they had to solve. That was encouraging!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
So I would like to end with a Call to Action: let us focus on this issue together for a bit, across some of the relevant languages, in order to show that this is a problem we can tackle and solve. I think if we answer Strobilomyces’ challenge, which may be one of the harder issues for our approach to natural language generation, we can be much more confident about the feasibility of the whole approach.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Recent Changes in the software ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week, we made a few improvements to how Abstract Wikipedia articles and embedded Wikifunctions outputs will appear across wikis.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
On Abstract Wikipedia, empty articles now appear as red links in local wikitext and rendered fragments, consistent with how Wikipedia treats pages that have not been written yet ([[:phab:T424310|T424310]]). And when looking up labels for Abstract Wikipedia items, the system now falls back to <code>mul</code> (language-agnostic label) when no language-specific label exists ([[:phab:T427027|T427027]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
For embedded Wikifunctions, we fixed a bug that meant previewing embedded Wikifunctions' HTML outputs didn't work except on Wikifunctions.org itself ([[:phab:T426024|T426024]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
And as part of wider MediaWiki language support work, we've added [[Z2048]] (<code>sd-deva</code>) as a new [[Z60|Language]], and assigned <code>sd-arab</code> to [[Z1191]], in addition to the existing <code>sd</code> code ([[:phab:T411110|T411110]], [[:phab:T416161|T416161]], [[:phab:T418886|T418886]], and [[:phab:T426332|T426332]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== News in Types: Syntactic tables… but not yet ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
We invite you all to create new and discuss the existing [[Wikifunctions:Type proposals|Type proposals]] so we can keep on creating new Types. Thanks to all the community members contributing to the discussion and writing proposals, making it possible to extend the Wikifunctions to new domains!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Earlier this week we implemented the [[Wikifunctions:Type proposals/Syntactic table|Syntactic tables]] proposal, but it is still marked as experimental. So just be warned that it might be changed and even deprecated. On creation, the title exposed a bug with the UX for HTML fragments ([[:phab:T429379|T429379]]), which will be fixed next week. Until then, it's difficult to see the Type work. The experimental Type is here: {{Z|Z36462}}
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Initially, I was first planning to implement the proposals for [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] and [[Wikifunctions:Type proposals/Syntactic unit|Syntactic Unit]] Types, but after conferring with [[User:Mahir256|Mahir256]], who proposed the Types, it became clear that a number of features on the backend are still missing, so that their implementation at this point in time wouldn’t be useful. More details were discussed in this week’s NLG SIG meeting (see the next section).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== NLG SIG recording ===
</div>
[[File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|thumb|<span lang="en" dir="ltr" class="mw-content-ltr">Recording of June 2026 NLG SIG meeting</span>]]
<div lang="en" dir="ltr" class="mw-content-ltr">
This week’s [[Wikifunctions:NLG SIG|NLG SIG meeting]] was about discussing [[Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|the proposed new NLG types]], and was particularly focused on the [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] proposal. Thanks to [[User:Mahir256|Mahir]] for presenting the type, demoing tools, and so patiently answering questions. The [[:commons:File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|recording of the meeting is available on Commons]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Upcoming events ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Friday, 19 June 2026 at 18:30 local time, Denny will visit the [https://temporaerhaus.de/ temporärhaus] in Ulm, Germany, in order to introduce Wikidata, Wikifunctions, and Abstract Wikipedia, and discuss with the local community. Thanks to [[User:Hogü-456|Hogü-456]] for organizing the event!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
[[:wikimania:Special:MyLanguage/2026:Wikimania|Wikimania 2026]], the annual main conference for all things Wikimedia, will be in Paris, France from 21–25 July this year. [[User:Mahir256|Mahir256]] will organize a workshop on “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/HYTQBF/ From Abstract Content to Concrete Text with Wikidata Lexemes]” on Friday, 16:00 local time, and we will be running an “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/AKFG8R/ Abstract Wikipedia workshop: Let's create a multi-lingual article!]” on Saturday, 11:00 local time.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Fresh Functions weekly: 43 new Functions ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week we had 43 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!
</div>
* {{Z|Z36185}}
* {{Z|Z36190}}
* {{Z|Z36193}}
* {{Z|Z36197}}
* {{Z|Z36200}}
* {{Z|Z36206}}
* {{Z|Z36209}}
* {{Z|Z36218}}
* {{Z|Z36225}}
* {{Z|Z36232}}
* {{Z|Z36234}}
* {{Z|Z36240}}
* {{Z|Z36243}}
* {{Z|Z36253}}
* {{Z|Z36266}}
* {{Z|Z36270}}
* {{Z|Z36282}}
* {{Z|Z36285}}
* {{Z|Z36288}}
* {{Z|Z36290}}
* {{Z|Z36296}}
* {{Z|Z36299}}
* {{Z|Z36310}}
* {{Z|Z36319}}
* {{Z|Z36323}}
* {{Z|Z36325}}
* {{Z|Z36327}}
* {{Z|Z36333}}
* {{Z|Z36337}}
* {{Z|Z36341}}
* {{Z|Z36348}}
* {{Z|Z36354}}
* {{Z|Z36357}}
* {{Z|Z36357}}
* {{Z|Z36365}}
* {{Z|Z36369}}
* {{Z|Z36371}}
<span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span>
[[Category:Status updates{{#translation:}}|2026-06-19]]
e1wpc8oj2dy6btdsym8womyk5p8cheo
285259
285253
2026-06-21T18:46:55Z
Ameisenigel
44
Created page with "Zu meiner Überraschung rief ich nach dem Freiwilligentreffen an diesem Montag [$1 Aarne Ranta] an. Aarne ist der Entwickler von [[$2|Grammatical Framework]], einem der weltweit führenden Systeme zur symbolischen Generierung natürlicher Sprache. Er hat mich beraten und seine Arbeit war eine Inspiration für die Abstrakte Wikipedia. Ich sprach ihn also auf dieses spezielle Problem an, und seine erste Reaktion war ein Lachen und er bezeichnete es buchstäblich als eines..."
285259
wikitext
text/x-wiki
<languages/>
{{Wikifunctions updates
| prevlabel = Vorheriges Update
| prev = 2026-06-12
| nextlabel = Nächstes Update
| next =
}}
<span id="The_or_not_the,_this_is_(the?)_question"></span>
=== Der/die/das oder nicht, (das?) ist hier die Frage ===
Beim Freiwilligentreffen der letzten Woche gab es eine lebhafte Diskussion zu einer bestimmten Frage ([[:commons:File:Abstract Wikipedia Volunteer Corner 2026-06.webm|Aufzeichnung auf Commons verfügbar]]), eingebracht von [[User:Strobilomyces|Strobilomyces]]: Wenn man einen Satz der Form ''“X ist ein Y.”'' bilden möchte, erfordert das X manchmal einen bestimmten Artikel “der/die/das” und manchmal nicht. Hier sind einige Beispiele:
* ''Paris is a city.''
* ''The Seine is a river.''
* ''Lake Superior is a lake.''
* ''The Atlantic is an ocean.''
* ''The Eiffel Tower is a monument.''
* ''Westminster Abbey is a monument.''
Das Gleiche gilt für andere Sprachen, die über bestimmte Artikel verfügen, wie zum Beispiel Spanisch, Französisch oder Deutsch. Doch jede Sprache hat ihre eigenen Regeln für den Artikel. Hier ist ein Beispielsatz in vier Sprachen:
* ''Latin is a language.''
* ''El latín es un idioma.''
* ''Le latin est une langue.''
* ''Latein ist eine Sprache.''
Wie geht man mit dieser Art von Problem um?
Es gibt im Prinzip zwei extreme Lösungen, die – prinzipiell – beide funktionieren:
# Abbilden, ob das jeweilige Substantiv in den Lexemen von Wikidata den bestimmten Artikel erfordert.
# Eine intelligente Funktion implementieren, die ermittelt, ob ein Substantiv einen bestimmten Artikel benötigt.
Beide Ansätze bringen ihre eigenen Herausforderungen mit sich: Der Ansatz mit den Lexemen würde eine enorme Anzahl an Lexemen erfordern, da man Lexeme für jeden Fluss, jedes Denkmal ''etc.'' in jeder Sprache mit Artikeln bräuchte. Das wären sehr viele Lexeme. Ein intelligenter Funktionsansatz hingegen müsste womöglich eine Vielzahl von Sonderfällen bis hinunter auf die Ebene einzelner Wörter bewältigen, da alle Sprachen Unregelmäßigkeiten aufweisen, was die Implementierungen sehr umfangreich machen würde. Im Prinzip würden jedoch beide Ansätze funktionieren.
Eine weitere Lösung besteht, wie so oft, darin, einen Mittelweg zu wählen: Man verwendet eine Funktion, um die Antwort für jene Fälle zu ermitteln, die sich einfach mit einer Funktion ausdrücken lassen, und nutzt Lexeme für die Ausnahmen. Die Funktion würde dann stets zuerst nach einem Lexem suchen und die Funktion selbst nur dann als bestmögliche Annäherung anwenden, wenn kein Lexem gefunden wird.
Wo stehen wir derzeit? Wikidata hat über eine Eigenschaft, {{P|P5713}}, die tatsächlich dazu verwendet wird, anzugeben, dass bestimmte Bedeutungen einen bestimmten Artikel erfordern, z. B. für [[:d:Lexeme:L1012744#S1|den Indus]]. All diese Anwendungen auf Wikidata beschränken sich derzeit auf englische Lexeme. Zudem gibt es zwei Funktionen, {{Z|Z32645}} und {{Z|Z32935}}, die beide klären sollen, ob ein Datenobjekt einen bestimmten Artikel benötigt oder nicht; auch hier wiederum nur für Englisch. Wir verfügen also prinzipiell bereits über beide Teile des Puzzles, allerdings scheinen sie nicht in die tatsächliche Verwendung von Funktionen in der Abstrakten Wikipedia integriert zu sein, wie sich ''z. B.'' am [[:abstract:Q243|Artikel über den Eiffelturm]] zeigt.
Zu meiner Überraschung rief ich nach dem Freiwilligentreffen an diesem Montag [https://www.cse.chalmers.se/~aarne/ Aarne Ranta] an. Aarne ist der Entwickler von [[:en:Grammatical Framework (programming language)|Grammatical Framework]], einem der weltweit führenden Systeme zur symbolischen Generierung natürlicher Sprache. Er hat mich beraten und seine Arbeit war eine Inspiration für die Abstrakte Wikipedia. Ich sprach ihn also auf dieses spezielle Problem an, und seine erste Reaktion war ein Lachen und er bezeichnete es buchstäblich als eines der schwierigsten Rätsel, die sie je lösen mussten. Das machte mir Mut!
<div lang="en" dir="ltr" class="mw-content-ltr">
So I would like to end with a Call to Action: let us focus on this issue together for a bit, across some of the relevant languages, in order to show that this is a problem we can tackle and solve. I think if we answer Strobilomyces’ challenge, which may be one of the harder issues for our approach to natural language generation, we can be much more confident about the feasibility of the whole approach.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Recent Changes in the software ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week, we made a few improvements to how Abstract Wikipedia articles and embedded Wikifunctions outputs will appear across wikis.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
On Abstract Wikipedia, empty articles now appear as red links in local wikitext and rendered fragments, consistent with how Wikipedia treats pages that have not been written yet ([[:phab:T424310|T424310]]). And when looking up labels for Abstract Wikipedia items, the system now falls back to <code>mul</code> (language-agnostic label) when no language-specific label exists ([[:phab:T427027|T427027]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
For embedded Wikifunctions, we fixed a bug that meant previewing embedded Wikifunctions' HTML outputs didn't work except on Wikifunctions.org itself ([[:phab:T426024|T426024]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
And as part of wider MediaWiki language support work, we've added [[Z2048]] (<code>sd-deva</code>) as a new [[Z60|Language]], and assigned <code>sd-arab</code> to [[Z1191]], in addition to the existing <code>sd</code> code ([[:phab:T411110|T411110]], [[:phab:T416161|T416161]], [[:phab:T418886|T418886]], and [[:phab:T426332|T426332]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== News in Types: Syntactic tables… but not yet ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
We invite you all to create new and discuss the existing [[Wikifunctions:Type proposals|Type proposals]] so we can keep on creating new Types. Thanks to all the community members contributing to the discussion and writing proposals, making it possible to extend the Wikifunctions to new domains!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Earlier this week we implemented the [[Wikifunctions:Type proposals/Syntactic table|Syntactic tables]] proposal, but it is still marked as experimental. So just be warned that it might be changed and even deprecated. On creation, the title exposed a bug with the UX for HTML fragments ([[:phab:T429379|T429379]]), which will be fixed next week. Until then, it's difficult to see the Type work. The experimental Type is here: {{Z|Z36462}}
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Initially, I was first planning to implement the proposals for [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] and [[Wikifunctions:Type proposals/Syntactic unit|Syntactic Unit]] Types, but after conferring with [[User:Mahir256|Mahir256]], who proposed the Types, it became clear that a number of features on the backend are still missing, so that their implementation at this point in time wouldn’t be useful. More details were discussed in this week’s NLG SIG meeting (see the next section).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== NLG SIG recording ===
</div>
[[File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|thumb|<span lang="en" dir="ltr" class="mw-content-ltr">Recording of June 2026 NLG SIG meeting</span>]]
<div lang="en" dir="ltr" class="mw-content-ltr">
This week’s [[Wikifunctions:NLG SIG|NLG SIG meeting]] was about discussing [[Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|the proposed new NLG types]], and was particularly focused on the [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] proposal. Thanks to [[User:Mahir256|Mahir]] for presenting the type, demoing tools, and so patiently answering questions. The [[:commons:File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|recording of the meeting is available on Commons]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Upcoming events ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Friday, 19 June 2026 at 18:30 local time, Denny will visit the [https://temporaerhaus.de/ temporärhaus] in Ulm, Germany, in order to introduce Wikidata, Wikifunctions, and Abstract Wikipedia, and discuss with the local community. Thanks to [[User:Hogü-456|Hogü-456]] for organizing the event!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
[[:wikimania:Special:MyLanguage/2026:Wikimania|Wikimania 2026]], the annual main conference for all things Wikimedia, will be in Paris, France from 21–25 July this year. [[User:Mahir256|Mahir256]] will organize a workshop on “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/HYTQBF/ From Abstract Content to Concrete Text with Wikidata Lexemes]” on Friday, 16:00 local time, and we will be running an “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/AKFG8R/ Abstract Wikipedia workshop: Let's create a multi-lingual article!]” on Saturday, 11:00 local time.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Fresh Functions weekly: 43 new Functions ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week we had 43 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!
</div>
* {{Z|Z36185}}
* {{Z|Z36190}}
* {{Z|Z36193}}
* {{Z|Z36197}}
* {{Z|Z36200}}
* {{Z|Z36206}}
* {{Z|Z36209}}
* {{Z|Z36218}}
* {{Z|Z36225}}
* {{Z|Z36232}}
* {{Z|Z36234}}
* {{Z|Z36240}}
* {{Z|Z36243}}
* {{Z|Z36253}}
* {{Z|Z36266}}
* {{Z|Z36270}}
* {{Z|Z36282}}
* {{Z|Z36285}}
* {{Z|Z36288}}
* {{Z|Z36290}}
* {{Z|Z36296}}
* {{Z|Z36299}}
* {{Z|Z36310}}
* {{Z|Z36319}}
* {{Z|Z36323}}
* {{Z|Z36325}}
* {{Z|Z36327}}
* {{Z|Z36333}}
* {{Z|Z36337}}
* {{Z|Z36341}}
* {{Z|Z36348}}
* {{Z|Z36354}}
* {{Z|Z36357}}
* {{Z|Z36357}}
* {{Z|Z36365}}
* {{Z|Z36369}}
* {{Z|Z36371}}
<span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span>
[[Category:Status updates{{#translation:}}|2026-06-19]]
oyepnmg95q1gtsdgccggxpwssbqs3t1
285261
285259
2026-06-21T18:48:42Z
Ameisenigel
44
Created page with "Ich möchte daher mit einem Aufruf zum Handeln schließen: Lasst uns uns gemeinsam und über verschiedene relevante Sprachen hinweg einen Moment lang auf dieses Thema konzentrieren, um zu zeigen, dass es sich um ein Problem handelt, das wir angehen und lösen können. Ich bin der Meinung, wenn wir die von Strobilomyces aufgeworfene Herausforderung meistern, die womöglich eine der schwierigsten Fragen für unseren Ansatz zur Generierung natürlicher Sprache darstellt, k..."
285261
wikitext
text/x-wiki
<languages/>
{{Wikifunctions updates
| prevlabel = Vorheriges Update
| prev = 2026-06-12
| nextlabel = Nächstes Update
| next =
}}
<span id="The_or_not_the,_this_is_(the?)_question"></span>
=== Der/die/das oder nicht, (das?) ist hier die Frage ===
Beim Freiwilligentreffen der letzten Woche gab es eine lebhafte Diskussion zu einer bestimmten Frage ([[:commons:File:Abstract Wikipedia Volunteer Corner 2026-06.webm|Aufzeichnung auf Commons verfügbar]]), eingebracht von [[User:Strobilomyces|Strobilomyces]]: Wenn man einen Satz der Form ''“X ist ein Y.”'' bilden möchte, erfordert das X manchmal einen bestimmten Artikel “der/die/das” und manchmal nicht. Hier sind einige Beispiele:
* ''Paris is a city.''
* ''The Seine is a river.''
* ''Lake Superior is a lake.''
* ''The Atlantic is an ocean.''
* ''The Eiffel Tower is a monument.''
* ''Westminster Abbey is a monument.''
Das Gleiche gilt für andere Sprachen, die über bestimmte Artikel verfügen, wie zum Beispiel Spanisch, Französisch oder Deutsch. Doch jede Sprache hat ihre eigenen Regeln für den Artikel. Hier ist ein Beispielsatz in vier Sprachen:
* ''Latin is a language.''
* ''El latín es un idioma.''
* ''Le latin est une langue.''
* ''Latein ist eine Sprache.''
Wie geht man mit dieser Art von Problem um?
Es gibt im Prinzip zwei extreme Lösungen, die – prinzipiell – beide funktionieren:
# Abbilden, ob das jeweilige Substantiv in den Lexemen von Wikidata den bestimmten Artikel erfordert.
# Eine intelligente Funktion implementieren, die ermittelt, ob ein Substantiv einen bestimmten Artikel benötigt.
Beide Ansätze bringen ihre eigenen Herausforderungen mit sich: Der Ansatz mit den Lexemen würde eine enorme Anzahl an Lexemen erfordern, da man Lexeme für jeden Fluss, jedes Denkmal ''etc.'' in jeder Sprache mit Artikeln bräuchte. Das wären sehr viele Lexeme. Ein intelligenter Funktionsansatz hingegen müsste womöglich eine Vielzahl von Sonderfällen bis hinunter auf die Ebene einzelner Wörter bewältigen, da alle Sprachen Unregelmäßigkeiten aufweisen, was die Implementierungen sehr umfangreich machen würde. Im Prinzip würden jedoch beide Ansätze funktionieren.
Eine weitere Lösung besteht, wie so oft, darin, einen Mittelweg zu wählen: Man verwendet eine Funktion, um die Antwort für jene Fälle zu ermitteln, die sich einfach mit einer Funktion ausdrücken lassen, und nutzt Lexeme für die Ausnahmen. Die Funktion würde dann stets zuerst nach einem Lexem suchen und die Funktion selbst nur dann als bestmögliche Annäherung anwenden, wenn kein Lexem gefunden wird.
Wo stehen wir derzeit? Wikidata hat über eine Eigenschaft, {{P|P5713}}, die tatsächlich dazu verwendet wird, anzugeben, dass bestimmte Bedeutungen einen bestimmten Artikel erfordern, z. B. für [[:d:Lexeme:L1012744#S1|den Indus]]. All diese Anwendungen auf Wikidata beschränken sich derzeit auf englische Lexeme. Zudem gibt es zwei Funktionen, {{Z|Z32645}} und {{Z|Z32935}}, die beide klären sollen, ob ein Datenobjekt einen bestimmten Artikel benötigt oder nicht; auch hier wiederum nur für Englisch. Wir verfügen also prinzipiell bereits über beide Teile des Puzzles, allerdings scheinen sie nicht in die tatsächliche Verwendung von Funktionen in der Abstrakten Wikipedia integriert zu sein, wie sich ''z. B.'' am [[:abstract:Q243|Artikel über den Eiffelturm]] zeigt.
Zu meiner Überraschung rief ich nach dem Freiwilligentreffen an diesem Montag [https://www.cse.chalmers.se/~aarne/ Aarne Ranta] an. Aarne ist der Entwickler von [[:en:Grammatical Framework (programming language)|Grammatical Framework]], einem der weltweit führenden Systeme zur symbolischen Generierung natürlicher Sprache. Er hat mich beraten und seine Arbeit war eine Inspiration für die Abstrakte Wikipedia. Ich sprach ihn also auf dieses spezielle Problem an, und seine erste Reaktion war ein Lachen und er bezeichnete es buchstäblich als eines der schwierigsten Rätsel, die sie je lösen mussten. Das machte mir Mut!
Ich möchte daher mit einem Aufruf zum Handeln schließen: Lasst uns uns gemeinsam und über verschiedene relevante Sprachen hinweg einen Moment lang auf dieses Thema konzentrieren, um zu zeigen, dass es sich um ein Problem handelt, das wir angehen und lösen können. Ich bin der Meinung, wenn wir die von Strobilomyces aufgeworfene Herausforderung meistern, die womöglich eine der schwierigsten Fragen für unseren Ansatz zur Generierung natürlicher Sprache darstellt, können wir der Machbarkeit des Gesamtkonzepts weitaus zuversichtlicher entgegensehen.
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Recent Changes in the software ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week, we made a few improvements to how Abstract Wikipedia articles and embedded Wikifunctions outputs will appear across wikis.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
On Abstract Wikipedia, empty articles now appear as red links in local wikitext and rendered fragments, consistent with how Wikipedia treats pages that have not been written yet ([[:phab:T424310|T424310]]). And when looking up labels for Abstract Wikipedia items, the system now falls back to <code>mul</code> (language-agnostic label) when no language-specific label exists ([[:phab:T427027|T427027]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
For embedded Wikifunctions, we fixed a bug that meant previewing embedded Wikifunctions' HTML outputs didn't work except on Wikifunctions.org itself ([[:phab:T426024|T426024]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
And as part of wider MediaWiki language support work, we've added [[Z2048]] (<code>sd-deva</code>) as a new [[Z60|Language]], and assigned <code>sd-arab</code> to [[Z1191]], in addition to the existing <code>sd</code> code ([[:phab:T411110|T411110]], [[:phab:T416161|T416161]], [[:phab:T418886|T418886]], and [[:phab:T426332|T426332]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== News in Types: Syntactic tables… but not yet ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
We invite you all to create new and discuss the existing [[Wikifunctions:Type proposals|Type proposals]] so we can keep on creating new Types. Thanks to all the community members contributing to the discussion and writing proposals, making it possible to extend the Wikifunctions to new domains!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Earlier this week we implemented the [[Wikifunctions:Type proposals/Syntactic table|Syntactic tables]] proposal, but it is still marked as experimental. So just be warned that it might be changed and even deprecated. On creation, the title exposed a bug with the UX for HTML fragments ([[:phab:T429379|T429379]]), which will be fixed next week. Until then, it's difficult to see the Type work. The experimental Type is here: {{Z|Z36462}}
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Initially, I was first planning to implement the proposals for [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] and [[Wikifunctions:Type proposals/Syntactic unit|Syntactic Unit]] Types, but after conferring with [[User:Mahir256|Mahir256]], who proposed the Types, it became clear that a number of features on the backend are still missing, so that their implementation at this point in time wouldn’t be useful. More details were discussed in this week’s NLG SIG meeting (see the next section).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== NLG SIG recording ===
</div>
[[File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|thumb|<span lang="en" dir="ltr" class="mw-content-ltr">Recording of June 2026 NLG SIG meeting</span>]]
<div lang="en" dir="ltr" class="mw-content-ltr">
This week’s [[Wikifunctions:NLG SIG|NLG SIG meeting]] was about discussing [[Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|the proposed new NLG types]], and was particularly focused on the [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] proposal. Thanks to [[User:Mahir256|Mahir]] for presenting the type, demoing tools, and so patiently answering questions. The [[:commons:File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|recording of the meeting is available on Commons]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Upcoming events ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Friday, 19 June 2026 at 18:30 local time, Denny will visit the [https://temporaerhaus.de/ temporärhaus] in Ulm, Germany, in order to introduce Wikidata, Wikifunctions, and Abstract Wikipedia, and discuss with the local community. Thanks to [[User:Hogü-456|Hogü-456]] for organizing the event!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
[[:wikimania:Special:MyLanguage/2026:Wikimania|Wikimania 2026]], the annual main conference for all things Wikimedia, will be in Paris, France from 21–25 July this year. [[User:Mahir256|Mahir256]] will organize a workshop on “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/HYTQBF/ From Abstract Content to Concrete Text with Wikidata Lexemes]” on Friday, 16:00 local time, and we will be running an “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/AKFG8R/ Abstract Wikipedia workshop: Let's create a multi-lingual article!]” on Saturday, 11:00 local time.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Fresh Functions weekly: 43 new Functions ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week we had 43 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!
</div>
* {{Z|Z36185}}
* {{Z|Z36190}}
* {{Z|Z36193}}
* {{Z|Z36197}}
* {{Z|Z36200}}
* {{Z|Z36206}}
* {{Z|Z36209}}
* {{Z|Z36218}}
* {{Z|Z36225}}
* {{Z|Z36232}}
* {{Z|Z36234}}
* {{Z|Z36240}}
* {{Z|Z36243}}
* {{Z|Z36253}}
* {{Z|Z36266}}
* {{Z|Z36270}}
* {{Z|Z36282}}
* {{Z|Z36285}}
* {{Z|Z36288}}
* {{Z|Z36290}}
* {{Z|Z36296}}
* {{Z|Z36299}}
* {{Z|Z36310}}
* {{Z|Z36319}}
* {{Z|Z36323}}
* {{Z|Z36325}}
* {{Z|Z36327}}
* {{Z|Z36333}}
* {{Z|Z36337}}
* {{Z|Z36341}}
* {{Z|Z36348}}
* {{Z|Z36354}}
* {{Z|Z36357}}
* {{Z|Z36357}}
* {{Z|Z36365}}
* {{Z|Z36369}}
* {{Z|Z36371}}
<span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span>
[[Category:Status updates{{#translation:}}|2026-06-19]]
ceo8x660izvgi755tndofmzkuwbhgs8
285263
285261
2026-06-21T18:48:46Z
Ameisenigel
44
Created page with "=== Letzte Änderungen an der Software ==="
285263
wikitext
text/x-wiki
<languages/>
{{Wikifunctions updates
| prevlabel = Vorheriges Update
| prev = 2026-06-12
| nextlabel = Nächstes Update
| next =
}}
<span id="The_or_not_the,_this_is_(the?)_question"></span>
=== Der/die/das oder nicht, (das?) ist hier die Frage ===
Beim Freiwilligentreffen der letzten Woche gab es eine lebhafte Diskussion zu einer bestimmten Frage ([[:commons:File:Abstract Wikipedia Volunteer Corner 2026-06.webm|Aufzeichnung auf Commons verfügbar]]), eingebracht von [[User:Strobilomyces|Strobilomyces]]: Wenn man einen Satz der Form ''“X ist ein Y.”'' bilden möchte, erfordert das X manchmal einen bestimmten Artikel “der/die/das” und manchmal nicht. Hier sind einige Beispiele:
* ''Paris is a city.''
* ''The Seine is a river.''
* ''Lake Superior is a lake.''
* ''The Atlantic is an ocean.''
* ''The Eiffel Tower is a monument.''
* ''Westminster Abbey is a monument.''
Das Gleiche gilt für andere Sprachen, die über bestimmte Artikel verfügen, wie zum Beispiel Spanisch, Französisch oder Deutsch. Doch jede Sprache hat ihre eigenen Regeln für den Artikel. Hier ist ein Beispielsatz in vier Sprachen:
* ''Latin is a language.''
* ''El latín es un idioma.''
* ''Le latin est une langue.''
* ''Latein ist eine Sprache.''
Wie geht man mit dieser Art von Problem um?
Es gibt im Prinzip zwei extreme Lösungen, die – prinzipiell – beide funktionieren:
# Abbilden, ob das jeweilige Substantiv in den Lexemen von Wikidata den bestimmten Artikel erfordert.
# Eine intelligente Funktion implementieren, die ermittelt, ob ein Substantiv einen bestimmten Artikel benötigt.
Beide Ansätze bringen ihre eigenen Herausforderungen mit sich: Der Ansatz mit den Lexemen würde eine enorme Anzahl an Lexemen erfordern, da man Lexeme für jeden Fluss, jedes Denkmal ''etc.'' in jeder Sprache mit Artikeln bräuchte. Das wären sehr viele Lexeme. Ein intelligenter Funktionsansatz hingegen müsste womöglich eine Vielzahl von Sonderfällen bis hinunter auf die Ebene einzelner Wörter bewältigen, da alle Sprachen Unregelmäßigkeiten aufweisen, was die Implementierungen sehr umfangreich machen würde. Im Prinzip würden jedoch beide Ansätze funktionieren.
Eine weitere Lösung besteht, wie so oft, darin, einen Mittelweg zu wählen: Man verwendet eine Funktion, um die Antwort für jene Fälle zu ermitteln, die sich einfach mit einer Funktion ausdrücken lassen, und nutzt Lexeme für die Ausnahmen. Die Funktion würde dann stets zuerst nach einem Lexem suchen und die Funktion selbst nur dann als bestmögliche Annäherung anwenden, wenn kein Lexem gefunden wird.
Wo stehen wir derzeit? Wikidata hat über eine Eigenschaft, {{P|P5713}}, die tatsächlich dazu verwendet wird, anzugeben, dass bestimmte Bedeutungen einen bestimmten Artikel erfordern, z. B. für [[:d:Lexeme:L1012744#S1|den Indus]]. All diese Anwendungen auf Wikidata beschränken sich derzeit auf englische Lexeme. Zudem gibt es zwei Funktionen, {{Z|Z32645}} und {{Z|Z32935}}, die beide klären sollen, ob ein Datenobjekt einen bestimmten Artikel benötigt oder nicht; auch hier wiederum nur für Englisch. Wir verfügen also prinzipiell bereits über beide Teile des Puzzles, allerdings scheinen sie nicht in die tatsächliche Verwendung von Funktionen in der Abstrakten Wikipedia integriert zu sein, wie sich ''z. B.'' am [[:abstract:Q243|Artikel über den Eiffelturm]] zeigt.
Zu meiner Überraschung rief ich nach dem Freiwilligentreffen an diesem Montag [https://www.cse.chalmers.se/~aarne/ Aarne Ranta] an. Aarne ist der Entwickler von [[:en:Grammatical Framework (programming language)|Grammatical Framework]], einem der weltweit führenden Systeme zur symbolischen Generierung natürlicher Sprache. Er hat mich beraten und seine Arbeit war eine Inspiration für die Abstrakte Wikipedia. Ich sprach ihn also auf dieses spezielle Problem an, und seine erste Reaktion war ein Lachen und er bezeichnete es buchstäblich als eines der schwierigsten Rätsel, die sie je lösen mussten. Das machte mir Mut!
Ich möchte daher mit einem Aufruf zum Handeln schließen: Lasst uns uns gemeinsam und über verschiedene relevante Sprachen hinweg einen Moment lang auf dieses Thema konzentrieren, um zu zeigen, dass es sich um ein Problem handelt, das wir angehen und lösen können. Ich bin der Meinung, wenn wir die von Strobilomyces aufgeworfene Herausforderung meistern, die womöglich eine der schwierigsten Fragen für unseren Ansatz zur Generierung natürlicher Sprache darstellt, können wir der Machbarkeit des Gesamtkonzepts weitaus zuversichtlicher entgegensehen.
<span id="Recent_Changes_in_the_software"></span>
=== Letzte Änderungen an der Software ===
<div lang="en" dir="ltr" class="mw-content-ltr">
This week, we made a few improvements to how Abstract Wikipedia articles and embedded Wikifunctions outputs will appear across wikis.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
On Abstract Wikipedia, empty articles now appear as red links in local wikitext and rendered fragments, consistent with how Wikipedia treats pages that have not been written yet ([[:phab:T424310|T424310]]). And when looking up labels for Abstract Wikipedia items, the system now falls back to <code>mul</code> (language-agnostic label) when no language-specific label exists ([[:phab:T427027|T427027]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
For embedded Wikifunctions, we fixed a bug that meant previewing embedded Wikifunctions' HTML outputs didn't work except on Wikifunctions.org itself ([[:phab:T426024|T426024]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
And as part of wider MediaWiki language support work, we've added [[Z2048]] (<code>sd-deva</code>) as a new [[Z60|Language]], and assigned <code>sd-arab</code> to [[Z1191]], in addition to the existing <code>sd</code> code ([[:phab:T411110|T411110]], [[:phab:T416161|T416161]], [[:phab:T418886|T418886]], and [[:phab:T426332|T426332]]).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== News in Types: Syntactic tables… but not yet ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
We invite you all to create new and discuss the existing [[Wikifunctions:Type proposals|Type proposals]] so we can keep on creating new Types. Thanks to all the community members contributing to the discussion and writing proposals, making it possible to extend the Wikifunctions to new domains!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Earlier this week we implemented the [[Wikifunctions:Type proposals/Syntactic table|Syntactic tables]] proposal, but it is still marked as experimental. So just be warned that it might be changed and even deprecated. On creation, the title exposed a bug with the UX for HTML fragments ([[:phab:T429379|T429379]]), which will be fixed next week. Until then, it's difficult to see the Type work. The experimental Type is here: {{Z|Z36462}}
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Initially, I was first planning to implement the proposals for [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] and [[Wikifunctions:Type proposals/Syntactic unit|Syntactic Unit]] Types, but after conferring with [[User:Mahir256|Mahir256]], who proposed the Types, it became clear that a number of features on the backend are still missing, so that their implementation at this point in time wouldn’t be useful. More details were discussed in this week’s NLG SIG meeting (see the next section).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== NLG SIG recording ===
</div>
[[File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|thumb|<span lang="en" dir="ltr" class="mw-content-ltr">Recording of June 2026 NLG SIG meeting</span>]]
<div lang="en" dir="ltr" class="mw-content-ltr">
This week’s [[Wikifunctions:NLG SIG|NLG SIG meeting]] was about discussing [[Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|the proposed new NLG types]], and was particularly focused on the [[Wikifunctions:Type proposals/Semantic unit|Semantic Unit]] proposal. Thanks to [[User:Mahir256|Mahir]] for presenting the type, demoing tools, and so patiently answering questions. The [[:commons:File:Abstract Wikipedia NLG SIG Meeting 2026-06.webm|recording of the meeting is available on Commons]].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Upcoming events ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Friday, 19 June 2026 at 18:30 local time, Denny will visit the [https://temporaerhaus.de/ temporärhaus] in Ulm, Germany, in order to introduce Wikidata, Wikifunctions, and Abstract Wikipedia, and discuss with the local community. Thanks to [[User:Hogü-456|Hogü-456]] for organizing the event!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
[[:wikimania:Special:MyLanguage/2026:Wikimania|Wikimania 2026]], the annual main conference for all things Wikimedia, will be in Paris, France from 21–25 July this year. [[User:Mahir256|Mahir256]] will organize a workshop on “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/HYTQBF/ From Abstract Content to Concrete Text with Wikidata Lexemes]” on Friday, 16:00 local time, and we will be running an “[https://wikimedia.eventyay.com/wm/wikimania2026/talk/AKFG8R/ Abstract Wikipedia workshop: Let's create a multi-lingual article!]” on Saturday, 11:00 local time.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Fresh Functions weekly: 43 new Functions ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This week we had 43 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!
</div>
* {{Z|Z36185}}
* {{Z|Z36190}}
* {{Z|Z36193}}
* {{Z|Z36197}}
* {{Z|Z36200}}
* {{Z|Z36206}}
* {{Z|Z36209}}
* {{Z|Z36218}}
* {{Z|Z36225}}
* {{Z|Z36232}}
* {{Z|Z36234}}
* {{Z|Z36240}}
* {{Z|Z36243}}
* {{Z|Z36253}}
* {{Z|Z36266}}
* {{Z|Z36270}}
* {{Z|Z36282}}
* {{Z|Z36285}}
* {{Z|Z36288}}
* {{Z|Z36290}}
* {{Z|Z36296}}
* {{Z|Z36299}}
* {{Z|Z36310}}
* {{Z|Z36319}}
* {{Z|Z36323}}
* {{Z|Z36325}}
* {{Z|Z36327}}
* {{Z|Z36333}}
* {{Z|Z36337}}
* {{Z|Z36341}}
* {{Z|Z36348}}
* {{Z|Z36354}}
* {{Z|Z36357}}
* {{Z|Z36357}}
* {{Z|Z36365}}
* {{Z|Z36369}}
* {{Z|Z36371}}
<span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span>
[[Category:Status updates{{#translation:}}|2026-06-19]]
j575y20gxjccg3xs65ipghvxcmgzqov
Translations:Wikifunctions:Status updates/2026-06-19/1/de
1198
86225
285217
2026-06-21T17:45:20Z
Ameisenigel
44
Created page with "Vorheriges Update"
285217
wikitext
text/x-wiki
Vorheriges Update
gip3hi7u0wf8jv7dena73ndlrx52ohv
Translations:Wikifunctions:Status updates/2026-06-19/2/de
1198
86226
285219
2026-06-21T17:45:36Z
Ameisenigel
44
Created page with "Nächstes Update"
285219
wikitext
text/x-wiki
Nächstes Update
srj2pwwjkwr7a3zol9puxaaqvo0drwd
Translations:Wikifunctions:Status updates/2026-06-19/3/de
1198
86227
285221
2026-06-21T17:46:03Z
Ameisenigel
44
Created page with "=== Der/die/das oder nicht, (das?) ist hier die Frage ==="
285221
wikitext
text/x-wiki
=== Der/die/das oder nicht, (das?) ist hier die Frage ===
q0injt4ota4jmq177y4tfrw7ldl3efs
Translations:Wikifunctions:Status updates/2026-06-19/28/de
1198
86228
285223
2026-06-21T17:48:16Z
Ameisenigel
44
Created page with "Beim Freiwilligentreffen der letzten Woche gab es eine lebhafte Diskussion zu einer bestimmten Frage ([[$1|Aufzeichnung auf Commons verfügbar]]), eingebracht von [[$2|Strobilomyces]]: Wenn man einen Satz der Form ''“X ist ein Y.”'' bilden möchte, erfordert das X manchmal einen bestimmten Artikel “der/die/das” und manchmal nicht. Hier sind einige Beispiele:"
285223
wikitext
text/x-wiki
Beim Freiwilligentreffen der letzten Woche gab es eine lebhafte Diskussion zu einer bestimmten Frage ([[$1|Aufzeichnung auf Commons verfügbar]]), eingebracht von [[$2|Strobilomyces]]: Wenn man einen Satz der Form ''“X ist ein Y.”'' bilden möchte, erfordert das X manchmal einen bestimmten Artikel “der/die/das” und manchmal nicht. Hier sind einige Beispiele:
h44yxzfmzr9i8o991m798uh62ilc5x9
Translations:Wikifunctions:Status updates/2026-06-19/4/de
1198
86229
285225
2026-06-21T17:49:12Z
Ameisenigel
44
Created page with "Das Gleiche gilt für andere Sprachen, die über bestimmte Artikel verfügen, wie zum Beispiel Spanisch, Französisch oder Deutsch. Doch jede Sprache hat ihre eigenen Regeln für den Artikel. Hier ist ein Beispielsatz in vier Sprachen:"
285225
wikitext
text/x-wiki
Das Gleiche gilt für andere Sprachen, die über bestimmte Artikel verfügen, wie zum Beispiel Spanisch, Französisch oder Deutsch. Doch jede Sprache hat ihre eigenen Regeln für den Artikel. Hier ist ein Beispielsatz in vier Sprachen:
puqi4vr3y7frwftnn6uh908ppaedcru
Translations:Wikifunctions:Status updates/2026-06-19/5/de
1198
86230
285227
2026-06-21T17:49:48Z
Ameisenigel
44
Created page with "Wie geht man mit dieser Art von Problem um?"
285227
wikitext
text/x-wiki
Wie geht man mit dieser Art von Problem um?
n4weiw612iryaw1w6fn194bzvyiulin
Translations:Wikifunctions:Status updates/2026-06-19/6/de
1198
86231
285230
2026-06-21T17:51:55Z
Ameisenigel
44
Created page with "Es gibt im Prinzip zwei extreme Lösungen, die – prinzipiell – beide funktionieren:"
285230
wikitext
text/x-wiki
Es gibt im Prinzip zwei extreme Lösungen, die – prinzipiell – beide funktionieren:
eomdmmuy7a862a751p1cpuzrzva90vv
Z36680
0
86232
285232
2026-06-21T17:52:03Z
Denny
81
285232
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36680"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36656",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36656",
"Z36656K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36656K2": {
"Z1K1": "Z89",
"Z89K1": "child"
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z36670",
"Z36670K2": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "child"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "a child is a child"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
adh7q94cpgjab870spkdud1fikbz74e
Z36681
0
86233
285234
2026-06-21T17:53:07Z
Denny
81
285234
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36681"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36656",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36656",
"Z36656K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
}
],
"Z36656K2": {
"Z1K1": "Z89",
"Z89K1": "Kind"
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z36670",
"Z36670K2": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Kind"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Kind is Kind"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
h5bcoluyl113dwlov58qxh3jw9wcvr5
Translations:Wikifunctions:Status updates/2026-06-19/7/de
1198
86234
285235
2026-06-21T17:53:14Z
Ameisenigel
44
Created page with "Abbilden, ob das jeweilige Substantiv in den Lexemen von Wikidata den bestimmten Artikel erfordert."
285235
wikitext
text/x-wiki
Abbilden, ob das jeweilige Substantiv in den Lexemen von Wikidata den bestimmten Artikel erfordert.
i670lpaqhiizs2gv07ypz9yhp06fp7b
Translations:Wikifunctions:Status updates/2026-06-19/8/de
1198
86235
285238
2026-06-21T17:53:45Z
Ameisenigel
44
Created page with "Eine intelligente Funktion implementieren, die ermittelt, ob ein Substantiv einen bestimmten Artikel benötigt."
285238
wikitext
text/x-wiki
Eine intelligente Funktion implementieren, die ermittelt, ob ein Substantiv einen bestimmten Artikel benötigt.
oiil66bek1mk17krwiuhpxy22bxspvk
Z36682
0
86236
285240
2026-06-21T18:00:46Z
HenkvD
1290
specific property of subject is value,(Simple)
285240
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36682"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36682K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "subject reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6092",
"Z17K2": "Z36682K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "property reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z1",
"Z17K2": "Z36682K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "value (string, quantity, monolingual text, QID...)"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36682"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value,(Simple)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
szp4gq8v71kaxcj41llj0b0p8f6zyd8
285245
285240
2026-06-21T18:03:30Z
HenkvD
1290
Add input for language
285245
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36682"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36682K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "subject reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6092",
"Z17K2": "Z36682K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "property reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z1",
"Z17K2": "Z36682K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "value (string, quantity, monolingual text, QID...)"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36682K4",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36682"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value,(Simple)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
6lhv2687txms787xwrtivd3f409hgpn
285247
285245
2026-06-21T18:09:49Z
HenkvD
1290
285247
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36682"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36682K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "subject reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6092",
"Z17K2": "Z36682K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "property reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z1",
"Z17K2": "Z36682K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "value (string, quantity, monolingual text, QID...)"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36682K4",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36682"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value (Simple)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ip7vcta2vf11j46yv1e4ss08ni1srl4
285249
285247
2026-06-21T18:16:40Z
HenkvD
1290
Added Z36683 to the approved list of test cases
285249
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36682"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36682K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "subject reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6092",
"Z17K2": "Z36682K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "property reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z1",
"Z17K2": "Z36682K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "value (string, quantity, monolingual text, QID...)"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36682K4",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z36683"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36682"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value (Simple)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ld2yjdmfslrtfg0nbzn4mjhw3z4scgn
285306
285249
2026-06-21T21:06:14Z
HenkvD
1290
Added Z36684 to the approved list of implementations
285306
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36682"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36682K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "subject reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6092",
"Z17K2": "Z36682K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "property reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z1",
"Z17K2": "Z36682K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "value (string, quantity, monolingual text, QID...)"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36682K4",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z36683"
],
"Z8K4": [
"Z14",
"Z36684"
],
"Z8K5": "Z36682"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value (Simple)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ht05malcmmknjexyb5kewcx8rl63wrt
Translations:Wikifunctions:Status updates/2026-06-19/9/de
1198
86237
285241
2026-06-21T18:01:55Z
Ameisenigel
44
Created page with "Beide Ansätze bringen ihre eigenen Herausforderungen mit sich: Der Ansatz mit den Lexemen würde eine enorme Anzahl an Lexemen erfordern, da man Lexeme für jeden Fluss, jedes Denkmal ''etc.'' in jeder Sprache mit Artikeln bräuchte. Das wären sehr viele Lexeme. Ein intelligenter Funktionsansatz hingegen müsste womöglich eine Vielzahl von Sonderfällen bis hinunter auf die Ebene einzelner Wörter bewältigen, da alle Sprachen Unregelmäßigkeiten aufweisen, was die I..."
285241
wikitext
text/x-wiki
Beide Ansätze bringen ihre eigenen Herausforderungen mit sich: Der Ansatz mit den Lexemen würde eine enorme Anzahl an Lexemen erfordern, da man Lexeme für jeden Fluss, jedes Denkmal ''etc.'' in jeder Sprache mit Artikeln bräuchte. Das wären sehr viele Lexeme. Ein intelligenter Funktionsansatz hingegen müsste womöglich eine Vielzahl von Sonderfällen bis hinunter auf die Ebene einzelner Wörter bewältigen, da alle Sprachen Unregelmäßigkeiten aufweisen, was die Implementierungen sehr umfangreich machen würde. Im Prinzip würden jedoch beide Ansätze funktionieren.
il1wn9ectnzodkjmx351lx360ial6fw
Translations:Wikifunctions:Status updates/2026-06-19/10/de
1198
86238
285243
2026-06-21T18:02:49Z
Ameisenigel
44
Created page with "Eine weitere Lösung besteht, wie so oft, darin, einen Mittelweg zu wählen: Man verwendet eine Funktion, um die Antwort für jene Fälle zu ermitteln, die sich einfach mit einer Funktion ausdrücken lassen, und nutzt Lexeme für die Ausnahmen. Die Funktion würde dann stets zuerst nach einem Lexem suchen und die Funktion selbst nur dann als bestmögliche Annäherung anwenden, wenn kein Lexem gefunden wird."
285243
wikitext
text/x-wiki
Eine weitere Lösung besteht, wie so oft, darin, einen Mittelweg zu wählen: Man verwendet eine Funktion, um die Antwort für jene Fälle zu ermitteln, die sich einfach mit einer Funktion ausdrücken lassen, und nutzt Lexeme für die Ausnahmen. Die Funktion würde dann stets zuerst nach einem Lexem suchen und die Funktion selbst nur dann als bestmögliche Annäherung anwenden, wenn kein Lexem gefunden wird.
33o62hdq6hf6qp962xjn7pyk01v2mn5
Z36683
0
86239
285246
2026-06-21T18:09:14Z
HenkvD
1290
[en] The area of Australia is 7,692,024 km².
285246
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36683"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36682",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36682",
"Z36682K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q408"
},
"Z36682K2": {
"Z1K1": "Z6092",
"Z6092K1": "P2046"
},
"Z36682K3": "7,692,024 km².",
"Z36682K4": "Z1002"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z877",
"Z877K2": {
"Z1K1": "Z89",
"Z89K1": "The area of Australia is 7,692,024 km².\u003Csup class=\"ext-wikilambda-reference\"\u003E\u003Ca href=\"https://www.wikidata.org/wiki/Q408#P2046\"\u003EWikidata: Australia (Q408#P2046)\u003C/a\u003E\u003C/sup\u003E"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "[en] The area of Australia is 7,692,024 km²."
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
3d6ps9fq5zash00jo5s48mqxxi0wx4f
285312
285246
2026-06-21T21:48:14Z
HenkvD
1290
the area of Australia is 7,692,024 km².
285312
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36683"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36682",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36682",
"Z36682K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q408"
},
"Z36682K2": {
"Z1K1": "Z6092",
"Z6092K1": "P2046"
},
"Z36682K3": "7,692,024 km².",
"Z36682K4": "Z1002"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z877",
"Z877K2": {
"Z1K1": "Z89",
"Z89K1": "the area of Australia is 7,692,024 km²."
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "[en] The area of Australia is 7,692,024 km²."
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
kjpewubol8dtfyrjeok7j19bke7uscc
285321
285312
2026-06-22T01:56:09Z
99of9
1622
quantity instead of string (string had extra full stop)
285321
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36683"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36682",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36682",
"Z36682K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q408"
},
"Z36682K2": {
"Z1K1": "Z6092",
"Z6092K1": "P2046"
},
"Z36682K3": {
"Z1K1": "Z6010",
"Z6010K1": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "7692024"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K2": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "7692024"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K3": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "7692024"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K4": {
"Z1K1": "Z6091",
"Z6091K1": "Q712226"
}
},
"Z36682K4": "Z1002"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z877",
"Z877K2": {
"Z1K1": "Z89",
"Z89K1": "the area of Australia is 7,692,024 km²."
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "[en] The area of Australia is 7,692,024 km²."
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
1fvqoxn0gnp7tytfwejytu8jgjttv9i
285356
285321
2026-06-22T06:09:55Z
HenkvD
1290
285356
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36683"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36682",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36682",
"Z36682K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q408"
},
"Z36682K2": {
"Z1K1": "Z6092",
"Z6092K1": "P2046"
},
"Z36682K3": {
"Z1K1": "Z6010",
"Z6010K1": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "7692024"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K2": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "7692024"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K3": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "7692024"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K4": {
"Z1K1": "Z6091",
"Z6091K1": "Q712226"
}
},
"Z36682K4": "Z1002"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z877",
"Z877K2": {
"Z1K1": "Z89",
"Z89K1": "The area of Australia is 7,692,024 km²."
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "[en] The area of Australia is 7,692,024 km²."
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
rrmwa9fz8l04mccg9kxqnbzz2e2y3st
Z36684
0
86240
285248
2026-06-21T18:16:14Z
HenkvD
1290
Initial version
285248
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36684"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36682",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
"The ",
{
"Z1K1": "Z7",
"Z7K1": "Z32556",
"Z32556K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z7",
"Z7K1": "Z35364",
"Z35364K1": {
"Z1K1": "Z7",
"Z7K1": "Z35036",
"Z35036K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K2"
},
"Z35036K2": [
"Z6030",
"Z6036"
],
"Z35036K3": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z35036K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1629"
}
]
}
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
"Z32556K2": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z29825",
"Z29825K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z29825K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K2"
}
}
}
},
" of ",
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z22131",
"Z22131K1": {
"Z1K1": "Z7",
"Z7K1": "Z32645",
"Z32645K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K1"
},
"Z30120K2": [
"Z6030",
"Z6033",
"Z6035",
"Z6036"
],
"Z30120K3": "Z33034",
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P31"
},
{
"Z1K1": "Z6092",
"Z6092K1": "P279"
}
]
}
}
},
"Z802K2": "the ",
"Z802K3": ""
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K2"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
" is ",
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z19352",
"Z19352K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K1"
},
"Z19352K2": "Z6091"
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z22131",
"Z22131K1": {
"Z1K1": "Z7",
"Z7K1": "Z32645",
"Z32645K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K1"
},
"Z30120K2": [
"Z6030",
"Z6033",
"Z6035",
"Z6036"
],
"Z30120K3": "Z33034",
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P31"
},
{
"Z1K1": "Z6092",
"Z6092K1": "P279"
}
]
}
}
},
"Z802K2": "the ",
"Z802K3": ""
},
"Z802K3": ""
},
{
"Z1K1": "Z7",
"Z7K1": "Z36209",
"Z36209K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K1"
},
"Z36209K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
"."
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value (Simple) cmp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
6lco9adbrecjtqe1s47rz43a70t55qa
285255
285248
2026-06-21T18:29:33Z
HenkvD
1290
Commented optional "the" , fixed references
285255
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36684"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36682",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
"The ",
{
"Z1K1": "Z7",
"Z7K1": "Z32556",
"Z32556K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z7",
"Z7K1": "Z35364",
"Z35364K1": {
"Z1K1": "Z7",
"Z7K1": "Z35036",
"Z35036K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K2"
},
"Z35036K2": [
"Z6030",
"Z6036"
],
"Z35036K3": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z35036K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1629"
}
]
}
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
"Z32556K2": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z29825",
"Z29825K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z29825K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K2"
}
}
}
},
" of ",
{
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z11K2": "Optional \"the \""
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
" is ",
{
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z11K2": "Optional \"the \""
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z36209",
"Z36209K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K3"
},
"Z36209K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
"."
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value (Simple) cmp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
m3dyynin5zosp0w14ldzin8lvadwdk1
285307
285255
2026-06-21T21:16:22Z
HenkvD
1290
Added switch for languages en, af eo & pap
285307
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36684"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36682",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z36610",
"Z36610K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z32556",
"Z32556K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z7",
"Z7K1": "Z35364",
"Z35364K1": {
"Z1K1": "Z7",
"Z7K1": "Z35036",
"Z35036K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K2"
},
"Z35036K2": [
"Z6030",
"Z6036"
],
"Z35036K3": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z35036K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1629"
}
]
}
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
"Z32556K2": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z29825",
"Z29825K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z29825K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K2"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z22193",
"Z22193K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z22193K2": [
"Z60",
"Z1002",
"Z1532",
"Z1576",
"Z1137"
],
"Z22193K3": [
"Z6",
" of ",
" van ",
" de ",
" di ",
"(of) "
]
},
{
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z11K2": "Optional \"the \""
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
" is ",
{
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z11K2": "Optional \"the \""
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z36209",
"Z36209K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K3"
},
"Z36209K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
"."
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value (Simple) cmp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
8trwwi016s81y4twi69j4jsfj99rgmu
285308
285307
2026-06-21T21:27:01Z
HenkvD
1290
replace " is " by third-person singular form of to be (simple)
285308
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36684"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36682",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z36610",
"Z36610K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z32556",
"Z32556K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z7",
"Z7K1": "Z35364",
"Z35364K1": {
"Z1K1": "Z7",
"Z7K1": "Z35036",
"Z35036K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K2"
},
"Z35036K2": [
"Z6030",
"Z6036"
],
"Z35036K3": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z35036K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1629"
}
]
}
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
"Z32556K2": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z29825",
"Z29825K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z29825K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K2"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z22193",
"Z22193K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z22193K2": [
"Z60",
"Z1002",
"Z1532",
"Z1576",
"Z1137"
],
"Z22193K3": [
"Z6",
" of ",
" van ",
" de ",
" di ",
" (of) "
]
},
{
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z11K2": "Optional \"the \""
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z36625",
"Z36625K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z11K2": "Optional \"the \""
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z36209",
"Z36209K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K3"
},
"Z36209K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
"."
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value (Simple) cmp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
mlfwxu5zqneet1009ivggr9c63hpjd1
285309
285308
2026-06-21T21:36:40Z
HenkvD
1290
Capitalise sentence
285309
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36684"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36682",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z34096",
"Z34096K1": {
"Z1K1": "Z7",
"Z7K1": "Z36610",
"Z36610K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
"Z34096K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z32556",
"Z32556K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z7",
"Z7K1": "Z35364",
"Z35364K1": {
"Z1K1": "Z7",
"Z7K1": "Z35036",
"Z35036K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K2"
},
"Z35036K2": [
"Z6030",
"Z6036"
],
"Z35036K3": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z35036K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1629"
}
]
}
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
"Z32556K2": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z29825",
"Z29825K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z29825K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K2"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z22193",
"Z22193K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z22193K2": [
"Z60",
"Z1002",
"Z1532",
"Z1576",
"Z1137"
],
"Z22193K3": [
"Z6",
" of ",
" van ",
" de ",
" di ",
" (of) "
]
},
{
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z11K2": "Optional \"the \""
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z36625",
"Z36625K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z11K2": "Optional \"the \""
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z36209",
"Z36209K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K3"
},
"Z36209K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
"."
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value (Simple) cmp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
4sw8hoxmioiu41vxo3a2tiyjoqnpvia
285311
285309
2026-06-21T21:47:17Z
HenkvD
1290
Revert capitalization, as is is part of the main function
285311
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36684"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36682",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z36610",
"Z36610K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z32556",
"Z32556K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z7",
"Z7K1": "Z35364",
"Z35364K1": {
"Z1K1": "Z7",
"Z7K1": "Z35036",
"Z35036K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K2"
},
"Z35036K2": [
"Z6030",
"Z6036"
],
"Z35036K3": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z35036K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1629"
}
]
}
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
"Z32556K2": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z29825",
"Z29825K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z29825K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K2"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z22193",
"Z22193K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z22193K2": [
"Z60",
"Z1002",
"Z1532",
"Z1576",
"Z1137"
],
"Z22193K3": [
"Z6",
" of ",
" van ",
" de ",
" di ",
" (of) "
]
},
{
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z11K2": "Optional \"the \""
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z36625",
"Z36625K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z11K2": "Optional \"the \""
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z36209",
"Z36209K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K3"
},
"Z36209K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
"."
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value (Simple) cmp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
mlfwxu5zqneet1009ivggr9c63hpjd1
285355
285311
2026-06-22T06:09:09Z
HenkvD
1290
conditional sentence case
285355
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36684"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36682",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z34096",
"Z34096K1": {
"Z1K1": "Z7",
"Z7K1": "Z36610",
"Z36610K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
"Z34096K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z32556",
"Z32556K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z7",
"Z7K1": "Z35364",
"Z35364K1": {
"Z1K1": "Z7",
"Z7K1": "Z35036",
"Z35036K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K2"
},
"Z35036K2": [
"Z6030",
"Z6036"
],
"Z35036K3": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z35036K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1629"
}
]
}
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
"Z32556K2": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z29825",
"Z29825K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z29825K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K2"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z22193",
"Z22193K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z22193K2": [
"Z60",
"Z1002",
"Z1532",
"Z1576",
"Z1137"
],
"Z22193K3": [
"Z6",
" of ",
" van ",
" de ",
" di ",
" (of) "
]
},
{
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z11K2": "Optional \"the \""
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z36625",
"Z36625K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z11K2": "Optional \"the \""
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z36209",
"Z36209K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K3"
},
"Z36209K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
"."
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value (Simple) cmp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
4sw8hoxmioiu41vxo3a2tiyjoqnpvia
285365
285355
2026-06-22T06:19:10Z
HenkvD
1290
added language mk
285365
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36684"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36682",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z34096",
"Z34096K1": {
"Z1K1": "Z7",
"Z7K1": "Z36610",
"Z36610K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
"Z34096K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z32556",
"Z32556K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z7",
"Z7K1": "Z35364",
"Z35364K1": {
"Z1K1": "Z7",
"Z7K1": "Z35036",
"Z35036K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K2"
},
"Z35036K2": [
"Z6030",
"Z6036"
],
"Z35036K3": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z35036K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1629"
}
]
}
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
"Z32556K2": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z29825",
"Z29825K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z29825K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K2"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z22193",
"Z22193K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z22193K2": [
"Z60",
"Z1002",
"Z1532",
"Z1576",
"Z1402",
"Z1137"
],
"Z22193K3": [
"Z6",
" of ",
" van ",
" de ",
" на ",
" di ",
" (of) "
]
},
{
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z11K2": "Optional \"the \""
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z36625",
"Z36625K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
},
"Z11K2": "Optional \"the \""
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z36209",
"Z36209K1": {
"Z1K1": "Z18",
"Z18K1": "Z36682K3"
},
"Z36209K2": {
"Z1K1": "Z18",
"Z18K1": "Z36682K4"
}
},
"."
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value (Simple) cmp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
nyk7rxmchfoexkgpicn7e7dc5xg9yfw
Translations:Wikifunctions:Status updates/2026-06-19/11/de
1198
86241
285250
2026-06-21T18:19:33Z
Ameisenigel
44
Created page with "Wo stehen wir derzeit? Wikidata hat über eine Eigenschaft, $1, die tatsächlich dazu verwendet wird, anzugeben, dass bestimmte Bedeutungen einen bestimmten Artikel erfordern, z. B. für [[$2|den Indus]]. All diese Anwendungen auf Wikidata beschränken sich derzeit auf englische Lexeme. Zudem gibt es zwei Funktionen, $3 und $4, die beide klären sollen, ob ein Datenobjekt einen bestimmten Artikel benötigt oder nicht; auch hier wiederum nur für Englisch. Wir verfügen a..."
285250
wikitext
text/x-wiki
Wo stehen wir derzeit? Wikidata hat über eine Eigenschaft, $1, die tatsächlich dazu verwendet wird, anzugeben, dass bestimmte Bedeutungen einen bestimmten Artikel erfordern, z. B. für [[$2|den Indus]]. All diese Anwendungen auf Wikidata beschränken sich derzeit auf englische Lexeme. Zudem gibt es zwei Funktionen, $3 und $4, die beide klären sollen, ob ein Datenobjekt einen bestimmten Artikel benötigt oder nicht; auch hier wiederum nur für Englisch. Wir verfügen also prinzipiell bereits über beide Teile des Puzzles, allerdings scheinen sie nicht in die tatsächliche Verwendung von Funktionen in der Abstrakten Wikipedia integriert zu sein, wie sich ''z. B.'' am [[$5|Artikel über den Eiffelturm]] zeigt.
crn4ycx6ckf5nyyievicsmaobifgtm6
Translations:Wikifunctions:Status updates/2026-06-19/12/de
1198
86242
285258
2026-06-21T18:46:55Z
Ameisenigel
44
Created page with "Zu meiner Überraschung rief ich nach dem Freiwilligentreffen an diesem Montag [$1 Aarne Ranta] an. Aarne ist der Entwickler von [[$2|Grammatical Framework]], einem der weltweit führenden Systeme zur symbolischen Generierung natürlicher Sprache. Er hat mich beraten und seine Arbeit war eine Inspiration für die Abstrakte Wikipedia. Ich sprach ihn also auf dieses spezielle Problem an, und seine erste Reaktion war ein Lachen und er bezeichnete es buchstäblich als eines..."
285258
wikitext
text/x-wiki
Zu meiner Überraschung rief ich nach dem Freiwilligentreffen an diesem Montag [$1 Aarne Ranta] an. Aarne ist der Entwickler von [[$2|Grammatical Framework]], einem der weltweit führenden Systeme zur symbolischen Generierung natürlicher Sprache. Er hat mich beraten und seine Arbeit war eine Inspiration für die Abstrakte Wikipedia. Ich sprach ihn also auf dieses spezielle Problem an, und seine erste Reaktion war ein Lachen und er bezeichnete es buchstäblich als eines der schwierigsten Rätsel, die sie je lösen mussten. Das machte mir Mut!
tbalgyf6s2s119cs5xrqv0r028ouotw
Translations:Wikifunctions:Status updates/2026-06-19/13/de
1198
86243
285260
2026-06-21T18:48:42Z
Ameisenigel
44
Created page with "Ich möchte daher mit einem Aufruf zum Handeln schließen: Lasst uns uns gemeinsam und über verschiedene relevante Sprachen hinweg einen Moment lang auf dieses Thema konzentrieren, um zu zeigen, dass es sich um ein Problem handelt, das wir angehen und lösen können. Ich bin der Meinung, wenn wir die von Strobilomyces aufgeworfene Herausforderung meistern, die womöglich eine der schwierigsten Fragen für unseren Ansatz zur Generierung natürlicher Sprache darstellt, k..."
285260
wikitext
text/x-wiki
Ich möchte daher mit einem Aufruf zum Handeln schließen: Lasst uns uns gemeinsam und über verschiedene relevante Sprachen hinweg einen Moment lang auf dieses Thema konzentrieren, um zu zeigen, dass es sich um ein Problem handelt, das wir angehen und lösen können. Ich bin der Meinung, wenn wir die von Strobilomyces aufgeworfene Herausforderung meistern, die womöglich eine der schwierigsten Fragen für unseren Ansatz zur Generierung natürlicher Sprache darstellt, können wir der Machbarkeit des Gesamtkonzepts weitaus zuversichtlicher entgegensehen.
il37bpi7zfcqe470je4lhemmg56tt0z
Translations:Wikifunctions:Status updates/2026-06-19/14/de
1198
86244
285262
2026-06-21T18:48:45Z
Ameisenigel
44
Created page with "=== Letzte Änderungen an der Software ==="
285262
wikitext
text/x-wiki
=== Letzte Änderungen an der Software ===
owrlw2m6o36leoohdu60use5kie2fbo
Talk:Z32431
1
86245
285284
2026-06-21T19:30:11Z
Hogü-456
617
/* Third input */ new section
285284
wikitext
text/x-wiki
== Third input ==
@[[User:GrounderUK|GrounderUK]] what is the third input used for. So far I dont understand this part of the function. As I understand the function is used to check if there is a specific property included in an item. Also after looking at the test case I dont understand it. [[User:Hogü-456|Hogü-456]] ([[User talk:Hogü-456|talk]]) 19:30, 21 June 2026 (UTC)
fordszdi0hzwnlhba3abwzac8rn8703
285301
285284
2026-06-21T19:51:01Z
GrounderUK
50
/* Third input */ Reply
285301
wikitext
text/x-wiki
== Third input ==
@[[User:GrounderUK|GrounderUK]] what is the third input used for. So far I dont understand this part of the function. As I understand the function is used to check if there is a specific property included in an item. Also after looking at the test case I dont understand it. [[User:Hogü-456|Hogü-456]] ([[User talk:Hogü-456|talk]]) 19:30, 21 June 2026 (UTC)
:The third input is for the object value that is required to match: the third component of the triple, in Z6003K3. So, yes, it is a specific property for the subject in the first argument, requiring a match on both property type (second argument) and value (third argument). The test case just gets the triple at [[:d:Q28054#P21]] and checks whether its value is a reference to {{Q|Q6581072}} (allowing for the possibility that there may be many such triples, but not checking the statement rank in Z6003K4). [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 19:51, 21 June 2026 (UTC)
c06xzd74bq4a85ys9g6ejoh7ic62f3z
Talk:Z36682
1
86246
285313
2026-06-21T21:54:09Z
HenkvD
1290
Created page with "== Simple rules for specific property of subject is value for a few languages == This function and implementation is for a few languages with simple rules for specific property of subject is value. :[en] The A van B is C. (already in a different function) :[af] Die A van B is C. :[eo] La A de B estas C. :[pap] E A di B ta C. ~~~~"
285313
wikitext
text/x-wiki
== Simple rules for specific property of subject is value for a few languages ==
This function and implementation is for a few languages with simple rules for specific property of subject is value.
:[en] The A van B is C. (already in a different function)
:[af] Die A van B is C.
:[eo] La A de B estas C.
:[pap] E A di B ta C.
[[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 21:53, 21 June 2026 (UTC)
pepcw8qoagb1sgbrct49h3n802dtlkm
285368
285313
2026-06-22T06:20:55Z
HenkvD
1290
+ mk
285368
wikitext
text/x-wiki
== Simple rules for specific property of subject is value for a few languages ==
This function and implementation is for a few languages with simple rules for specific property of subject is value.
:[en] The A van B is C. (already in a different function)
:[af] Die A van B is C.
:[eo] La A de B estas C.
:[mk] A на B e C.
:[pap] E A di B ta C.
[[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 06:20, 22 June 2026 (UTC)
hd7zmpv2n1hjle6s09dsbryc6px5n66
Z36685
0
86247
285316
2026-06-22T01:45:07Z
99of9
1622
285316
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36685"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z32220",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z9",
"Z9K1": ""
},
"Z11K2": ""
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z35737"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns empty HTML fragment"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
62rp771czaila6h6tqxoldt8iopjfs6
285317
285316
2026-06-22T01:45:56Z
99of9
1622
285317
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36685"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z32220",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": "Z1113",
"Z11K2": "This is an example comment."
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z35737"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns empty HTML fragment"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
hvfqwt6ivflipovnuxdciwsfx8c1i9f
Z36686
0
86248
285326
2026-06-22T03:25:02Z
99of9
1622
285326
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36686"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z25326",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z25326",
"Z25326K1": {
"Z1K1": "Z6010",
"Z6010K1": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "99"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K2": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "99"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K3": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "99"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K4": {
"Z1K1": "Z6091",
"Z6091K1": "Q11229"
}
},
"Z25326K2": "Z1002"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "99%"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "[en] \"99%\" without space"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
633glhtfea8vdhxtt3o56ttru924dk1
Z36687
0
86249
285328
2026-06-22T03:33:30Z
99of9
1622
285328
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36687"
},
"Z2K2": " ",
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "non-breaking space"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"\u0026nbsp;"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
cnpqnxextjytt5iy1ccu93cou7u6mad
285329
285328
2026-06-22T03:34:40Z
99of9
1622
nbsp
285329
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36687"
},
"Z2K2": " ",
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "non-breaking space"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"\u0026nbsp;"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
po3x98oro19dtw1b59ixm2eszobk8sh
Z36688
0
86250
285340
2026-06-22T03:44:17Z
99of9
1622
285340
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36688"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z25785",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z25785",
"Z25785K1": "3.141592 m",
"Z25785K2": "Z1002"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z25286",
"Z25286K2": {
"Z1K1": "Z6010",
"Z6010K1": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "3141592"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1000000"
}
},
"Z6010K2": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "3141592"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1000000"
}
},
"Z6010K3": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "3141592"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1000000"
}
},
"Z6010K4": {
"Z1K1": "Z6091",
"Z6091K1": "Q11573"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "\"3.141592 m\" (non-breaking space)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
49gplfppumhzvdb89vwfl1mrof9bwwj
Z36689
0
86251
285342
2026-06-22T03:49:58Z
99of9
1622
285342
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36689"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z25800",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z25800",
"Z25800K1": "3 m"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "m"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "\"3 m\" (non-breaking space)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
cuq9p8tewcly650yyba0m2rhetke32o
Z36690
0
86252
285348
2026-06-22T03:57:05Z
99of9
1622
285348
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36690"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z27085",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z27085",
"Z27085K1": "3 m"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "3"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "\"3 m\" (non-breaking space) has value \"3\""
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
kc8nz1ythp6h8om0s25cv5rpab5wmut
Z36691
0
86253
285358
2026-06-22T06:12:44Z
99of9
1622
285358
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36691"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6001",
"Z17K2": "Z36691K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item to find the best short name of"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36691K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language to display in"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36691"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "short name of item"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "According to language, but using limited language defaults, then QID. "
}
]
}
}
5hqs5t4dyknp90vof3w2vgrx4cb4gyz
285360
285358
2026-06-22T06:14:19Z
99of9
1622
Added Z36692 to the approved list of test cases
285360
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36691"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6001",
"Z17K2": "Z36691K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item to find the best short name of"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36691K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language to display in"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z36692"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36691"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "short name of item"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "According to language, but using limited language defaults, then QID. "
}
]
}
}
p7ororr2rbvn66vvixbhaxud9w6q9w1
285364
285360
2026-06-22T06:18:28Z
99of9
1622
Added Z36694 to the approved list of implementations
285364
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36691"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6001",
"Z17K2": "Z36691K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item to find the best short name of"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36691K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language to display in"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z36692"
],
"Z8K4": [
"Z14",
"Z36694"
],
"Z8K5": "Z36691"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "short name of item"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "According to language, but using limited language defaults, then QID. "
}
]
}
}
h34pc35dj6fm0yf6mxav2bhi0korisl
Z36692
0
86254
285359
2026-06-22T06:13:38Z
99of9
1622
285359
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36692"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36691",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36691",
"Z36691K1": {
"Z1K1": "Z7",
"Z7K1": "Z6821",
"Z6821K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q24564698"
}
},
"Z36691K2": "Z1025"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "r. z."
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "years old in Polish: \"r. z.\""
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
h9md8z673xq0t7v3ubripchdtkwyugy
285363
285359
2026-06-22T06:18:07Z
99of9
1622
r. ż.
285363
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36692"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36691",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36691",
"Z36691K1": {
"Z1K1": "Z7",
"Z7K1": "Z6821",
"Z6821K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q24564698"
}
},
"Z36691K2": "Z1025"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "r. ż."
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "years old in Polish: \"r. ż.\""
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
74lgv2eg8lp3u7ivg51plx422nuu2ro
Z36693
0
86255
285361
2026-06-22T06:17:05Z
YoshiRulz
10156
Create function
285361
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36693"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z8",
"Z17K2": "Z36693K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "function"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z1"
}
},
"Z17K2": "Z36693K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "list of lists of first arguments"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z1",
"Z17K2": "Z36693K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "common second argument"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z1"
}
},
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36693"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "apply 2-ary Function over matrix and scalar"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"apply 2-parameter Function with matrix of 1st arguments and common 2nd argument"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
906r7xlnqmx5f6rnkuq5d289777wkyu
285367
285361
2026-06-22T06:20:41Z
YoshiRulz
10156
Added Z36695 to the approved list of test cases
285367
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36693"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z8",
"Z17K2": "Z36693K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "function"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z1"
}
},
"Z17K2": "Z36693K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "list of lists of first arguments"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z1",
"Z17K2": "Z36693K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "common second argument"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z1"
}
},
"Z8K3": [
"Z20",
"Z36695"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36693"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "apply 2-ary Function over matrix and scalar"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"apply 2-parameter Function with matrix of 1st arguments and common 2nd argument"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
98l7aenbt24imln428a04ds8ogy7jja
285370
285367
2026-06-22T06:21:42Z
YoshiRulz
10156
Added Z36696 to the approved list of implementations
285370
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36693"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z8",
"Z17K2": "Z36693K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "function"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z1"
}
},
"Z17K2": "Z36693K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "list of lists of first arguments"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z1",
"Z17K2": "Z36693K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "common second argument"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z1"
}
},
"Z8K3": [
"Z20",
"Z36695"
],
"Z8K4": [
"Z14",
"Z36696"
],
"Z8K5": "Z36693"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "apply 2-ary Function over matrix and scalar"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"apply 2-parameter Function with matrix of 1st arguments and common 2nd argument"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
inlys4sxf5xuw6r4rhmhkuaxj1qlyqm
Z36694
0
86256
285362
2026-06-22T06:17:38Z
99of9
1622
285362
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36694"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36691",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z11082",
"Z11082K1": {
"Z1K1": "Z7",
"Z7K1": "Z23159",
"Z23159K1": {
"Z1K1": "Z7",
"Z7K1": "Z22978",
"Z22978K1": {
"Z1K1": "Z18",
"Z18K1": "Z36691K1"
},
"Z22978K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1813"
}
},
"Z23159K2": {
"Z1K1": "Z18",
"Z18K1": "Z36691K2"
}
},
"Z11082K2": {
"Z1K1": "Z7",
"Z7K1": "Z23159",
"Z23159K1": {
"Z1K1": "Z7",
"Z7K1": "Z22978",
"Z22978K1": {
"Z1K1": "Z18",
"Z18K1": "Z36691K1"
},
"Z22978K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1813"
}
},
"Z23159K2": "Z1360"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "short name in lang/mul"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "should be refined to use usual language fallback list until mul"
}
]
}
}
1h572ez22fk6fakppwasoh98hqgjvx3
Z36695
0
86257
285366
2026-06-22T06:20:19Z
YoshiRulz
10156
Create test
285366
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36695"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36693",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36693",
"Z36693K1": "Z13551",
"Z36693K2": {
"Z1K1": "Z7",
"Z7K1": "Z36225",
"Z36225K1": {
"Z1K1": "Z13518",
"Z13518K1": "4"
},
"Z36225K2": {
"Z1K1": "Z13518",
"Z13518K1": "4"
},
"Z36225K3": {
"Z1K1": "Z40",
"Z40K1": "Z41"
}
},
"Z36693K3": {
"Z1K1": "Z13518",
"Z13518K1": "4"
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z889",
"Z889K2": [
{
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z13518"
},
[
"Z13518",
{
"Z1K1": "Z13518",
"Z13518K1": "0"
},
{
"Z1K1": "Z13518",
"Z13518K1": "0"
},
{
"Z1K1": "Z13518",
"Z13518K1": "0"
},
{
"Z1K1": "Z13518",
"Z13518K1": "0"
}
],
[
"Z13518",
{
"Z1K1": "Z13518",
"Z13518K1": "0"
},
{
"Z1K1": "Z13518",
"Z13518K1": "1"
},
{
"Z1K1": "Z13518",
"Z13518K1": "2"
},
{
"Z1K1": "Z13518",
"Z13518K1": "3"
}
],
[
"Z13518",
{
"Z1K1": "Z13518",
"Z13518K1": "0"
},
{
"Z1K1": "Z13518",
"Z13518K1": "2"
},
{
"Z1K1": "Z13518",
"Z13518K1": "0"
},
{
"Z1K1": "Z13518",
"Z13518K1": "2"
}
],
[
"Z13518",
{
"Z1K1": "Z13518",
"Z13518K1": "0"
},
{
"Z1K1": "Z13518",
"Z13518K1": "3"
},
{
"Z1K1": "Z13518",
"Z13518K1": "2"
},
{
"Z1K1": "Z13518",
"Z13518K1": "1"
}
]
],
"Z889K3": "Z13522"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "4x4 modular times table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
7q3v0zdmqn39ckqlqxku5y2lol9w7q0
Z36696
0
86258
285369
2026-06-22T06:21:30Z
YoshiRulz
10156
Create implementation
285369
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36696"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36693",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z31262",
"Z31262K1": "Z13464",
"Z31262K2": {
"Z1K1": "Z18",
"Z18K1": "Z36693K1"
},
"Z31262K3": {
"Z1K1": "Z18",
"Z18K1": "Z36693K2"
},
"Z31262K4": {
"Z1K1": "Z18",
"Z18K1": "Z36693K3"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "apply 2-ary over matrix and scalar, composition"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
mg6f8ztxjq4rraemjimbwzb261yoltv
Z36697
0
86259
285371
2026-06-22T06:23:44Z
99of9
1622
285371
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36697"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36697K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item reference"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36697"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string representing unit, short name, label or ZID"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "In order of priority. This will be used to display quantities with units, including in natural language values."
}
]
}
}
045vobock3pwy7vwi5a85slop3u8qdk
285372
285371
2026-06-22T06:24:29Z
99of9
1622
285372
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36697"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36697K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36697K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36697"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string representing unit, short name, label or ZID"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "In order of priority. This will be used to display quantities with units, including in natural language values."
}
]
}
}
d2nf3nlb3avo6qlucb8qp2hvw5vckc2
285377
285372
2026-06-22T06:25:27Z
99of9
1622
Added Z36699 to the approved list of test cases
285377
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36697"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36697K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36697K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z36699"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36697"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string representing unit, short name, label or ZID"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "In order of priority. This will be used to display quantities with units, including in natural language values."
}
]
}
}
26n9db4o8c283of00ehl9glt96mn4iu
285382
285377
2026-06-22T06:26:34Z
99of9
1622
Added Z36701 to the approved list of test cases
285382
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36697"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36697K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36697K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z36699",
"Z36701"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36697"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string representing unit, short name, label or ZID"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "In order of priority. This will be used to display quantities with units, including in natural language values."
}
]
}
}
t40syc83ijworaz1ajsdqlq28qdi0yf
285386
285382
2026-06-22T06:28:02Z
99of9
1622
Added Z36702 to the approved list of test cases
285386
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36697"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36697K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36697K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z36699",
"Z36701",
"Z36702"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36697"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string representing unit, short name, label or ZID"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "In order of priority. This will be used to display quantities with units, including in natural language values."
}
]
}
}
t8pws8olt59021tl4y6si0a3bjovxe8
285387
285386
2026-06-22T06:28:11Z
99of9
1622
285387
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36697"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36697K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36697K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z36699",
"Z36701",
"Z36702"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36697"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string representing unit, short name, label or QID"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "In order of priority. This will be used to display quantities with units, including in natural language values."
}
]
}
}
tds3200r6ednbj6ejca9etelh5nws9m
285397
285387
2026-06-22T06:30:43Z
99of9
1622
Added Z36705 to the approved list of test cases
285397
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36697"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36697K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36697K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z36699",
"Z36701",
"Z36702",
"Z36705"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36697"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string representing unit, short name, label or QID"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "In order of priority. This will be used to display quantities with units, including in natural language values."
}
]
}
}
kdeb66mpub19boicvc3746k48jm2igy
285402
285397
2026-06-22T06:35:34Z
99of9
1622
Added Z36707 to the approved list of implementations
285402
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36697"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36697K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36697K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z36699",
"Z36701",
"Z36702",
"Z36705"
],
"Z8K4": [
"Z14",
"Z36707"
],
"Z8K5": "Z36697"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string representing unit, short name, label or QID"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "In order of priority. This will be used to display quantities with units, including in natural language values."
}
]
}
}
6i9unlbuwspi46z1dxe15omk1eq5s24
285405
285402
2026-06-22T06:37:05Z
99of9
1622
Added Z36709 to the approved list of test cases
285405
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36697"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36697K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36697K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z36699",
"Z36701",
"Z36702",
"Z36705",
"Z36709"
],
"Z8K4": [
"Z14",
"Z36707"
],
"Z8K5": "Z36697"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string representing unit, short name, label or QID"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "In order of priority. This will be used to display quantities with units, including in natural language values."
}
]
}
}
g0l786lek57lb398vxzrwf6cd22uslf
Z36698
0
86260
285373
2026-06-22T06:24:51Z
Denny
81
285373
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36698"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36660",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36660",
"Z36660K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
}
],
"Z36660K2": {
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Sonnenschein"
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z36670",
"Z36670K2": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Sonnenschein"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Sonnenschein"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
b700genqqwdzrlfqrzqobysxkar3sry
285414
285373
2026-06-22T06:41:23Z
Denny
81
285414
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36698"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36660",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36660",
"Z36660K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
}
],
"Z36660K2": {
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Sonnenschein"
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z36670",
"Z36670K2": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Sonnenschein"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Sonnenschein (de)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
9fiajeeo7j01uflstc1syw9imjjec03
Z36699
0
86261
285375
2026-06-22T06:25:09Z
99of9
1622
285375
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36699"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36697",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36697",
"Z36697K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q11573"
},
"Z36697K2": "Z1002"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "m"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "metre, [en]: \"m\""
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
o4ytourj03l5zup4n86y1nnfomoqt8l
285384
285375
2026-06-22T06:26:49Z
99of9
1622
285384
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36699"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36697",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36697",
"Z36697K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q11573"
},
"Z36697K2": "Z1002"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "m"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "metre, [en]: \"m\" (unit symbol)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
5vw58iht6wtopgtffpu8uvldxmyj8p3
Z36700
0
86262
285378
2026-06-22T06:25:32Z
YoshiRulz
10156
Create function
285378
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36700"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z8",
"Z17K2": "Z36700K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "function"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z1",
"Z17K2": "Z36700K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "common first argument"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z1"
}
},
"Z17K2": "Z36700K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "list of lists of second arguments"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z1"
}
},
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36700"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "apply 2-ary Function over scalar and matrix"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"apply 2-parameter Function with common 1st argument and matrix of 2nd arguments"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
q6hw85twtgadbfirmo4ncu47curjnrq
285390
285378
2026-06-22T06:28:43Z
YoshiRulz
10156
Added Z36703 to the approved list of test cases
285390
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36700"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z8",
"Z17K2": "Z36700K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "function"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z1",
"Z17K2": "Z36700K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "common first argument"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z1"
}
},
"Z17K2": "Z36700K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "list of lists of second arguments"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z1"
}
},
"Z8K3": [
"Z20",
"Z36703"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36700"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "apply 2-ary Function over scalar and matrix"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"apply 2-parameter Function with common 1st argument and matrix of 2nd arguments"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
5kh5t11hl5s9dpgxzg5szgr9c12l1no
285398
285390
2026-06-22T06:30:51Z
YoshiRulz
10156
Added Z36706 to the approved list of implementations
285398
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36700"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z8",
"Z17K2": "Z36700K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "function"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z1",
"Z17K2": "Z36700K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "common first argument"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z1"
}
},
"Z17K2": "Z36700K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "list of lists of second arguments"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z1"
}
},
"Z8K3": [
"Z20",
"Z36703"
],
"Z8K4": [
"Z14",
"Z36706"
],
"Z8K5": "Z36700"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "apply 2-ary Function over scalar and matrix"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"apply 2-parameter Function with common 1st argument and matrix of 2nd arguments"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
3ns2oppm6y5tomyil5wfe862zy7atgh
Z36701
0
86263
285381
2026-06-22T06:26:19Z
99of9
1622
285381
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36701"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36697",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36697",
"Z36697K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q24564698"
},
"Z36697K2": "Z1025"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "r. ż."
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "years old, [pl]: \"r. ż.\" (short name)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
3p1as9693m2v82h27jyjbdvt2yjpes1
Z36702
0
86264
285385
2026-06-22T06:27:48Z
99of9
1622
285385
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36702"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36697",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36697",
"Z36697K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q24564698"
},
"Z36697K2": "Z1147"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "Q24564698"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "years old, [dz]: \"Q24564698\" (default)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
krnpu9t78e0j81ihh1sakbvijibrlpe
Z36703
0
86265
285389
2026-06-22T06:28:26Z
YoshiRulz
10156
Create test
285389
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36703"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36700",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36700",
"Z36700K1": "Z13546",
"Z36700K2": {
"Z1K1": "Z13518",
"Z13518K1": "60"
},
"Z36700K3": {
"Z1K1": "Z7",
"Z7K1": "Z801",
"Z801K1": [
{
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z13518"
},
[
"Z13518",
{
"Z1K1": "Z13518",
"Z13518K1": "3"
},
{
"Z1K1": "Z13518",
"Z13518K1": "15"
}
],
[
"Z13518",
{
"Z1K1": "Z13518",
"Z13518K1": "5"
},
{
"Z1K1": "Z13518",
"Z13518K1": "30"
}
]
]
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z889",
"Z889K2": [
{
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z13518"
},
[
"Z13518",
{
"Z1K1": "Z13518",
"Z13518K1": "20"
},
{
"Z1K1": "Z13518",
"Z13518K1": "4"
}
],
[
"Z13518",
{
"Z1K1": "Z13518",
"Z13518K1": "12"
},
{
"Z1K1": "Z13518",
"Z13518K1": "2"
}
]
],
"Z889K3": "Z13522"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "dividing 60 by elements of matrix"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
c26dyys8ophszxtmnu1wph2qehikpl2
Z36704
0
86266
285392
2026-06-22T06:29:09Z
Denny
81
285392
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36704"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36658",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36658",
"Z36658K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q146233"
}
],
"Z36658K2": "Marienkäfers"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z36670",
"Z36670K2": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q146233"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Marienkäfers"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Marienkäfers (de)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
stlptp13pdw1f8iazkjlwgx3xgbzwr4
Z36705
0
86267
285394
2026-06-22T06:30:05Z
99of9
1622
285394
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36705"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36697",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36697",
"Z36697K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q24564698"
},
"Z36697K2": "Z1392"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "ပီ"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "years old, [sh]: \"ပီ\" (label)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
c3a81k4s5hli0v7rqh17e076xml61n7
285395
285394
2026-06-22T06:30:27Z
99of9
1622
285395
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36705"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36697",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36697",
"Z36697K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q24564698"
},
"Z36697K2": "Z1392"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "ပီ"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "years old, [shn]: \"ပီ\" (label)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
molfsp4dfepcnspikfp3jxl6310dwvi
Z36706
0
86268
285396
2026-06-22T06:30:35Z
YoshiRulz
10156
Create implementation
285396
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36706"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36700",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z29370",
"Z29370K1": "Z13436",
"Z29370K2": {
"Z1K1": "Z18",
"Z18K1": "Z36700K1"
},
"Z29370K3": {
"Z1K1": "Z18",
"Z18K1": "Z36700K2"
},
"Z29370K4": {
"Z1K1": "Z18",
"Z18K1": "Z36700K3"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "apply 2-ary over scalar and matrix, composition"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
0ne4j4nl560jo829dh2wmq44bf6n5l8
Z36707
0
86269
285401
2026-06-22T06:34:59Z
99of9
1622
285401
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36707"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36697",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z11082",
"Z11082K1": {
"Z1K1": "Z7",
"Z7K1": "Z23136",
"Z23136K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z36697K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P5061"
}
]
},
"Z23136K2": {
"Z1K1": "Z18",
"Z18K1": "Z36697K2"
}
},
"Z11082K2": {
"Z1K1": "Z7",
"Z7K1": "Z11082",
"Z11082K1": {
"Z1K1": "Z7",
"Z7K1": "Z36691",
"Z36691K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z36697K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1813"
}
]
},
"Z36691K2": {
"Z1K1": "Z18",
"Z18K1": "Z36697K2"
}
},
"Z11082K2": {
"Z1K1": "Z7",
"Z7K1": "Z36270",
"Z36270K1": {
"Z1K1": "Z18",
"Z18K1": "Z36697K1"
},
"Z36270K2": {
"Z1K1": "Z18",
"Z18K1": "Z36697K2"
}
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string for unit, short name, label, qid, compose"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
77p42tovybulu0vzf0mfkaeqp43cd5z
Z36708
0
86270
285403
2026-06-22T06:36:14Z
Denny
81
285403
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36708"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36650",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36650",
"Z36650K1": "Z36617"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z34270",
"Z34270K2": [
"Z1",
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "goose"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091"
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "geese"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "same order, untyped list"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
gv3athlx95c3rmytkhlz8ta9na2u9zb
285406
285403
2026-06-22T06:37:09Z
Denny
81
285406
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36708"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36650",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36650",
"Z36650K1": "Z36617"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z34270",
"Z34270K2": [
"Z1",
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "goose"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "geese"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "same order, untyped list"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
gsxs7jvlos0fpmvu6evne0e1t46a6fq
Z36709
0
86271
285404
2026-06-22T06:36:50Z
99of9
1622
285404
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36709"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36697",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36697",
"Z36697K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q11573"
},
"Z36697K2": "Z1147"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "m"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "metre, [dz]: \"m\" (unit symbol defaults English)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
cxat5lmd8o8l103d9sg6ve09c7pa5h2
Z36710
0
86272
285408
2026-06-22T06:38:38Z
Denny
81
285408
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36710"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36650",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36650",
"Z36650K1": "Z36617"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z34270",
"Z34270K2": [
"Z36463",
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "goose"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "geese"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "same order, typed list"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
m3wfrgd5nzec4ly1eyxyvt3s26ww01j
Z36711
0
86273
285410
2026-06-22T06:39:02Z
99of9
1622
285410
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36711"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36697",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36697",
"Z36697K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q24564698"
},
"Z36697K2": "Z1113"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z13381",
"Z13381K2": [
"Z6",
"yo",
"y.o.",
"y. o."
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "years old, [en-au]: y.o. (use en short name)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ipqr5oxmk1e92afzdjm27a134xxyk5p
Z36712
0
86274
285411
2026-06-22T06:39:53Z
Denny
81
285411
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36712"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36650",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36650",
"Z36650K1": "Z36617"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z34270",
"Z34270K2": [
"Z36463",
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "geese"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "goose"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "different order"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ra59wt7mw2pcr6hherkyl4l1i2lq451
Z36713
0
86275
285416
2026-06-22T06:50:26Z
99of9
1622
285416
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36713"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z25326",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z10000",
"Z10000K1": {
"Z1K1": "Z7",
"Z7K1": "Z25356",
"Z25356K1": {
"Z1K1": "Z18",
"Z18K1": "Z25326K1"
},
"Z25356K2": {
"Z1K1": "Z18",
"Z18K1": "Z25326K2"
}
},
"Z10000K2": {
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z25351",
"Z25351K1": {
"Z1K1": "Z18",
"Z18K1": "Z25326K1"
}
},
"Z802K2": "Z11853",
"Z802K3": {
"Z1K1": "Z7",
"Z7K1": "Z10000",
"Z10000K1": "Z36687",
"Z10000K2": {
"Z1K1": "Z7",
"Z7K1": "Z36697",
"Z36697K1": {
"Z1K1": "Z7",
"Z7K1": "Z25303",
"Z25303K1": {
"Z1K1": "Z18",
"Z18K1": "Z25326K1"
}
},
"Z36697K2": {
"Z1K1": "Z18",
"Z18K1": "Z25326K2"
}
}
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "display quantity with digits and unit w fallbacks"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
n6tp37ej5aei839ceqi2vgdcmardb04
Z36714
0
86276
285418
2026-06-22T06:53:35Z
99of9
1622
285418
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36714"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z25326",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z25326",
"Z25326K1": {
"Z1K1": "Z6010",
"Z6010K1": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "99"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K2": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "99"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K3": {
"Z1K1": "Z19677",
"Z19677K1": {
"Z1K1": "Z16659",
"Z16659K1": "Z16660"
},
"Z19677K2": {
"Z1K1": "Z13518",
"Z13518K1": "99"
},
"Z19677K3": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
},
"Z6010K4": {
"Z1K1": "Z6091",
"Z6091K1": "Q24564698"
}
},
"Z25326K2": "Z1147"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "99 Q24564698"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "99 y.o. [dz]: \"99 Q24564698\""
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
8xzyrsnmg1c61atxvuxvpqbj4kl1wcb
Z36715
0
86277
285421
2026-06-22T06:56:34Z
Denny
81
285421
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36715"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36650",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36650",
"Z36650K1": "Z36645"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z34270",
"Z34270K2": [
"Z36463",
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gans"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gänse"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146233"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gans"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146233"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gänse"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q145599"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gans"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q145599"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gänse"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146078"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gans"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146078"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gänse"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "different order of options and features"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
59snh8sdl5ingsu7jhzea0bnkmzli55
Talk:Z36715
1
86278
285425
2026-06-22T07:04:53Z
Denny
81
/* Fails because we need a better set equality */ new section
285425
wikitext
text/x-wiki
== Fails because we need a better set equality ==
{{todo}} Currently, the tester for this Function uses {{Z|Z34270}}, but that does not use the equality function for its items, but just looks whether they are strictly syntactically equivalent.
What we would need is a set equality function that uses the equality function of the items. It is unclear how this could be implemented without timing out at the current time. Can this be done in a composition? Once we can access Wikifunctions Functions from code implementation, we could give it another swirl. --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 07:04, 22 June 2026 (UTC)
lugfz009fdquafo9x2h3b2ppgpf55ys
Z36716
0
86279
285426
2026-06-22T07:09:00Z
Denny
81
285426
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36716"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36650",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36650",
"Z36650K1": "Z36645"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z34270",
"Z34270K2": [
"Z36463",
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gans"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gänse"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q146233"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gans"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q146233"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gänse"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q145599"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gans"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q145599"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gänsen"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q146078"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gans"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q146078"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gänse"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "different order of options, same order of features"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
bxdgk40jgopw86dfzlwmmoy3agirnf3
Z36717
0
86280
285428
2026-06-22T07:11:07Z
Denny
81
285428
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36717"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36717K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "this"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36717K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "that"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36717"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Syntactic table equality"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "if two Syntactic tables are the same. The order of the options and the features shouldn't matter (but currently the order of the features in the options does, which shouldn't)"
}
]
}
}
9plt3t3xgul4yhz7nk6p958run88t6m
285432
285428
2026-06-22T07:13:50Z
Denny
81
Added Z36718 to the approved list of test cases
285432
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36717"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36717K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "this"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36717K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "that"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36718"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36717"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Syntactic table equality"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "if two Syntactic tables are the same. The order of the options and the features shouldn't matter (but currently the order of the features in the options does, which shouldn't)"
}
]
}
}
0ouh6k9zr37534uv9btz27qid8ajrkv
285436
285432
2026-06-22T07:14:34Z
Denny
81
Added Z36719 to the approved list of test cases
285436
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36717"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36717K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "this"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36717K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "that"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36718",
"Z36719"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36717"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Syntactic table equality"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "if two Syntactic tables are the same. The order of the options and the features shouldn't matter (but currently the order of the features in the options does, which shouldn't)"
}
]
}
}
tblipwsrc8oieuhj19t6v9oegrafz4c
285438
285436
2026-06-22T07:15:18Z
Denny
81
Added Z36720 to the approved list of test cases
285438
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36717"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36717K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "this"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36717K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "that"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36718",
"Z36719",
"Z36720"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36717"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Syntactic table equality"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "if two Syntactic tables are the same. The order of the options and the features shouldn't matter (but currently the order of the features in the options does, which shouldn't)"
}
]
}
}
m3u15zb39pa3xizrt6f0vywrz3thoh8
285446
285438
2026-06-22T07:28:12Z
Denny
81
Added Z36721 to the approved list of implementations
285446
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36717"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36717K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "this"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36717K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "that"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36718",
"Z36719",
"Z36720"
],
"Z8K4": [
"Z14",
"Z36721"
],
"Z8K5": "Z36717"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Syntactic table equality"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "if two Syntactic tables are the same. The order of the options and the features shouldn't matter (but currently the order of the features in the options does, which shouldn't)"
}
]
}
}
be7ma3mj71uil4qoe0308fl89v1j63m
Z36718
0
86281
285431
2026-06-22T07:13:39Z
Denny
81
285431
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36718"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36717",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36717",
"Z36717K1": "Z36617",
"Z36717K2": "Z36617"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z41"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "a goose is a goose"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
stnzeln2eqhct00zao6031ph3b6vuno
Z36719
0
86282
285434
2026-06-22T07:14:22Z
Denny
81
285434
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36719"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36717",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36717",
"Z36717K1": "Z36645",
"Z36717K2": "Z36645"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z41"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Gans (de) is Gans (de)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ehkeral2gxvvd7xrlevmcwk8rpy6uha
Z36720
0
86283
285437
2026-06-22T07:15:06Z
Denny
81
285437
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36720"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36717",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36717",
"Z36717K1": "Z36645",
"Z36717K2": "Z36617"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Goose is not the same as Gans (de)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
t9s4jgvb3sjtb5hei7okukxq3o7duxf
Z36721
0
86284
285445
2026-06-22T07:27:54Z
Denny
81
285445
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36721"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36717",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z19316",
"Z19316K1": {
"Z1K1": "Z7",
"Z7K1": "Z36636",
"Z36636K1": {
"Z1K1": "Z18",
"Z18K1": "Z36717K1"
}
},
"Z19316K2": {
"Z1K1": "Z7",
"Z7K1": "Z36636",
"Z36636K1": {
"Z1K1": "Z18",
"Z18K1": "Z36717K2"
}
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z14326",
"Z14326K1": {
"Z1K1": "Z7",
"Z7K1": "Z36613",
"Z36613K1": {
"Z1K1": "Z18",
"Z18K1": "Z36717K1"
}
},
"Z14326K2": {
"Z1K1": "Z7",
"Z7K1": "Z36613",
"Z36613K1": {
"Z1K1": "Z18",
"Z18K1": "Z36717K2"
}
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z34270",
"Z34270K1": {
"Z1K1": "Z7",
"Z7K1": "Z36644",
"Z36644K1": {
"Z1K1": "Z18",
"Z18K1": "Z36717K1"
}
},
"Z34270K2": {
"Z1K1": "Z7",
"Z7K1": "Z36644",
"Z36644K1": {
"Z1K1": "Z18",
"Z18K1": "Z36717K2"
}
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z34270",
"Z34270K1": {
"Z1K1": "Z7",
"Z7K1": "Z36650",
"Z36650K1": {
"Z1K1": "Z18",
"Z18K1": "Z36717K1"
}
},
"Z34270K2": {
"Z1K1": "Z7",
"Z7K1": "Z36650",
"Z36650K1": {
"Z1K1": "Z18",
"Z18K1": "Z36717K2"
}
}
},
"Z802K3": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
},
"Z802K3": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
},
"Z802K3": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "series of if thens"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
bz8aegk14fp926qeisa63z7zzlqajkx
Z36722
0
86285
285451
2026-06-22T07:38:07Z
Denny
81
285451
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36722"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36608",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36608",
"Z36608K1": "Z1002",
"Z36608K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q1084"
},
"Z36608K3": [
"Z6091"
],
"Z36608K4": [
"Z36463",
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "goose"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "geese"
}
}
]
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z36717",
"Z36717K2": "Z36617"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "rebuild goose"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
tse40cs0i3ih6ydevn1ijc3oszaw5ex
Z36723
0
86286
285453
2026-06-22T07:43:46Z
Denny
81
285453
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36723"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36723K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "feature"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36723K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36723"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "has inherent feature"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "checks whether the given feature is an inherent feature of the Syntactic table"
}
]
}
}
kuhswk1mxd79tcxjs16wsts54vnuun3
285455
285453
2026-06-22T07:44:59Z
Denny
81
Added Z36724 to the approved list of test cases
285455
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36723"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36723K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "feature"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36723K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36724"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36723"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "has inherent feature"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "checks whether the given feature is an inherent feature of the Syntactic table"
}
]
}
}
2seix0pth2jb8q5xpwb7ncvx1uo91fv
285457
285455
2026-06-22T07:45:34Z
Denny
81
Added Z36725 to the approved list of test cases
285457
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36723"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36723K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "feature"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36723K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36724",
"Z36725"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36723"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "has inherent feature"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "checks whether the given feature is an inherent feature of the Syntactic table"
}
]
}
}
dlgjqhandgd1jhz6juu53l3s8tecnno
285460
285457
2026-06-22T07:49:35Z
Denny
81
Added Z36726 to the approved list of implementations
285460
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36723"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36723K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "feature"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36723K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36724",
"Z36725"
],
"Z8K4": [
"Z14",
"Z36726"
],
"Z8K5": "Z36723"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "has inherent feature"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "checks whether the given feature is an inherent feature of the Syntactic table"
}
]
}
}
oq1for2irzk1w8icvtlypihxcmj880b
Z36724
0
86287
285454
2026-06-22T07:44:48Z
Denny
81
285454
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36724"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36723",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36723",
"Z36723K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q1775415"
},
"Z36723K2": "Z36645"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z41"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Gans (de) is feminine"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
n3pno2i981b5kry4brmjlruaddtbc2s
Z36725
0
86288
285456
2026-06-22T07:45:24Z
Denny
81
285456
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36725"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36723",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36723",
"Z36723K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q1775415"
},
"Z36723K2": "Z36617"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "goose is not feminine"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
rb6exa145w28909i9ffphqyl88139il
Z36726
0
86289
285459
2026-06-22T07:49:22Z
Denny
81
285459
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36726"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36723",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z12696",
"Z12696K1": {
"Z1K1": "Z7",
"Z7K1": "Z36644",
"Z36644K1": {
"Z1K1": "Z18",
"Z18K1": "Z36723K2"
}
},
"Z12696K2": {
"Z1K1": "Z18",
"Z18K1": "Z36723K1"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "contains inherent features of table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
tlhsx6huohtd6kbz77hkwteq0yn3i9x
Z36727
0
86290
285461
2026-06-22T07:53:02Z
Denny
81
285461
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36727"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z17K2": "Z36727K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "features"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36727K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36727"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "which of these features is inherent"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "given a list of features, which of these is an inherent feature of the given Syntactic table"
}
]
}
}
pvq55gl1nw2ruo9y03k7ymgwzmppddb
285465
285461
2026-06-22T08:46:06Z
Denny
81
Added Z36728 to the approved list of test cases
285465
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36727"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z17K2": "Z36727K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "features"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36727K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z8K3": [
"Z20",
"Z36728"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36727"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "which of these features is inherent"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "given a list of features, which of these is an inherent feature of the given Syntactic table"
}
]
}
}
goryllv72qa95pvn3r4iy9c4wzqoyw0
285467
285465
2026-06-22T08:47:02Z
Denny
81
Added Z36729 to the approved list of test cases
285467
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36727"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z17K2": "Z36727K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "features"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36727K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z8K3": [
"Z20",
"Z36728",
"Z36729"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36727"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "which of these features is inherent"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "given a list of features, which of these is an inherent feature of the given Syntactic table"
}
]
}
}
2ul9y6kliarn2t63njapsb2y1c6arxz
Z36728
0
86291
285463
2026-06-22T08:45:52Z
Denny
81
285463
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36728"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36727",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36727",
"Z36727K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q499327"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q1775415"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q1775461"
}
],
"Z36727K2": "Z36645"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z889",
"Z889K2": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q1775415"
}
],
"Z889K3": "Z19316"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Gans (de) feminine"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
jbelgq9wya4eldrgyyfqvjf4y1y1cpm
Z36729
0
86292
285466
2026-06-22T08:46:51Z
Denny
81
285466
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36729"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36727",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36727",
"Z36727K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q499327"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q1775415"
}
],
"Z36727K2": "Z36617"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z813"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "goose has no gender in English"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
4rria2vazvkti7xl5t97z3flbf465ip
Z36730
0
86293
285468
2026-06-22T08:48:35Z
Denny
81
285468
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36730"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36727",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z34538",
"Z34538K1": {
"Z1K1": "Z18",
"Z18K1": "Z36727K1"
},
"Z34538K2": {
"Z1K1": "Z7",
"Z7K1": "Z36644",
"Z36644K1": {
"Z1K1": "Z18",
"Z18K1": "Z36727K2"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "union of features and inherent features of table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
rvfn43y83yi85arjlbmfcz4s0gkt4ax
Z36731
0
86294
285469
2026-06-22T08:50:41Z
HenkvD
1290
specific property of subject is value, Dutch
285469
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36731"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36731K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "subject reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6092",
"Z17K2": "Z36731K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "property reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z1",
"Z17K2": "Z36731K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "value (string, quantity, monolingual text, QID...)"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36731K4",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36731"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value, Dutch"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
i5nnqtnsgdqo1zgsqsitsjo94o5zyfo
285474
285469
2026-06-22T08:56:11Z
HenkvD
1290
Added Z36732 to the approved list of test cases
285474
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36731"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36731K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "subject reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6092",
"Z17K2": "Z36731K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "property reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z1",
"Z17K2": "Z36731K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "value (string, quantity, monolingual text, QID...)"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36731K4",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z36732"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36731"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value, Dutch"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
95yltdkj6kaoog1k09p0xtta0gka8cw
285491
285474
2026-06-22T09:07:34Z
HenkvD
1290
Added Z36739 to the approved list of implementations
285491
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36731"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36731K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "subject reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6092",
"Z17K2": "Z36731K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "property reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z1",
"Z17K2": "Z36731K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "value (string, quantity, monolingual text, QID...)"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36731K4",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z36732"
],
"Z8K4": [
"Z14",
"Z36739"
],
"Z8K5": "Z36731"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value, Dutch"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ocq3knbzlbmzoi0p6z2kerv7gdp9k1a
285563
285491
2026-06-22T11:22:51Z
HenkvD
1290
Added Z36769 to the approved list of test cases
285563
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36731"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36731K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "subject reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6092",
"Z17K2": "Z36731K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "property reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z1",
"Z17K2": "Z36731K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "value (string, quantity, monolingual text, QID...)"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36731K4",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z36732",
"Z36769"
],
"Z8K4": [
"Z14",
"Z36739"
],
"Z8K5": "Z36731"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value, Dutch"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
drtkv2s4wm2fkduv7j9fo3dunkugu0j
Talk:Z36730
1
86295
285470
2026-06-22T08:53:03Z
Denny
81
/* Union of sets doesn't seem to work */ new section
285470
wikitext
text/x-wiki
== Union of sets doesn't seem to work ==
{{todo}} It seems that {{Z|Z34538}} doesn't seem to work as expected, and thus this implementation doesn't work. --[[User:Denny|Denny]] ([[User talk:Denny|talk]]) 08:53, 22 June 2026 (UTC)
nzsniu412lnlijpdicr0h86sf566e51
Z36732
0
86296
285473
2026-06-22T08:55:23Z
HenkvD
1290
De oppervlakte van Australië is 7.692.024 km².
285473
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36732"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36731",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36731",
"Z36731K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q408"
},
"Z36731K2": {
"Z1K1": "Z6092",
"Z6092K1": "P2046"
},
"Z36731K3": "7.692.024 km²",
"Z36731K4": "Z1157"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z877",
"Z877K2": {
"Z1K1": "Z89",
"Z89K1": "De oppervlakte van Australië is 7.692.024 km²."
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "[nl] De oppervlakte van Australië is 7692024 km²."
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
efsbx3pbwejh6j5te60raumic94wga2
285524
285473
2026-06-22T09:55:18Z
HenkvD
1290
7692024 km²
285524
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36732"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36731",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36731",
"Z36731K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q408"
},
"Z36731K2": {
"Z1K1": "Z6092",
"Z6092K1": "P2046"
},
"Z36731K3": "7692024 km²",
"Z36731K4": "Z1157"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z877",
"Z877K2": {
"Z1K1": "Z89",
"Z89K1": "De oppervlakte van Australië is 7692024 km²."
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "[nl] De oppervlakte van Australië is 7692024 km²."
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
m1uj4lbyrfr6gbnexz72fhdt7cjc2em
Z36733
0
86297
285475
2026-06-22T08:56:24Z
Denny
81
285475
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36733"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36733K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36733"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "single option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"has exactly one option",
"has one option"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns true if it has exactly one option on the table"
}
]
}
}
0cs85drigi81xwhzqhzhe1rcms3vrpd
285477
285475
2026-06-22T08:57:40Z
Denny
81
Added Z36734 to the approved list of test cases
285477
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36733"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36733K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36734"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36733"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "single option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"has exactly one option",
"has one option"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns true if it has exactly one option on the table"
}
]
}
}
65rtaox261vmqwdhfxbkmzrkin495id
285479
285477
2026-06-22T09:00:30Z
Denny
81
Added Z36735 to the approved list of test cases
285479
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36733"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36733K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36734",
"Z36735"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36733"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "single option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"has exactly one option",
"has one option"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns true if it has exactly one option on the table"
}
]
}
}
guwauj4c0h3t4blke2qbkeu90lu6l25
285481
285479
2026-06-22T09:01:23Z
Denny
81
Added Z36736 to the approved list of implementations
285481
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36733"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36733K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36734",
"Z36735"
],
"Z8K4": [
"Z14",
"Z36736"
],
"Z8K5": "Z36733"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "single option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"has exactly one option",
"has one option"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns true if it has exactly one option on the table"
}
]
}
}
39p1jtcv535uepp1dt610o57xgy9kg0
Z36734
0
86298
285476
2026-06-22T08:57:29Z
Denny
81
285476
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36734"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36733",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36733",
"Z36733K1": {
"Z1K1": "Z36462",
"Z36462K1": "Z1002",
"Z36462K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q380057"
},
"Z36462K3": [
"Z6091"
],
"Z36462K4": [
"Z36463",
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091"
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "quickly"
}
}
]
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z41"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "quickly has a single option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
51z004wbehugreqsztom8byvai5ju3v
Z36735
0
86299
285478
2026-06-22T09:00:20Z
Denny
81
285478
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36735"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36733",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36733",
"Z36733K1": "Z36617"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "goose has two options"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
pgktl4692lmgrnvpnmh04ybbtm6p0ie
Z36736
0
86300
285480
2026-06-22T09:01:09Z
Denny
81
285480
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36736"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36733",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z31547",
"Z31547K1": {
"Z1K1": "Z7",
"Z7K1": "Z36652",
"Z36652K1": {
"Z1K1": "Z18",
"Z18K1": "Z36733K1"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "is number of options 1?"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
mncpsm87o2ujuok2uwz1kb877y8fxmm
Z36737
0
86301
285483
2026-06-22T09:04:56Z
Denny
81
285483
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36737"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36737K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36737"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "several options"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"has more than one option"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "checks whether the given Syntactic table has more than one Syntactic option"
}
]
}
}
a8rkdlca7z8zjtwbwa9gql852zgrz0e
285485
285483
2026-06-22T09:05:50Z
Denny
81
Added Z36738 to the approved list of test cases
285485
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36737"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36737K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36738"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36737"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "several options"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"has more than one option"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "checks whether the given Syntactic table has more than one Syntactic option"
}
]
}
}
r09u6dlttdrq3rmfzsqeah24thkhwk7
285488
285485
2026-06-22T09:06:47Z
Denny
81
Added Z36740 to the approved list of test cases
285488
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36737"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36737K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36738",
"Z36740"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36737"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "several options"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"has more than one option"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "checks whether the given Syntactic table has more than one Syntactic option"
}
]
}
}
twc8nhsqro06vcdxltl6908xd3v25it
285490
285488
2026-06-22T09:07:30Z
Denny
81
285490
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36737"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36737K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36738",
"Z36740"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36737"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "several options"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"has more than one option",
"has multiple options"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "checks whether the given Syntactic table has more than one Syntactic option"
}
]
}
}
2p577uv30fdsal89pkmd9audrds6gjj
285493
285490
2026-06-22T09:09:05Z
Denny
81
Added Z36741 to the approved list of test cases
285493
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36737"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36737K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36738",
"Z36740",
"Z36741"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36737"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "several options"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"has more than one option",
"has multiple options"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "checks whether the given Syntactic table has more than one Syntactic option"
}
]
}
}
tvw063pcsva1kwqox7irmakox87dp3f
285494
285493
2026-06-22T09:09:14Z
Denny
81
Added Z36742 to the approved list of implementations
285494
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36737"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36737K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z40",
"Z8K3": [
"Z20",
"Z36738",
"Z36740",
"Z36741"
],
"Z8K4": [
"Z14",
"Z36742"
],
"Z8K5": "Z36737"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "several options"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"has more than one option",
"has multiple options"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "checks whether the given Syntactic table has more than one Syntactic option"
}
]
}
}
b8ttymto2jeqbppi8mhfy3fqhb9sy1j
Z36738
0
86302
285484
2026-06-22T09:05:40Z
Denny
81
285484
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36738"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36737",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36737",
"Z36737K1": {
"Z1K1": "Z36462",
"Z36462K1": "Z1002",
"Z36462K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q380057"
},
"Z36462K3": [
"Z6091"
],
"Z36462K4": [
"Z36463",
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091"
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "quickly"
}
}
]
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "quickly has one option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
qauwm1tpyqner83xnasmgyepl86487m
Z36739
0
86303
285486
2026-06-22T09:06:30Z
HenkvD
1290
specific property of subject is value, Dutch comp
285486
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36739"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36731",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
"De/het ",
{
"Z1K1": "Z7",
"Z7K1": "Z32556",
"Z32556K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z7",
"Z7K1": "Z35364",
"Z35364K1": {
"Z1K1": "Z7",
"Z7K1": "Z35036",
"Z35036K1": {
"Z1K1": "Z18",
"Z18K1": "Z36731K2"
},
"Z35036K2": [
"Z6030",
"Z6036"
],
"Z35036K3": [
"Z60"
],
"Z35036K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1629"
}
]
}
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36731K4"
}
},
"Z32556K2": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z29825",
"Z29825K1": {
"Z1K1": "Z18",
"Z18K1": "Z36731K4"
},
"Z29825K2": {
"Z1K1": "Z18",
"Z18K1": "Z36731K2"
}
}
}
},
" van ",
{
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z36731K4"
},
"Z11K2": "Optioneel \"de/het\""
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36731K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36731K4"
}
},
" is ",
{
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z36731K4"
},
"Z11K2": "Optioneel \"de/het\""
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z36209",
"Z36209K1": {
"Z1K1": "Z18",
"Z18K1": "Z36731K3"
},
"Z36209K2": {
"Z1K1": "Z18",
"Z18K1": "Z36731K4"
}
},
"."
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value, Dutch comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
lj3ce44r6b8z1rtfqspauchmljy715g
285504
285486
2026-06-22T09:30:17Z
HenkvD
1290
Dutch nominative def article + noun from Item
285504
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36739"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36731",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z35158",
"Z35158K1": {
"Z1K1": "Z7",
"Z7K1": "Z35364",
"Z35364K1": {
"Z1K1": "Z7",
"Z7K1": "Z35036",
"Z35036K1": {
"Z1K1": "Z18",
"Z18K1": "Z36731K2"
},
"Z35036K2": [
"Z6030",
"Z6036"
],
"Z35036K3": [
"Z60"
],
"Z35036K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1629"
}
]
}
}
},
" van ",
{
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z36731K4"
},
"Z11K2": "Optioneel \"de/het\""
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36731K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36731K4"
}
},
" is ",
{
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z36731K4"
},
"Z11K2": "Optioneel \"de/het\""
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z36209",
"Z36209K1": {
"Z1K1": "Z18",
"Z18K1": "Z36731K3"
},
"Z36209K2": {
"Z1K1": "Z18",
"Z18K1": "Z36731K4"
}
},
"."
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value, Dutch comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ifkindn7yu6fm79fepy0se7imxrlfja
285510
285504
2026-06-22T09:38:17Z
HenkvD
1290
conditional sentence case
285510
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36739"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36731",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z34096",
"Z34096K1": {
"Z1K1": "Z7",
"Z7K1": "Z35158",
"Z35158K1": {
"Z1K1": "Z7",
"Z7K1": "Z35364",
"Z35364K1": {
"Z1K1": "Z7",
"Z7K1": "Z35036",
"Z35036K1": {
"Z1K1": "Z18",
"Z18K1": "Z36731K2"
},
"Z35036K2": [
"Z6030",
"Z6036"
],
"Z35036K3": [
"Z60"
],
"Z35036K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1629"
}
]
}
}
},
"Z34096K2": {
"Z1K1": "Z9",
"Z9K1": ""
}
},
" van ",
{
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z36731K4"
},
"Z11K2": "Optioneel \"de/het\""
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36731K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36731K4"
}
},
" is ",
{
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z36731K4"
},
"Z11K2": "Optioneel \"de/het\""
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z36209",
"Z36209K1": {
"Z1K1": "Z18",
"Z18K1": "Z36731K3"
},
"Z36209K2": {
"Z1K1": "Z18",
"Z18K1": "Z36731K4"
}
},
"."
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value, Dutch comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
hs887ify55ceo5o48yhi2rss93s8lbs
285516
285510
2026-06-22T09:40:55Z
HenkvD
1290
fix language parameter
285516
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36739"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36731",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z34096",
"Z34096K1": {
"Z1K1": "Z7",
"Z7K1": "Z35158",
"Z35158K1": {
"Z1K1": "Z7",
"Z7K1": "Z35364",
"Z35364K1": {
"Z1K1": "Z7",
"Z7K1": "Z35036",
"Z35036K1": {
"Z1K1": "Z18",
"Z18K1": "Z36731K2"
},
"Z35036K2": [
"Z6030",
"Z6036"
],
"Z35036K3": [
"Z60"
],
"Z35036K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1629"
}
]
}
}
},
"Z34096K2": {
"Z1K1": "Z18",
"Z18K1": "Z36731K4"
}
},
" van ",
{
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z36731K4"
},
"Z11K2": "Optioneel \"de/het\""
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z36731K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36731K4"
}
},
" is ",
{
"Z1K1": "Z7",
"Z7K1": "Z32220",
"Z32220K1": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z36731K4"
},
"Z11K2": "Optioneel \"de/het\""
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z36209",
"Z36209K1": {
"Z1K1": "Z18",
"Z18K1": "Z36731K3"
},
"Z36209K2": {
"Z1K1": "Z18",
"Z18K1": "Z36731K4"
}
},
"."
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value, Dutch comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
8wp3xq3lks4an2n0byrerlbvc52a6wq
Z36740
0
86304
285487
2026-06-22T09:06:38Z
Denny
81
285487
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36740"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36737",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36737",
"Z36737K1": {
"Z1K1": "Z36462",
"Z36462K1": "Z1002",
"Z36462K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q1401131"
},
"Z36462K3": [
"Z6091"
],
"Z36462K4": [
"Z36463"
]
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z42"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "broken table with no options"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
k9nz4bff3wdz0oi9831sbw64vspj0no
Z36741
0
86305
285489
2026-06-22T09:07:11Z
Denny
81
285489
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36741"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36737",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36737",
"Z36737K1": "Z36617"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z844",
"Z844K2": {
"Z1K1": "Z40",
"Z40K1": "Z41"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "goose has multiple options"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
e624xqr49g9bry646le23jb4pbx1k0j
Z36742
0
86306
285492
2026-06-22T09:08:55Z
Denny
81
285492
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36742"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36737",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z13676",
"Z13676K1": {
"Z1K1": "Z7",
"Z7K1": "Z36652",
"Z36652K1": {
"Z1K1": "Z18",
"Z18K1": "Z36737K1"
}
},
"Z13676K2": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "greater than number of options, 1"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
rk9leqf2is6uohhm51egi202jn8lkjh
Z36743
0
86307
285496
2026-06-22T09:26:55Z
Denny
81
285496
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36743"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36743K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z36463",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36743"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the first Syntactic option of a Syntactic table. Usually you would want the \"base\" option, but that depends on language and part of speech."
}
]
}
}
rzqimiz373ieym9dhmxz6dqr7e94p68
285498
285496
2026-06-22T09:27:43Z
Denny
81
Added Z36744 to the approved list of test cases
285498
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36743"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36743K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z36463",
"Z8K3": [
"Z20",
"Z36744"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36743"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the first Syntactic option of a Syntactic table. Usually you would want the \"base\" option, but that depends on language and part of speech."
}
]
}
}
lgt4tif2j5bh66boyfz9k8v3h2ycs2h
285500
285498
2026-06-22T09:28:41Z
Denny
81
Added Z36745 to the approved list of test cases
285500
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36743"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36743K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z36463",
"Z8K3": [
"Z20",
"Z36744",
"Z36745"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36743"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the first Syntactic option of a Syntactic table. Usually you would want the \"base\" option, but that depends on language and part of speech."
}
]
}
}
1o45xtoo7lzjf5igbvckj2pllfhv5lp
285507
285500
2026-06-22T09:34:40Z
Denny
81
Added Z36746 to the approved list of implementations
285507
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36743"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36743K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z36463",
"Z8K3": [
"Z20",
"Z36744",
"Z36745"
],
"Z8K4": [
"Z14",
"Z36746"
],
"Z8K5": "Z36743"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the first Syntactic option of a Syntactic table. Usually you would want the \"base\" option, but that depends on language and part of speech."
}
]
}
}
qajx4t7nnhtms4a1se47ipgus04lg6t
Z36744
0
86308
285497
2026-06-22T09:27:32Z
Denny
81
285497
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36744"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36743",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36743",
"Z36743K1": "Z36617"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z36670",
"Z36670K2": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "goose"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first option of goose is singular"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
p0ty22qpnh10mozndr0twtee7dmzjnf
Z36745
0
86309
285499
2026-06-22T09:28:30Z
Denny
81
285499
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36745"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36743",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36743",
"Z36743K1": "Z36645"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z36670",
"Z36670K2": {
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
},
{
"Z1K1": "Z6091",
"Z6091K1": "Q131105"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "Gans"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first option of Gans (de)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
gs9fz4jjjxx1xlnp9f4cfaysg4gc84b
Z36746
0
86310
285501
2026-06-22T09:29:22Z
Denny
81
285501
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36746"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36743",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z811",
"Z811K1": {
"Z1K1": "Z7",
"Z7K1": "Z36650",
"Z36650K1": {
"Z1K1": "Z18",
"Z18K1": "Z36743K1"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first element of options of table"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
db6tczgmfzbyd6tuau63itoxp8sz3h1
Z36747
0
86311
285508
2026-06-22T09:37:13Z
Denny
81
285508
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36747"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36747K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36747"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first fragment"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the fragment of the first Syntactic option of the Syntactic table. Note that this is not necessarily the basic option, but getting that instead would depend on the language and part of speech."
}
]
}
}
8yg4c54y8je35h1vo6liuy288dpvg4q
285512
285508
2026-06-22T09:39:25Z
Denny
81
Added Z36748 to the approved list of test cases
285512
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36747"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36747K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z36748"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36747"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first fragment"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the fragment of the first Syntactic option of the Syntactic table. Note that this is not necessarily the basic option, but getting that instead would depend on the language and part of speech."
}
]
}
}
0g8vt3jz52tpbquzfqfts1jhwm3mffb
285514
285512
2026-06-22T09:40:01Z
Denny
81
Added Z36749 to the approved list of test cases
285514
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36747"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36747K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z36748",
"Z36749"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36747"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first fragment"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the fragment of the first Syntactic option of the Syntactic table. Note that this is not necessarily the basic option, but getting that instead would depend on the language and part of speech."
}
]
}
}
pfknti1gy1gnoxrmau0sjovl5780511
285517
285514
2026-06-22T09:41:08Z
Denny
81
Added Z36750 to the approved list of implementations
285517
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36747"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z36462",
"Z17K2": "Z36747K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "table"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z36748",
"Z36749"
],
"Z8K4": [
"Z14",
"Z36750"
],
"Z8K5": "Z36747"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "first fragment"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns the fragment of the first Syntactic option of the Syntactic table. Note that this is not necessarily the basic option, but getting that instead would depend on the language and part of speech."
}
]
}
}
m1qonzqde6k55k75rjie80ur80ijlik
Z36748
0
86312
285511
2026-06-22T09:39:14Z
Denny
81
285511
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36748"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36747",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36747",
"Z36747K1": "Z36617"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z877",
"Z877K2": {
"Z1K1": "Z89",
"Z89K1": "goose"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "goose is \"goose\""
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
q4p901qrqbv8r9tztsbzcvv4nbi2u3l
Z36749
0
86313
285513
2026-06-22T09:39:49Z
Denny
81
285513
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36749"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36747",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36747",
"Z36747K1": "Z36645"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z877",
"Z877K2": {
"Z1K1": "Z89",
"Z89K1": "Gans"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Gans (de) is \"Gans\""
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
q09sh48zhq126l9ilddpaubfbsywqcq
Z36750
0
86314
285515
2026-06-22T09:40:43Z
Denny
81
285515
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36750"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36747",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z36666",
"Z36666K1": {
"Z1K1": "Z7",
"Z7K1": "Z36743",
"Z36743K1": {
"Z1K1": "Z18",
"Z18K1": "Z36747K1"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "fragment of first option"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
8r9erew0c3ilcsf9dmwc5efzfw1yut2
Z36751
0
86315
285520
2026-06-22T09:52:36Z
Denny
81
285520
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36751"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36607",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36607",
"Z36607K1": {
"Z1K1": "Z7",
"Z7K1": "Z6825",
"Z6825K1": {
"Z1K1": "Z6095",
"Z6095K1": "L6424"
}
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z36717",
"Z36717K2": "Z36617"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "goose = L6424"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
lq43blw445hxumhqc6250kaeelp8w4u
Z36752
0
86316
285522
2026-06-22T09:54:16Z
Denny
81
285522
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36752"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36607",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36607",
"Z36607K1": {
"Z1K1": "Z7",
"Z7K1": "Z6825",
"Z6825K1": {
"Z1K1": "Z6095",
"Z6095K1": "L3534"
}
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z36717",
"Z36717K2": {
"Z1K1": "Z36462",
"Z36462K1": "Z1002",
"Z36462K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q1084"
},
"Z36462K3": [
"Z6091"
],
"Z36462K4": [
"Z36463",
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "eye"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "eyes"
}
}
]
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "eye = L3534"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
qjgh989k8mjl644vyk3j8004l33jju3
Z36753
0
86317
285526
2026-06-22T10:06:25Z
Denny
81
285526
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36753"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36607",
"Z14K2": {
"Z1K1": "Z36462",
"Z36462K1": "Z1002",
"Z36462K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q1084"
},
"Z36462K3": [
"Z6091"
],
"Z36462K4": [
"Z36463",
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z19252",
"Z19252K1": {
"Z1K1": "Z18",
"Z18K1": "Z36607K1"
}
}
}
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
}
],
"Z36463K2": {
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z19260",
"Z19260K1": {
"Z1K1": "Z18",
"Z18K1": "Z36607K1"
}
}
}
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "using singular and plural form functions"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
7blxkkayv54xj16t7goyqh9ppvk13t4
Z36754
0
86318
285529
2026-06-22T10:10:48Z
Denny
81
285529
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36754"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6095",
"Z17K2": "Z36754K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "lexeme reference"
}
]
}
}
],
"Z8K2": "Z36462",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36754"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun from Lexeme reference"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "constructs a syntactic table for an English noun from an English noun Lexeme reference"
}
]
}
}
9kwtjvrfa0w6u1g0s7xs566b60i766n
285532
285529
2026-06-22T10:13:15Z
Denny
81
Added Z36755 to the approved list of test cases
285532
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36754"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6095",
"Z17K2": "Z36754K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "lexeme reference"
}
]
}
}
],
"Z8K2": "Z36462",
"Z8K3": [
"Z20",
"Z36755"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36754"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun from Lexeme reference"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "constructs a syntactic table for an English noun from an English noun Lexeme reference"
}
]
}
}
n4ie465wet98fzrmntv8aqcrj2h794n
285534
285532
2026-06-22T10:14:18Z
Denny
81
Added Z36756 to the approved list of test cases
285534
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36754"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6095",
"Z17K2": "Z36754K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "lexeme reference"
}
]
}
}
],
"Z8K2": "Z36462",
"Z8K3": [
"Z20",
"Z36755",
"Z36756"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36754"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun from Lexeme reference"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "constructs a syntactic table for an English noun from an English noun Lexeme reference"
}
]
}
}
kr94gh1pww0nhdpfh4qdg8hqq5n3dly
285536
285534
2026-06-22T10:15:17Z
Denny
81
Added Z36757 to the approved list of implementations
285536
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36754"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6095",
"Z17K2": "Z36754K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "lexeme reference"
}
]
}
}
],
"Z8K2": "Z36462",
"Z8K3": [
"Z20",
"Z36755",
"Z36756"
],
"Z8K4": [
"Z14",
"Z36757"
],
"Z8K5": "Z36754"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun from Lexeme reference"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "constructs a syntactic table for an English noun from an English noun Lexeme reference"
}
]
}
}
27ojwr1twemkqn77j1pu69hsx30l56v
285538
285536
2026-06-22T10:17:15Z
Denny
81
Added Z36758 to the approved list of implementations
285538
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36754"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6095",
"Z17K2": "Z36754K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "lexeme reference"
}
]
}
}
],
"Z8K2": "Z36462",
"Z8K3": [
"Z20",
"Z36755",
"Z36756"
],
"Z8K4": [
"Z14",
"Z36757",
"Z36758"
],
"Z8K5": "Z36754"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun from Lexeme reference"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "constructs a syntactic table for an English noun from an English noun Lexeme reference"
}
]
}
}
mnudvkanwciwlxiwdt3fwvc7n2a6upz
Z36755
0
86319
285531
2026-06-22T10:13:05Z
Denny
81
285531
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36755"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36754",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36754",
"Z36754K1": {
"Z1K1": "Z6095",
"Z6095K1": "L6424"
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z36717",
"Z36717K2": "Z36617"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "from reference for goose"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
grynjlpwwlg5swxhb4bqy3fe855541i
Z36756
0
86320
285533
2026-06-22T10:14:10Z
Denny
81
285533
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36756"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36754",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36754",
"Z36754K1": {
"Z1K1": "Z6095",
"Z6095K1": "L4905"
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z36717",
"Z36717K2": {
"Z1K1": "Z36462",
"Z36462K1": "Z1002",
"Z36462K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q1084"
},
"Z36462K3": [
"Z6091"
],
"Z36462K4": [
"Z36463",
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "islands"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "island"
}
}
]
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "from reference for island"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
bxnycs4hnlbumva537cmjfvyfco3ulb
Z36757
0
86321
285535
2026-06-22T10:14:58Z
Denny
81
285535
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36757"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36754",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z36607",
"Z36607K1": {
"Z1K1": "Z7",
"Z7K1": "Z6825",
"Z6825K1": {
"Z1K1": "Z18",
"Z18K1": "Z36754K1"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun from Lexeme, fetch"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
2snb0iho75i93k6jx2rfb339wqkp64c
Z36758
0
86322
285537
2026-06-22T10:17:03Z
Denny
81
285537
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36758"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36754",
"Z14K2": {
"Z1K1": "Z36462",
"Z36462K1": "Z1002",
"Z36462K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q1084"
},
"Z36462K3": [
"Z6091"
],
"Z36462K4": [
"Z36463",
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z19252",
"Z19252K1": {
"Z1K1": "Z7",
"Z7K1": "Z6825",
"Z6825K1": {
"Z1K1": "Z18",
"Z18K1": "Z36754K1"
}
}
}
}
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
}
],
"Z36463K2": {
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z19260",
"Z19260K1": {
"Z1K1": "Z7",
"Z7K1": "Z6825",
"Z6825K1": {
"Z1K1": "Z18",
"Z18K1": "Z36754K1"
}
}
}
}
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "singular and plural functions with fetches"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ryr8gol666hclup4j9y3g23ape93pdz
Z36759
0
86323
285540
2026-06-22T10:20:39Z
Denny
81
285540
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36759"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z36759K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "singular"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z36759K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "plural"
}
]
}
}
],
"Z8K2": "Z36462",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36759"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun from singular and plural"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "constructs an English noun Syntactic table from the singular and plural individually given. Useful for irregular plurals."
}
]
}
}
53yutohup38tzki75hnw191iyxni7gq
285542
285540
2026-06-22T10:24:21Z
Denny
81
Added Z36760 to the approved list of test cases
285542
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36759"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z36759K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "singular"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z36759K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "plural"
}
]
}
}
],
"Z8K2": "Z36462",
"Z8K3": [
"Z20",
"Z36760"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36759"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun from singular and plural"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "constructs an English noun Syntactic table from the singular and plural individually given. Useful for irregular plurals."
}
]
}
}
hewdato5qndxc02ql01w7uz1hyqlxb0
285544
285542
2026-06-22T10:25:54Z
Denny
81
Added Z36761 to the approved list of implementations
285544
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36759"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z36759K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "singular"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z36759K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "plural"
}
]
}
}
],
"Z8K2": "Z36462",
"Z8K3": [
"Z20",
"Z36760"
],
"Z8K4": [
"Z14",
"Z36761"
],
"Z8K5": "Z36759"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun from singular and plural"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "constructs an English noun Syntactic table from the singular and plural individually given. Useful for irregular plurals."
}
]
}
}
gjmsuzn2tc8gshk5fa9qhojsz4wozdy
Z36760
0
86324
285541
2026-06-22T10:23:28Z
Denny
81
285541
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36760"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36759",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36759",
"Z36759K1": "goose",
"Z36759K2": "geese"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z36717",
"Z36717K2": "Z36617"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "goose and geese"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
opv55z1q24n28vk5kunwfoj0nh16pjs
Z36761
0
86325
285543
2026-06-22T10:25:44Z
Denny
81
285543
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36761"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36759",
"Z14K2": {
"Z1K1": "Z36462",
"Z36462K1": "Z1002",
"Z36462K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q1084"
},
"Z36462K3": [
"Z6091"
],
"Z36462K4": [
"Z36463",
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z18",
"Z18K1": "Z36759K1"
}
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
}
],
"Z36463K2": {
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z18",
"Z18K1": "Z36759K2"
}
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
rwg42m4itpbf2m1qpzv3qrcuvbe51kd
Z36762
0
86326
285546
2026-06-22T10:29:59Z
Denny
81
285546
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36762"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z36762K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "noun"
}
]
}
}
],
"Z8K2": "Z36462",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36762"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun from string"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "constructs an English noun Syntactic table from a string for the singular and creating a regular plural"
}
]
}
}
2ocunrs87cc7xknea3ex4gw216k56bz
285548
285546
2026-06-22T10:31:05Z
Denny
81
Added Z36763 to the approved list of test cases
285548
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36762"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z36762K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "noun"
}
]
}
}
],
"Z8K2": "Z36462",
"Z8K3": [
"Z20",
"Z36763"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36762"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun from string"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "constructs an English noun Syntactic table from a string for the singular and creating a regular plural"
}
]
}
}
bgww6k2lr5w7778pxdzzyclblk2zxlc
285550
285548
2026-06-22T10:31:58Z
Denny
81
Added Z36764 to the approved list of test cases
285550
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36762"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z36762K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "noun"
}
]
}
}
],
"Z8K2": "Z36462",
"Z8K3": [
"Z20",
"Z36763",
"Z36764"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36762"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun from string"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "constructs an English noun Syntactic table from a string for the singular and creating a regular plural"
}
]
}
}
n55m9w46b8al0wy089jmb79rutkk5hs
285552
285550
2026-06-22T10:34:06Z
Denny
81
Added Z36765 to the approved list of implementations
285552
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36762"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z36762K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "noun"
}
]
}
}
],
"Z8K2": "Z36462",
"Z8K3": [
"Z20",
"Z36763",
"Z36764"
],
"Z8K4": [
"Z14",
"Z36765"
],
"Z8K5": "Z36762"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun from string"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "constructs an English noun Syntactic table from a string for the singular and creating a regular plural"
}
]
}
}
d1d66a61cxiiduwvu06ki58n6gbmw4y
Z36763
0
86327
285547
2026-06-22T10:30:55Z
Denny
81
285547
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36763"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36762",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36762",
"Z36762K1": "tree"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z36717",
"Z36717K2": {
"Z1K1": "Z7",
"Z7K1": "Z36607",
"Z36607K1": {
"Z1K1": "Z7",
"Z7K1": "Z6825",
"Z6825K1": {
"Z1K1": "Z6095",
"Z6095K1": "L3565"
}
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "tree compared to L3565"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
mg4m1gvl9yksjswl22boi69bd2z54hs
Z36764
0
86328
285549
2026-06-22T10:31:48Z
Denny
81
285549
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36764"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36762",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36762",
"Z36762K1": "baby"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z36717",
"Z36717K2": {
"Z1K1": "Z36462",
"Z36462K1": "Z1002",
"Z36462K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q1084"
},
"Z36462K3": [
"Z6091"
],
"Z36462K4": [
"Z36463",
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q110786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "baby"
}
},
{
"Z1K1": "Z36463",
"Z36463K1": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q146786"
}
],
"Z36463K2": {
"Z1K1": "Z89",
"Z89K1": "babies"
}
}
]
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "baby vs local baby"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
o4cldq5kt7lomtncrpo97u4vbhf5ece
Z36765
0
86329
285551
2026-06-22T10:33:57Z
Denny
81
285551
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36765"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36762",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z36759",
"Z36759K1": {
"Z1K1": "Z18",
"Z18K1": "Z36762K1"
},
"Z36759K2": {
"Z1K1": "Z7",
"Z7K1": "Z11089",
"Z11089K1": {
"Z1K1": "Z18",
"Z18K1": "Z36762K1"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "use English plural function"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
byccobi9l7pvbqgwhtagj4c9anuqm7q
Z36766
0
86330
285554
2026-06-22T10:37:54Z
Denny
81
285554
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36766"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36766K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item"
}
]
}
}
],
"Z8K2": "Z36462",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36766"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun from item reference"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "constructs a syntactic table for an English noun from a Wikidata item reference"
}
]
}
}
131bpmr38mt5urm8fjmd6hn23rhr89f
285556
285554
2026-06-22T10:39:21Z
Denny
81
285556
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36766"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36766K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item"
}
]
}
}
],
"Z8K2": "Z36462",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36766"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun from item reference"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"English noun from QID"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "constructs a syntactic table for an English noun from a Wikidata item reference"
}
]
}
}
gfscdelvwjqqeo4ewuixg102ceunr2n
285557
285556
2026-06-22T10:39:26Z
Denny
81
Added Z36767 to the approved list of test cases
285557
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36766"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36766K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item"
}
]
}
}
],
"Z8K2": "Z36462",
"Z8K3": [
"Z20",
"Z36767"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z36766"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun from item reference"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"English noun from QID"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "constructs a syntactic table for an English noun from a Wikidata item reference"
}
]
}
}
f6x9exepk916c5nj1ip5vwn6ctyqcx8
285559
285557
2026-06-22T10:44:06Z
Denny
81
Added Z36768 to the approved list of implementations
285559
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36766"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36766K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item"
}
]
}
}
],
"Z8K2": "Z36462",
"Z8K3": [
"Z20",
"Z36767"
],
"Z8K4": [
"Z14",
"Z36768"
],
"Z8K5": "Z36766"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun from item reference"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"English noun from QID"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "constructs a syntactic table for an English noun from a Wikidata item reference"
}
]
}
}
2p3pkhw754g1v0f2gm6fzq7wzhz7jw8
285560
285559
2026-06-22T10:44:30Z
Denny
81
285560
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36766"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36766K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item reference"
}
]
}
}
],
"Z8K2": "Z36462",
"Z8K3": [
"Z20",
"Z36767"
],
"Z8K4": [
"Z14",
"Z36768"
],
"Z8K5": "Z36766"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun from item reference"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"English noun from QID"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "constructs a syntactic table for an English noun from a Wikidata item reference"
}
]
}
}
t5oziwcaropsjl1xuhv8x64bdj8cbn7
Z36767
0
86331
285555
2026-06-22T10:38:59Z
Denny
81
285555
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36767"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36766",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36766",
"Z36766K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q16529344"
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z36717",
"Z36717K2": "Z36617"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "\"goose\" from goose"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ow41gtzt59783vsk10k05iisv14u0r0
Z36768
0
86332
285558
2026-06-22T10:43:02Z
Denny
81
285558
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36768"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36766",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z36607",
"Z36607K1": {
"Z1K1": "Z7",
"Z7K1": "Z22696",
"Z22696K1": {
"Z1K1": "Z18",
"Z18K1": "Z36766K1"
},
"Z22696K2": "Z1002"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English noun from 1st lexeme from item ref \u0026 P5137"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ragaj8gxmgr5tnsqhwffh534hjormqq
Z36769
0
86333
285562
2026-06-22T11:18:22Z
HenkvD
1290
[nl] Het inwonertal van Australie is 27614411.
285562
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36769"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36731",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36731",
"Z36731K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q408"
},
"Z36731K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1082"
},
"Z36731K3": "27614411",
"Z36731K4": "Z1157"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z877",
"Z877K2": {
"Z1K1": "Z89",
"Z89K1": "Het inwonertal van Australie is 27614411."
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "[nl] Het inwonertal van Australie is 27614411."
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
jq7vibhtfau78rsvfjlsezq3qqgumq1
285564
285562
2026-06-22T11:23:46Z
HenkvD
1290
Australië
285564
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36769"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36731",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36731",
"Z36731K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q408"
},
"Z36731K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1082"
},
"Z36731K3": "27614411",
"Z36731K4": "Z1157"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z877",
"Z877K2": {
"Z1K1": "Z89",
"Z89K1": "Het inwonertal van Australië is 27614411."
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "[nl] Het inwonertal van Australië is 27614411."
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
1ghpzp9i2ds727x2xnjc9u9vmtkb3aq