

4.2.1 Content of a reference for a specific statement.4.1.9 Properties likely missing type constraints.4.1.8 A 7 level inverse tree (of Property categories).4.1.7 Identifier properties present on one item, but absent on another.4.1.6 Properties connecting items of type zoo (Q43501) with items of type animal (Q729).4.1.5 All properties with descriptions and aliases and types.4.1.4 properties used to link to instances of technical standard (Q317623).4.1.3 Properties grouped by their Wikibase datatype (Q19798645) with number of properties.4.1.1 Properties grouped by their parent property.3.18 Standard Mandarin Lexeme Forms missing Pinyin Transliteration.3.16 Forms in Hebrew that are both feminine and masculine.3.14 The 100 most translated concepts in the Lexeme namespace.3.13 Lexemes that means water ordered by language.3.11 Lexeme languages by number of usage examples.3.10 German picture dictionary for young children.3.9 Pictures of noun lexemes in English (picture dictionary à la Wikidata).

3.8 Lexemes in Swedish with usage example that demonstrates both a form and a sense.3.7 Lexemes in English that match an expression.3.6 All forms in Swedish missing a pronunciation for the form with a representation identical to the lemma of the lexeme.3.2 Forms in Swedish that have no example demonstrating them.2.22 Mayors that are either a dog, a cat or a chicken.2.21 Mayors that are any kind of domesticated animal.2.20 Total population in the Øresund Region.2.19 Wikidata items of Wikipedia articles.2.17 Names of Wikipedia articles in multiple languages.2.16 URLs of Wikipedia in all languages.2.15 Humans whose gender we know we don't know.2.12 Items about authors with a Wikispecies page.2.10 Humans who died on a specific date on the English Wikipedia, ordered by label.2.3 Horses (showing some info about them).Maintenance examples help to curate all our items.Human examples have all kinds of human related queries.Advanced examples showcase more advanced functionality.Some queries did not fit here because of technical restrictions: Many of the examples also work in template calls parsed by the Listerbot, which however requires the ?item field variable to be selected.Ĭonsider adding a comment in the query noting what it illustrates, when and by whom it was written and which are its limitations given the current data and use of properties at Wikidata. This page is parsed by the web interface of the query service to fill the query example dialog.
Wikidata graph builder example free#
Please help to improve this page! Phabricator task T132690įeel free to add your example, or edit an existing one, if you think it is useful Any help would be greatly appreciated Also, I would like to retain the symm_height() function as it is as much as possible.Warning: Editing this page will change the examples shown on
Wikidata graph builder example code#
When I tested my code on Python Tutor, for some reason, the left = right if statement within the isMirror() function is returning False for root.left (i.e., 23) and root.right (i.e., 23). Return isReSymm(root.left) and isReSymm(root.right) Return isSymm(left.left, left.right) and isSymm(right.left, right.right) # Function to insert values in level order # Helper function that allocates a new node
