*Here's your quick overview of what has been happening around Wikidata over
the last week.*

Events <https://www.wikidata.org/wiki/Special:MyLanguage/Wikidata:Events>

   - Past: Wikidata IRC office hour, May 29th
   <https://www.wikidata.org/wiki/Wikidata:Events/IRC_office_hour_2018-05-29>
   - Past: slides of "Wikidata in GLAM, how and why"
   
<https://www.slideshare.net/Europeana/wikidata-in-glams-how-and-why-by-jason-evans-europeanatech-conference-2018>
   by Jason Evans during EuropeanaTech conference
   - Figsharefest: "(Personal) use-cases for Figshare in a Wikidata
   narrative", June 4th, Brussels (slides
   
<https://figshare.com/articles/_Personal_use-cases_for_Figshare_in_a_Wikidata_narrative/6411167>
   )

Press, articles, blog posts
<https://www.wikidata.org/wiki/Special:MyLanguage/Wikidata:Press_coverage>

   - Using the Hive Mind: WikiData Integration and Artist Pages
   
<https://medium.com/nationalgalleries-digital/using-the-hive-mind-wikidata-integration-and-artist-pages-618574fa9168>
   on the blog of the National Galleries of Scotland
   - Tools for Wikipedians: Keeping track of what’s going on on Wikidata
   from Wikipedia
   
<https://blog.wikimedia.de/2018/06/01/tools-for-wikipedians-keeping-track-of-whats-going-on-on-wikidata-from-wikipedia-2/>
   by Jens Ohlig (also available in German
   
<https://blog.wikimedia.de/2018/06/01/werkzeuge-fuer-freiwillige-von-wikipedia-aus-verfolgen-was-auf-wikidata-vor-sich-geht/>
   )
   - Wikidata and Scholia as a hub linking chemical knowledge
   <https://www.wikidata.org/wiki/Q53844513> poster presented at 11th
   International Conference on Chemical Structures
   <https://www.wikidata.org/wiki/Q47501229> (PDF
   
<https://figshare.com/articles/Wikidata_and_Scholia_as_a_hub_linking_chemical_knowledge/6356027>
   )
   - A complete video walkthrough to learn how to use OpenRefine
   
<https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Tutorials/Video>:
   how to match, clean up and import data into Wikidata
   - Lexicographical data: number of existing lemmas per language
   <https://github.com/wikicite/wikidata-lemmas/blob/master/languages.csv>

Other Noteworthy Stuff

   - You can now search for values of a statement in Special:Search
   
<https://www.wikidata.org/wiki/Wikidata:Project_chat#You_can_look_for_values_of_a_statement_in_Special:Search>
   (P31, external-ids and strings)
   - You can now use global preferences
   <https://www.wikidata.org/wiki/Special:GlobalPreferences> on most wikis.
   This means you can set preferences for all wikis at the same time. Before
   this you had to change them on each individual wiki.
   - Country geoshape data have been added to Commons and linked to the
   corresponding Wikidata items. These geoshapes can be used to visualise
   query results e.g. World map showing population of each country
   
<https://query.wikidata.org/embed.html#%23defaultView%3AMap%7B%22hide%22%3A%5B%22%3Fgeo%22%2C%20%22%3Flayer%22%5D%7D%0ASELECT%20DISTINCT%20%3Fgeo%20%3FxLabel%20%28SAMPLE%28%3Fx%29%20AS%20%3Fx%29%20%28MAX%28%3Fpopulation%29%20AS%20%3Fpopulation%29%20%28SAMPLE%28%3Flayer%29%20AS%20%3Flayer%29%20WHERE%20%7B%0A%20%20%3Fx%20wdt%3AP31%2Fwdt%3AP279%2a%20wd%3AQ6256%20%3B%0A%20%20%23%20%20%20wdt%3AP30%20wd%3AQ46%20%3B%0A%20%20%20%20%20wdt%3AP3896%20%3Fgeo%20%3B%0A%20%20%20%20%20wdt%3AP1082%20%3Fpopulation.%0A%20%20BIND%28%0A%20%20%20%20IF%28%3Fpopulation%20%3C%20100000%2C%20%22%3C100%2C000%22%2C%0A%20%20%20%20IF%28%3Fpopulation%20%3C%20500000%2C%20%22100%2C000-500%2C000%22%2C%0A%20%20%20%20IF%28%3Fpopulation%20%3C%201000000%2C%20%22500%2C000-1M%22%2C%0A%20%20%20%20IF%28%3Fpopulation%20%3C%202000000%2C%20%221M-2M%22%2C%0A%20%20%20%20IF%28%3Fpopulation%20%3C%205000000%2C%20%222M-5M%22%2C%0A%20%20%20%20IF%28%3Fpopulation%20%3C%2010000000%2C%20%225M-10M%22%2C%0A%20%20%20%20IF%28%3Fpopulation%20%3C%2020000000%2C%20%2210M-20M%22%2C%0A%20%20%20%20IF%28%3Fpopulation%20%3C%2040000000%2C%20%2220M-40M%22%2C%0A%20%20%20%20IF%28%3Fpopulation%20%3C%2060000000%2C%20%2240M-60M%22%2C%20%20%20%0A%20%20%20%20IF%28%3Fpopulation%20%3C%2080000000%2C%20%2260M-80M%22%2C%0A%20%20%20%20IF%28%3Fpopulation%20%3C%20100000000%2C%20%2280M-100M%22%2C%0A%20%20%20%20IF%28%3Fpopulation%20%3C%20200000000%2C%20%22100M-200M%22%2C%0A%20%20%20%20IF%28%3Fpopulation%20%3C%20500000000%2C%20%22200M-500M%22%2C%0A%20%20%20%20IF%28%3Fpopulation%20%3C%201000000000%2C%20%22500M-1B%22%2C%0A%20%20%20%20IF%28%3Fpopulation%20%3E%201000000000%2C%20%221B%2B%22%2C%20%20%20%0A%20%20%20%20%22%22%29%29%29%29%29%29%29%29%29%29%29%29%29%29%29%0A%20%20%20%20AS%20%3Flayer%29.%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D%0AGROUP%20BY%20%3Fgeo%20%3FxLabel%0AORDER%20BY%20%3Fpopulation%20%20>
   .
   - Concordances: mappings between Wikidata and other knowledge
   organization systems <http://coli-conc.gbv.de/concordances/wikidata/>

Did you know?

   - Newest properties
   <https://www.wikidata.org/wiki/Special:ListProperties>:
      - General datatypes: chromosome count
      <https://www.wikidata.org/wiki/Property:P5230>, prime factor
      <https://www.wikidata.org/wiki/Property:P5236>, pronunciation variety
      <https://www.wikidata.org/wiki/Property:P5237>, compound of
      <https://www.wikidata.org/wiki/Property:P5238>
      - External identifiers: ISO 3950 code
      <https://www.wikidata.org/wiki/Property:P5209>, National Gallery of
      Armenia work ID <https://www.wikidata.org/wiki/Property:P5210>, GONIAT
      author ID <https://www.wikidata.org/wiki/Property:P5211>, Armenian
      National Academy of Sciences ID
      <https://www.wikidata.org/wiki/Property:P5212>, Armenian
      Parliamentary ID <https://www.wikidata.org/wiki/Property:P5213>, GONIAT
      paper ID <https://www.wikidata.org/wiki/Property:P5214>, GONIAT place
      ID <https://www.wikidata.org/wiki/Property:P5215>, GONIAT taxon ID
      <https://www.wikidata.org/wiki/Property:P5216>, Spyur ID
      <https://www.wikidata.org/wiki/Property:P5217>, Armenian Cinema ID
      <https://www.wikidata.org/wiki/Property:P5218>, BMRB ID
      <https://www.wikidata.org/wiki/Property:P5219>, ICSC ID
      <https://www.wikidata.org/wiki/Property:P5220>, Tree of Life Web
      Project ID <https://www.wikidata.org/wiki/Property:P5221>, NWSL
      player ID <https://www.wikidata.org/wiki/Property:P5222>, Information
      Center for Israeli Art artwork ID
      <https://www.wikidata.org/wiki/Property:P5223>, OlimpBase Women's
      Chess Olympiad player ID
      <https://www.wikidata.org/wiki/Property:P5224>, Argentine biography
      deputy ID <https://www.wikidata.org/wiki/Property:P5225>, B.R.A.H.M.S.
      ID <https://www.wikidata.org/wiki/Property:P5226>, Carnegie Hall
      event ID <https://www.wikidata.org/wiki/Property:P5227>, Carnegie
      Hall work ID <https://www.wikidata.org/wiki/Property:P5229>, Chromosome
      numbers of the Flora of Germany database ID
      <https://www.wikidata.org/wiki/Property:P5231>, D&B Hoovers company
      profile <https://www.wikidata.org/wiki/Property:P5232>, Filmow ID
      <https://www.wikidata.org/wiki/Property:P5233>, SpectraBase Compound
      ID <https://www.wikidata.org/wiki/Property:P5234>, Cité de la
      Musique-Philharmonie de Paris work ID
      <https://www.wikidata.org/wiki/Property:P5235>, Artists in Canada
      record number <https://www.wikidata.org/wiki/Property:P5239>, RollDaBeats
      artist ID <https://www.wikidata.org/wiki/Property:P5240>, Songfacts
      song ID <https://www.wikidata.org/wiki/Property:P5241>
   - New property proposals
   <https://www.wikidata.org/wiki/Special:MyLanguage/Wikidata:Property_proposal>
   to review:
      - General datatypes: grammatical category
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/grammatical_category>,
      IAB code
      <https://www.wikidata.org/wiki/Wikidata:Property_proposal/IAB_code>,
title
      number
      <https://www.wikidata.org/wiki/Wikidata:Property_proposal/title_number>,
      chữ Nôm
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/ch%E1%BB%AF_N%C3%B4m>,
      noun <https://www.wikidata.org/wiki/Wikidata:Property_proposal/noun>,
gender
      inflection
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/gender_inflection>,
      winter view
      <https://www.wikidata.org/wiki/Wikidata:Property_proposal/winter_view>,
      of <https://www.wikidata.org/wiki/Wikidata:Property_proposal/of>,
alternative
      form
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/alternative_form>,
      lexical category
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/lexical_category>,
      spelling variant
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/spelling_variant>,
      hyphenation
      <https://www.wikidata.org/wiki/Wikidata:Property_proposal/hyphenation>
      - External identifiers: myschool ID
      <https://www.wikidata.org/wiki/Wikidata:Property_proposal/myschool_ID>,
      IPTC subject code
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/IPTC_subject_code>,
      Canal-U person ID
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/Canal-U_person_ID>,
      FilmTv.it movie ID
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/FilmTv.it_movie_ID>,
      FilmTv.it TV series ID
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/FilmTv.it_TV_series_ID>,
      FilmTv.it person ID
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/FilmTv.it_person_ID>,
      Corago ID
      <https://www.wikidata.org/wiki/Wikidata:Property_proposal/Corago_ID>, Les
      Enfoirés participant ID
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/Les_Enfoir%C3%A9s_participant_ID>,
      Les Enfoirés song ID
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/Les_Enfoir%C3%A9s_song_ID>,
      iTunes App Store developer ID
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/iTunes_App_Store_developer_ID>,
      NDOP taxon ID
      <https://www.wikidata.org/wiki/Wikidata:Property_proposal/NDOP_taxon_ID>,
      BirdLife International ID
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/BirdLife_International_ID>,
      Relationship Science person ID
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/Relationship_Science_person_ID>,
      Czech Geomorphological Unit Code
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/Czech_Geomorphological_Unit_Code>,
      Swedish Gravestone ID
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/Swedish_Gravestone_ID>,
      OED Online ID
      <https://www.wikidata.org/wiki/Wikidata:Property_proposal/OED_Online_ID>,
      Dordrechts Museum
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/Dordrechts_Museum>,
      Finnish national bibliography corporate name ID
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/Finnish_national_bibliography_corporate_name_ID>,
      SJP Online ID
      <https://www.wikidata.org/wiki/Wikidata:Property_proposal/SJP_Online_ID>,
      Contemporary Music Portal ID
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/Contemporary_Music_Portal_ID>,
      Web umenia work ID
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/Web_umenia_work_ID>,
      Museo Nacional de Artes Visuales Work ID
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/Museo_Nacional_de_Artes_Visuales_Work_ID>,
      Cdmc ID
      <https://www.wikidata.org/wiki/Wikidata:Property_proposal/Cdmc_ID>,
Monarch
      Disease Ontology ID
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/Monarch_Disease_Ontology_ID>,
      Nelson-Atkins Museum of Art ID
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/Nelson-Atkins_Museum_of_Art_ID>,
      Saint Louis Art Museum ID
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/Saint_Louis_Art_Museum_ID>,
      Strava ID of a professional sport person
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/_Strava_ID_of_a_professional_sport_person>,
      StadiumDB identifier
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/StadiumDB_identifier>,
      Songfacts artist ID
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/Songfacts_artist_ID>,
      World Stadium Database identifier
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/World_Stadium_Database_identifier>,
      Douban Movie Celebrity ID
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/Douban_Movie_Celebrity_ID>,
      Firmenbuchnummer
      
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/Firmenbuchnummer>
   - Properties waiting to be used, created >3 months:
      - Program Component Score (P4826)
      <https://www.wikidata.org/wiki/Property:P4826>, deductions (in figure
      skating) (P4825) <https://www.wikidata.org/wiki/Property:P4825>,
Swimrankings
      meet ID (P4827) <https://www.wikidata.org/wiki/Property:P4827>,
Sailboatdata
      ID (P4833) <https://www.wikidata.org/wiki/Property:P4833>, World
      Sailing regatta ID (P4832)
      <https://www.wikidata.org/wiki/Property:P4832>, Landslagsdatabasen ID
      (P4830) <https://www.wikidata.org/wiki/Property:P4830>, Irish Rugby
      Football Union women's player ID (P4836)
      <https://www.wikidata.org/wiki/Property:P4836>, Wolfram Language
      entity code (P4839)
<https://www.wikidata.org/wiki/Property:P4839>, Directory
      of Czech publishers ID (P4840)
      <https://www.wikidata.org/wiki/Property:P4840>, development of
      anatomical structure (P4843)
      <https://www.wikidata.org/wiki/Property:P4843>
   - Query examples:
      - List of Danish female athletes
      
<https://query.wikidata.org/#select%20%3Fcount%20%3Fhuman%20%3FhumanLabel%20%3FhumanDescription%0AWITH%20%7B%0A%20%20SELECT%20%3Fhuman%20%28COUNT%28DISTINCT%20%3Farticle%29%20AS%20%3Fcount%29%20WHERE%20%7B%0A%20%20%20%20%3Fhuman%20wdt%3AP27%20wd%3AQ35%20.%0A%20%20%20%20%3Fhuman%20wdt%3AP106%20%2F%20wdt%3AP279%2a%20wd%3AQ2066131%20.%0A%20%20%20%20%3Fhuman%20wdt%3AP21%20wd%3AQ6581072.%0A%20%20%20%20%3Farticle%20schema%3Aabout%20%3Fhuman%20.%0A%20%20%7D%0A%20%20GROUP%20BY%20%3Fhuman%0A%7D%20AS%20%25results%0AWHERE%20%7B%0A%20%20INCLUDE%20%25results%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22da%2Cen%22.%20%7D%0A%7D%0AORDER%20BY%20DESC%28%3Fcount%29>
      (source <https://twitter.com/fnielsen/status/1003539849675198464>)
      - Battles within 100km of Edinburgh
      
<https://query.wikidata.org/#%23Battles%20within%20100km%20of%20Edinburgh%0A%0A%23defaultView%3AMap%0ASELECT%20%3Fplace%20%3FplaceLabel%20%3Flocation%0AWHERE%0A%7B%0A%20%20%23%20Edinburgh%20coordinates%0A%20%20wd%3AQ23436%20wdt%3AP625%20%3FEdinLoc%20.%0A%20%20SERVICE%20wikibase%3Aaround%20%7B%0A%20%20%20%20%3Fplace%20wdt%3AP625%20%3Flocation%20.%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Acenter%20%3FEdinLoc%20.%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Aradius%20%22100%22%20.%0A%20%20%7D%20.%0A%20%20%23%20Is%20a%20battle%0A%20%20FILTER%20EXISTS%20%7B%20%3Fplace%20wdt%3AP31%2Fwdt%3AP279%2a%20wd%3AQ178561%20%7D%20.%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22%20.%0A%20%20%7D%20%0A%7D>
      (source <https://twitter.com/emcandre/status/1002455913465286656>)
      - Grammatical features graph
      
<https://query.wikidata.org/#%23defaultView%3AGraph%0ASELECT%20%3Fchild%20%3FchildLabel%20%3Fparent%20%3FparentLabel%20%0AWITH%20%7B%0A%20%20SELECT%20%3Ffeature%20WHERE%20%7B%0A%20%20%20%20VALUES%20%3Ffeature%20%7B%20%0A%20%20%0A%20%20%20%20wd%3AQ1817208%0A%20%20%20%20wd%3AQ2054517%0A%20%20%20%20wd%3AQ102047%0A%20%20%20%20wd%3AQ6581072%0A%20%20%20%20wd%3AQ51929403%0A%20%20%20%20wd%3AQ108709%0A%20%20%20%20wd%3AQ324982%0A%20%20%20%20wd%3AQ21470140%0A%20%20%20%20wd%3AQ47088290%0A%20%20%20%20wd%3AQ51929290%0A%20%20%20%20wd%3AQ18012653%0A%20%20%20%20wd%3AQ47088293%0A%20%20%20%20wd%3AQ501405%0A%20%20%20%20wd%3AQ4348304%0A%20%20%20%20wd%3AQ51929049%0A%20%20%20%20wd%3AQ623734%0A%20%20%20%20wd%3AQ51927507%0A%20%20%20%20wd%3AQ110022%0A%20%20%20%20wd%3AQ54152717%0A%20%20%20%20wd%3AQ1230649%0A%20%20%20%20wd%3AQ1233197%0A%20%20%20%20wd%3AQ202142%0A%20%20%20%20wd%3AQ53608953%0A%20%20%20%20wd%3AQ16527322%0A%20%20%20%20wd%3AQ53999547%0A%20%20%20%20wd%3AQ131105%0A%20%20%20%20wd%3AQ24577575%0A%20%20%20%20wd%3AQ53997851%0A%20%20%20%20wd%3AQ156986%0A%20%20%20%20wd%3AQ319822%0A%20%20%20%20wd%3AQ192613%0A%20%20%20%20wd%3AQ2105891%0A%20%20%20%20wd%3AQ192997%0A%20%20%20%20wd%3AQ324305%0A%20%20%20%20wd%3AQ2898727%0A%20%20%20%20wd%3AQ146078%0A%20%20%20%20wd%3AQ694268%0A%20%20%20%20wd%3AQ655020%0A%20%20%20%20wd%3AQ1775461%0A%20%20%20%20wd%3AQ51929074%0A%20%20%20%20wd%3AQ15737187%0A%20%20%20%20wd%3AQ51929218%0A%20%20%20%20wd%3AQ146786%0A%20%20%20%20wd%3AQ179230%0A%20%20%20%20wd%3AQ1923028%0A%20%20%20%20wd%3AQ953129%0A%20%20%20%20wd%3AQ148465%0A%20%20%20%20wd%3AQ47088292%0A%20%20%20%20wd%3AQ51929154%0A%20%20%20%20wd%3AQ21714344%0A%20%20%20%20wd%3AQ52431955%0A%20%20%20%20wd%3AQ10509119%0A%20%20%20%20wd%3AQ51929131%0A%20%20%20%20wd%3AQ5483481%0A%20%20%20%20wd%3AQ53609593%0A%20%20%20%20wd%3AQ2888577%0A%20%20%20%20wd%3AQ24133704%0A%20%20%20%20wd%3AQ54176537%0A%20%20%20%20wd%3AQ51929517%0A%20%20%20%20wd%3AQ604984%0A%20%20%20%20wd%3AQ2114906%0A%20%20%20%20wd%3AQ332734%0A%20%20%20%20wd%3AQ3150154%0A%20%20%20%20wd%3AQ146233%0A%20%20%20%20wd%3AQ282031%0A%20%20%20%20wd%3AQ1450795%0A%20%20%20%20wd%3AQ474668%0A%20%20%20%20wd%3AQ110786%0A%20%20%20%20wd%3AQ14169499%0A%20%20%20%20wd%3AQ499327%0A%20%20%20%20wd%3AQ747019%0A%20%20%20%20wd%3AQ145599%0A%20%20%20%20wd%3AQ1763348%0A%20%20%20%20wd%3AQ51929369%0A%20%20%20%20wd%3AQ1182686%0A%20%20%20%20wd%3AQ3910936%0A%20%20%20%20wd%3AQ950170%0A%20%20%20%20wd%3AQ22716%0A%20%20%20%20wd%3AQ51927539%0A%20%20%20%20wd%3AQ838581%0A%20%20%20%20wd%3AQ442485%0A%20%20%20%20wd%3AQ47088295%0A%20%20%20%20wd%3AQ1994301%0A%20%20%20%20wd%3AQ53998049%0A%20%20%20%20wd%3AQ394253%0A%20%20%20%20wd%3AQ11078%0A%20%20%20%20wd%3AQ576271%0A%20%20%20%20wd%3AQ857325%0A%20%20%20%20wd%3AQ185077%0A%20%20%20%20wd%3AQ27918551%0A%20%20%20%20wd%3AQ1305037%0A%20%20%20%20wd%3AQ1562262%0A%20%20%20%20wd%3AQ281954%0A%20%20%20%20wd%3AQ53997857%0A%20%20%20%20wd%3AQ682111%0A%20%20%20%20wd%3AQ1317831%0A%20%20%20%20wd%3AQ1392475%0A%20%20%20%20wd%3AQ51929447%0A%20%20%20%20wd%3AQ1775415%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D%20AS%20%25features%0AWITH%20%7B%0A%20%20SELECT%20DISTINCT%20%28%3Ffeature%20AS%20%3Fchild%29%20%3Fparent%20WHERE%20%7B%0A%20%20%20%20INCLUDE%20%25features%0A%20%20%20%20%3Ffeature%20wdt%3AP279%20%3Fparent%20.%0A%20%20%7D%0A%7D%20AS%20%25results1%0AWITH%20%7B%0A%20%20SELECT%20DISTINCT%20%3Fchild%20%3Fparent%20WHERE%20%7B%0A%20%20%20%20INCLUDE%20%25features%0A%20%20%20%20%3Ffeature%20wdt%3AP279%20%3Fchild%20.%0A%20%20%20%20%3Fchild%20wdt%3AP279%20%3Fparent%20.%0A%20%20%7D%0A%7D%20AS%20%25results2%20%20%20%0AWHERE%20%7B%0A%20%20%7B%20INCLUDE%20%25results1%20%7D%20UNION%20%7B%20INCLUDE%20%25results2%20%7D%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D>
      (source <https://twitter.com/fnielsen/status/1002305598564782083>)
      - 10 items having the biggest number of sitelinks
      
<https://query.wikidata.org/#SELECT%20%3Fitem%20%3Fsitelinks%20WHERE%20%7B%0A%20%20%3Fitem%20wikibase%3Asitelinks%20%3Fsitelinks.%20hint%3APrior%20hint%3ArangeSafe%20true.%20%23%20https%3A%2F%2Fwiki.blazegraph.com%2Fwiki%2Findex.php%2FQueryHints%0A%20%20FILTER%28%3Fsitelinks%20%3E%3D%2075%29%20%23%20arbitrary%20limit%20to%20optimize%20the%20query%20by%20removing%20most%20items%20%28assuming%20that%20the%20desired%20results%20will%20have%20more%20statements%20than%20this%29%0A%20%20MINUS%20%7B%0A%20%20%20%20%3Farticle%20schema%3AisPartOf%20%3Chttps%3A%2F%2Fca.wikipedia.org%2F%3E%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20schema%3Aabout%20%3Fitem.%0A%20%20%7D%0A%20%20MINUS%20%7B%20%3Fitem%20wdt%3AP31%2Fwdt%3AP279%2a%20wd%3AQ17442446.%20%7D%20%23%20remove%20templates%20etc.%0A%7D%0AORDER%20BY%20DESC%28%3Fsitelinks%29%0ALIMIT%2010>
      (source <https://twitter.com/WikidataFacts/status/1001870290899689472>
      )
      - Writers and their signatures
      
<https://query.wikidata.org/#%23defaultView%3AImageGrid%0A%23Les%20%C3%A9crivains%20%0ASELECT%20DISTINCT%20%3Fecrivain%20%3FecrivainLabel%20%3FnationaliteLabel%20%3FdateNaissance%20%3FdateMort%20%3FlieuNaissanceLabel%20%3FlieuDecesLabel%20%3Fsignature%20%20WHERE%20%7B%0A%20%20%0A%3Fecrivain%20wdt%3AP106%20wd%3AQ36180.%0A%20%20OPTIONAL%0A%20%20%20%20%7B%20%0A%20%20%20%20%20%20%3Fecrivain%20wdt%3AP27%20%3Fnationalite.%20%20%0A%20%20%20%20%20%20%3Fecrivain%20wdt%3AP569%20%3FdateNaissance.%0A%20%20%20%20%20%20%3Fecrivain%20wdt%3AP570%20%3FdateMort.%0A%20%20%20%20%20%20%3Fecrivain%20wdt%3AP19%20%3FlieuNaissance.%0A%20%20%20%20%20%20%3Fecrivain%20wdt%3AP20%20%3FlieuDeces.%0A%20%20%20%20%7D%0A%20%20%3Fecrivain%20wdt%3AP109%20%3Fsignature.%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22fr%22.%20%7D%0A%7D%0A>
      (source
      <https://twitter.com/seeksanusername/status/1001747417354702849>)
   - Newest WikiProjects
   <https://www.wikidata.org/wiki/Special:MyLanguage/Wikidata:WikiProjects>:
   Eurovision
   <https://www.wikidata.org/wiki/Wikidata:WikiProject_Eurovision>


   - Newest database reports: verb categories
   <https://www.wikidata.org/wiki/Wikidata:Lists/verbs/categories>


Development

   - The API respond for maxlag will in the future also include the dispach
   lag (phab:T194950 <https://phabricator.wikimedia.org/T194950>)
   - Add Elastic and CirrusSearch in the Wikibase Docker image (phab:T192813
   <https://phabricator.wikimedia.org/T192813>)
   - Add OAuth extension to wikibase bundle container (phab:TT192364
   <https://phabricator.wikimedia.org/TT192364>)
   - Work on showing constraints in the QueryService (phab:T194762
   <https://phabricator.wikimedia.org/T194762>)
   - Make the PropertySuggester use CirrusSearch (phab:T195490
   <https://phabricator.wikimedia.org/T195490>)
   - Add integer constraint in the constraint checks (phab:T167989
   <https://phabricator.wikimedia.org/T167989>)
   - Add “citation needed” constraint type (phab:T195052
   <https://phabricator.wikimedia.org/T195052>)
   - Make Special:EntityData should handle form IDs (phab:T192149
   <https://phabricator.wikimedia.org/T192149>)
   - Fix encoding problems for labels displayed in Lexemes (phab:T195359
   <https://phabricator.wikimedia.org/T195359>)
   - Improve the text in the grammatical feature field (phab:T193604
   <https://phabricator.wikimedia.org/T193604>)
   - Work on showing Lemma on Special:AllPages and other pages (phab:T195382
   <https://phabricator.wikimedia.org/T195382>)
   - Work on better handling use of statements linking to Lexemes on client
   (phab:T195615 <https://phabricator.wikimedia.org/T195615>)
   - Fix a bug that breaks Lexeme when language or lexical category items
   don't have a label (phab: <https://phabricator.wikimedia.org/>)

You can see all open tickets related to Wikidata here
<https://phabricator.wikimedia.org/maniphest/query/4RotIcw5oINo/#R>. If you
want to help, you can also have a look at the tasks needing a volunteer
<https://phabricator.wikimedia.org/project/board/71/query/zfiRgTnZF7zu/?filter=zfiRgTnZF7zu&order=priority>.

Monthly Tasks
- Add labels, in your own language(s), for the new properties listed above.
- Comment on property proposals: all open proposals
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/Overview>
- Suggested and open tasks
<https://www.wikidata.org/wiki/Wikidata:Contribute/Suggested_and_open_tasks>
!
- Contribute to a Showcase item
<https://www.wikidata.org/wiki/Special:MyLanguage/Wikidata:Showcase_items>.
- Help translate <https://www.wikidata.org/wiki/Special:LanguageStats> or
proofread the interface and documentation pages, in your own language!
- Help merge identical items
<https://www.wikidata.org/wiki/User:Pasleim/projectmerge> across Wikimedia
projects.
-

-- 
Léa Lacroix
Project Manager Community Communication for Wikidata

Wikimedia Deutschland e.V.
Tempelhofer Ufer 23-24
10963 Berlin
www.wikimedia.de

Wikimedia Deutschland - Gesellschaft zur Förderung Freien Wissens e. V.

Eingetragen im Vereinsregister des Amtsgerichts Berlin-Charlottenburg unter
der Nummer 23855 Nz. Als gemeinnützig anerkannt durch das Finanzamt für
Körperschaften I Berlin, Steuernummer 27/029/42207.
_______________________________________________
Wikidata mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata

Reply via email to