Contenuto cancellato Contenuto aggiunto
Riga 613:
</div>
<!-- Messaggio inviato da User:Lydia Pintscher (WMDE)@metawiki usando l'elenco su https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikidata&oldid=15515793 -->
 
== Wikidata weekly summary #205 ==
 
<div class="plainlinks mw-content-ltr" lang="en" dir="ltr">
[[File:Wikidata-logo-en.svg|150px|right]]
<div style="margin-top:10px; padding-left:5px; font-family:Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;">''Here's your quick overview of what has been happening around Wikidata over the last week.''</div>
<div style="-moz-column-count:2; -webkit-column-count:2; column-count:2; -webkit-column-width: 400px; -moz-column-width: 400px; column-width: 400px;">
* Discussion
** Closed request for comments: [[d:Wikidata:Requests for comment/Reforming the property creation process|Reforming the property creation process]], [[d:Wikidata:Requests for comment/Improve bot policy for data import and data modification|Improve bot policy for data import and data modification]]
* Events/Blogs/Press
** Past: office hour on IRC ([http://bots.wmflabs.org/~wm-bot/logs/%23wikimedia-office/20160412.txt log])
** Past: ISB2016 ([https://figshare.com/articles/Leveraging_Wikidata_for_crowd_curation/3171427 slides])
** Past: WWW2016 - Freebase to Wikidata migration ([https://docs.google.com/presentation/d/1UtgrHwBLM65T5hmw8udTmgsO9wtphX_09FpQYr09Ie8/edit#slide=id.g6571e2aaf_0_95 slides])
** Past: CUNY Wikidata intro ([http://academicworks.cuny.edu/lacuny_events/9/ slides])
** [https://www.llgc.org.uk/blog/?p=11246 National Library of Wales: Our Wikidata Visiting Scholar]
** [https://www.scripps.edu/news/press/2016/20160414su.html New TSRI Project Helps Researchers Build a Biomedical Knowledgebase]
** [http://wikimedia.fi/2016/04/15/yle-3-wikidata/ Yle <3 Wikidata - using Wikidata for concept tagging]
* Other noteworthy stuff
** [https://lists.wikimedia.org/pipermail/wikidata/2016-April/008515.html ArticlePlaceholder is going live on the first small Wikipedias on May 11th and could use your help]
** [https://lists.wikimedia.org/pipermail/wikidata/2016-April/008519.html Wikimedia Commons will get the arbitrary access feature on April 26th]
** The [[d:Wikidata:Europeana Art History Challenge|Europeana Art History Challenge]] has started
** Magnus made a handy [[d:User:Magnus Manske/duplicate item.js|user-script for duplicating items]], for when a new item has similar property values to an existing one. See for instance, [https://www.wikidata.org/w/index.php?title=Q23823457&diff=321906326&oldid=321905761 this set of edits] for a second version of an artwork.
** Listeria now has a [https://tools.wmflabs.org/listeria/botstatus.php status page]
** [https://petscan.wmflabs.org/?language=en&project=wikipedia&ns%5B0%5D=1&wpiu_no_statements=1&interface_language=en&active_tab=tab_wikidata PetScan has now the option "Has no statements"] to find items without statements for a category at Wikipedia (sample: [https://petscan.wmflabs.org/?language=en&project=wikipedia&categories=United%20States%20geography%20stubs&ns%5B0%5D=1&depth=1&show_redirects=no&wpiu_no_statements=1&interface_language=en&al_commands=P17%3AQ30 en:Category:United States geography stubs]) or an entire language version (sample: [https://petscan.wmflabs.org/?language=so&project=wikipedia&ns%5B0%5D=1&show_redirects=no&wikidata_source_sites=sowiki&wikidata_label_language=so&wpiu_no_statements=1&interface_language=en&active_tab=tab_other_sources "sowiki"]).
* Did you know?
** Newest [[d:Special:ListProperties|properties]]: [[:d:Property:P2746|production statistics]], [[:d:Property:P2745|DNZB]], [[:d:Property:P2744|PASE name]], [[:d:Property:P2743|this zoological name is coordinate with]], [[:d:Property:P2742|Australian Geological Provinces Database Identifier]], [[:d:Property:P2741|Tate artist identifier]], [[:d:Property:P2740|ResearchGate institute ID]]
** Newest [[d:Special:MyLanguage/Wikidata:WikiProjects|WikiProjects]]: [[d:Wikidata:WikiProject Museums]]
** Query examples: [https://query.wikidata.org/#SELECT%20%3Flabel%20%3Flang%20%3Fitem%20%3Fshape%0AWHERE%0A%7B%0A%20%20%7B%0A%20%20%20%20SELECT%20%3Fshape%20(SAMPLE(LANG(%3Flabel))%20AS%20%3Flang)%0A%20%20%20%20WHERE%0A%20%20%20%20%7B%0A%20%20%20%20%20%20%3Fitem%20wdt%3AP1419%20%3Fshape.%0A%20%20%20%20%20%20%3Fitem%20rdfs%3Alabel%20%3Flabel.%0A%20%20%20%20%20%20%3Fshape%20rdfs%3Alabel%20%3Flabel.%0A%20%20%20%20%20%20FILTER(LANG(%3Flabel)%20IN%20(%22en%22%2C%20%22fr%22)).%20%23%20this%20doesn%E2%80%99t%20change%20the%20result%20%E2%80%93%20if%20you%20comment%20it%20out%2C%20you%E2%80%99ll%20get%20the%20same%20four%20items%2C%20just%20with%20different%20languages%0A%20%20%20%20%7D%0A%20%20%20%20GROUP%20BY%20%3Fshape%0A%20%20%7D%0A%20%20%3Fitem%20wdt%3AP1419%20%3Fshape.%0A%20%20%3Fitem%20rdfs%3Alabel%20%3Flabel.%0A%20%20%3Fshape%20rdfs%3Alabel%20%3Flabel.%0A%20%20FILTER(LANG(%3Flabel)%20%3D%20%3Flang).%0A%7D items named after their shape], [https://query.wikidata.org/#SELECT%20%3Fevent%20%3FeventLabel%20%3Fdate%0AWHERE%0A%7B%0A%20%20%23%20find%20events%0A%20%20%3Fevent%20wdt%3AP31%2Fwdt%3AP279*%20wd%3AQ1190554.%0A%20%20%23%20with%20a%20point%20in%20time%20or%20start%20date%0A%20%20OPTIONAL%20%7B%20%3Fevent%20wdt%3AP585%20%3Fdate.%20%7D%0A%20%20OPTIONAL%20%7B%20%3Fevent%20wdt%3AP580%20%3Fdate.%20%7D%0A%20%20%23%20but%20at%20least%20one%20of%20those%0A%20%20FILTER(BOUND(%3Fdate)%20%26%26%20DATATYPE(%3Fdate)%20%3D%20xsd%3AdateTime).%0A%20%20%23%20not%20in%20the%20future%2C%20and%20not%20more%20than%2031%20days%20ago%0A%20%20BIND(NOW()%20-%20%3Fdate%20AS%20%3Fdistance).%0A%20%20FILTER(0%20%3C%3D%20%3Fdistance%20%26%26%20%3Fdistance%20%3C%2031).%0A%20%20%23%20and%20get%20a%20label%20as%20well%0A%20%20OPTIONAL%0A%20%20%7B%0A%20%20%20%20%3Fevent%20rdfs%3Alabel%20%3FeventLabel.%0A%20%20%20%20FILTER(LANG(%3FeventLabel)%20%3D%20%22en%22).%0A%20%20%7D%0A%7D%0A%23%20limit%20to%2010%20results%20so%20we%20don't%20timeout%0ALIMIT%2010 recent events], [https://query.wikidata.org/#SELECT%20DISTINCT%20%3Fitem%20%3Ftitle%20%3Fseats%20%3Fjurisdiction%20(YEAR(%3Finception)%20AS%20%3Fstart)%20(YEAR(%3Fdissolution)%20AS%20%3Fend)%20WHERE%20%7B%0A%20%20%3Fitem%20wdt%3AP31%2Fwdt%3AP279*%20wd%3AQ1752346%20.%0A%20%20OPTIONAL%20%7B%20%3Fitem%20wdt%3AP1342%20%3Fseats%20.%20%7D%0A%20%20OPTIONAL%20%7B%0A%20%20%20%20%3Fitem%20wdt%3AP1001%20%3Fj%20.%0A%20%20%20%20%3Fj%20rdfs%3Alabel%20%3Fjurisdiction%20filter%20(lang(%3Fjurisdiction)%20%3D%20%22en%22)%20.%0A%20%20%7D%0A%20%20OPTIONAL%20%7B%20%3Fitem%20wdt%3AP571%20%3Finception%20.%20%7D%0A%20%20OPTIONAL%20%7B%20%3Fitem%20wdt%3AP576%20%3Fdissolution%20.%20%7D%0A%20%20OPTIONAL%20%7B%20%3Fitem%20rdfs%3Alabel%20%3Ftitle%20filter%20(lang(%3Ftitle)%20%3D%20%22en%22)%20.%20%7D%0A%7D%20ORDER%20BY%20DESC(%3Fseats)%20%3Ftitle assemblies by number of seats], [https://query.wikidata.org/#SELECT%20%3Fcharacter%20%3FcharacterLabel%20(COUNT(%3Factor)%20AS%20%3Fcount)%0AWHERE%20%7B%0A%20%20%7B%0A%20%20%20%20SELECT%20DISTINCT%20%3Fcharacter%20%3Factor%0A%20%20%20%20WHERE%20%7B%0A%20%20%20%20%20%20%3Ffilm%20p%3AP161%20%5B%0A%20%20%20%20%20%20%20%20ps%3AP161%20%3Factor%3B%0A%20%20%20%20%20%20%20%20pq%3AP453%20%3Fcharacter%0A%20%20%20%20%20%20%5D.%0A%20%20%20%20%20%20%23%3Fcharacter%20wdt%3AP31%20wd%3AQ5.%20%23%20uncomment%20to%20filter%20for%20real%20people%0A%20%20%20%20%7D%0A%20%20%7D%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%22.%20%7D%0A%7D%0AGROUP%20BY%20%3Fcharacter%20%3FcharacterLabel%0AORDER%20BY%20DESC(%3Fcount)%0ALIMIT%2025 characters portrayed by most actors]
* Development
** Query results for the query service are now cached by default for 60 seconds ([[phabricator:T126730]])
** Finishing touches on easier input of geocoordinates and dates ([https://twitter.com/wikidata/status/719906897613230080 sneak peek])
** Finishing touches on easier manipulation of SPARQL queries ([https://twitter.com/wikidata/status/719907748088045568 sneak peel] - should go live later today)
** Significantly reduced the write access to the database to make sure we're not frying the poor servers unnecessarily
** Getting ArticlePlaceholder ready for first deployment
** More work on first prototype for structured data support for Wikimedia Commons
** Cleaned up icons for selecting rank and value type
* Monthly Tasks
** Hack on one of [[phab:maniphest/query/R8GRzX1eH0tb/#R|these]].
** Help develop the next summary [[d:Wikidata:Status updates/Next|here!]]
** Contribute to a [[d:Wikidata:Showcase items|Showcase item]]
** Help [[d:Special:LanguageStats|translate]] or proofread pages in your own language!
** Add labels, in your own language(s), for the new properties listed above.
</div>
<div style="margin-top:10px; font-size:90%; padding-left:5px; font-family:Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;">'''[[:d:Special:MyLanguage/Wikidata:Status updates/2016 04 16|Read the full report]]''' &middot; [[m:Global message delivery/Targets/Wikidata|Unsubscribe]] &middot; [[:d:User:Lydia Pintscher (WMDE)|Lydia Pintscher (WMDE)]] 17:19, 18 apr 2016 (CEST)
</div>
</div>
<!-- Messaggio inviato da User:Lydia Pintscher (WMDE)@metawiki usando l'elenco su https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikidata&oldid=15526811 -->