[Wikidata-bugs] [Maniphest] [Commented On] T157014: CONSULTATION/PLAN: Managing Complex State and GUI on MediaWiki (e.g. for Wikidata/Wikibase UI)

2017-03-03 Thread Milimetric
Milimetric added a comment.
@Jan_Dittrich this is exciting.  We're also looking at Vue.js for the Wikistats 2.0 rewrite.  We have to write a prototype and make sure it performs the way we need, so we haven't decided yet but we have similar questions and concerns.  We are coming from knockout, so we have a lot of experience with MVVM.  I can give some highlights here, but first I want to say:

If you decide to go with Vue.js, I will happily volunteer as much time as I can every week to work on this UI with you.  I've been waiting and hoping that our front ends embrace a more mainstream library so I can contribute, and I'm certain that many other developers out there in the world of Open Source feel the same.  I have respect for particular pieces of OOJS, such as the sophisticated i18n and RTL work, but it's fighting an impossible battle of attracting real wide scale Open Source collaboration.  Vue is modular, and plugins that handle i18n exist.  Ideally we can make these better by incorporating the OOJS work in this area.  Both are licensed under MIT, so that's not a problem.  I think we could of course also use the standard style as defined by @Volker_E and examine how tricky it would be to integrate OOJS UI (not trivial, which is one of the problems: lack of modularity).

From our experience with MVVM and reactive programming, here are my main take-aways:


modularity and testability is fantastic.  Having a pure view model that just manages data is inherently easy to test.  You set observable properties and check that computed properties are set as expected.
the mentality is different, but closer to the spirit of "manage data, not code".  This can take some time getting used to, and it's especially tricky in Knockout because it's not opinionated at all.  This was one of the main reasons for us to consider moving to Vue.  More opinionated frameworks, if careful, can be easier to learn because there are not as many wrong choices to make.
there is plenty of support on sites like stackoverflow.  People sometimes worry that if they don't use React or the other most popular framework of the day they won't be able to find answers to their questions.  But even knockout, which has a fairly small user base, has a very nice community of people that will help you out and a good database of topics that have already been covered.  Knockout and vue.js are also just so simple that you can read the source and understand how they work pretty quickly.


And finally my quick thoughts on your FAQ:


Does using a reactive/single state, React-like solution mean we need to write mixed JS/CSS/HTML in a new syntax? (aka JSX)? → Html templates are possible, as already stated, but Vue.js "mixed" single file components are much more cleanly separated than React's JSX approach.  I dislike JSX aesthetically but have liked Vue's single file components so far.  They have good integration with vim which helps.
Does that mean that people coming from Object oriented languages will need to learn a whole new paradigm – reactive, pure-functional programming? → I would add to the already good answer that being very conscious of function scope is useful.  For example, arrow functions can't be used in some situations in Vue.js because their context is the parent context and that can be undesirable when creating a view model and expecting the context to be that view model.
How does DOM access work? Does this mean no jQuery? → Honestly, you will love this after a short while.  You can of course access the DOM if you wish, and Vue.js has a nice rich component lifecycle that lets you hook into different phases of rendering, where you have access to the DOM.  But it is really relaxing to separate DOM access from data management, it's the main reason MVVM is popular.
Don't such libraries need much tooling? → answer given is good.  Knockout definitely depends on a lot more tooling than Vue, and I think the Vue creators aimed at directly addressing this problem.  There are well thought-out plugins for routing and validation.  Though I will say the validation plugins had some bugs, so that's something to consider: some of the ecosystem is still catching up to Vue 2.0.
TASK DETAILhttps://phabricator.wikimedia.org/T157014EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MilimetricCc: Milimetric, Prtksxna, Fjalapeno, phuedx, Jdlrobson, siddharth11, Capt_Swing, TheDJ, Jdforrester-WMF, SBisson, WMDE-leszek, Volker_E, Krinkle, gabriel-wmde, Jonas, thiemowmde, Lydia_Pintscher, Jan_Dittrich, Jhernandez, Jdrewniak, Aklapper, SamanthaNguyen, JGirault, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T157182: Duplicate language codes in labeling service cause unexpected result

2017-03-03 Thread gerritbot
gerritbot added a comment.
Change 341107 merged by jenkins-bot:
[wikidata/query/rdf] Don't put duplicates into languages list

https://gerrit.wikimedia.org/r/341107TASK DETAILhttps://phabricator.wikimedia.org/T157182EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Smalyshev, gerritbotCc: gerritbot, Liuxinyu970226, Jheald, Smalyshev, Aklapper, Yurik, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, EBjune, merbst, Avner, Lewizho99, Maathavan, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T157182: Duplicate language codes in labeling service cause unexpected result

2017-03-03 Thread Smalyshev
Smalyshev claimed this task.
TASK DETAILhttps://phabricator.wikimedia.org/T157182EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: gerritbot, Liuxinyu970226, Jheald, Smalyshev, Aklapper, Yurik, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, EBjune, merbst, Avner, Lewizho99, Maathavan, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T157182: Duplicate language codes in labeling service cause unexpected result

2017-03-03 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T157182EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Liuxinyu970226, Jheald, Smalyshev, Aklapper, Yurik, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, EBjune, merbst, Avner, Lewizho99, Maathavan, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T157182: Duplicate language codes in labeling service cause unexpected result

2017-03-03 Thread gerritbot
gerritbot added a comment.
Change 341107 had a related patch set uploaded (by smalyshev):
[wikidata/query/rdf] Don't put duplicates into languages list

https://gerrit.wikimedia.org/r/341107TASK DETAILhttps://phabricator.wikimedia.org/T157182EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Liuxinyu970226, Jheald, Smalyshev, Aklapper, Yurik, EBjune, merbst, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


Re: [Wikidata] WDQS examples migrated

2017-03-03 Thread Mikhail Popov
Hi Andra!

I actually built that functionality into WikidataQueryServiceR --
see `help("scrape_example", package = "WikidataQueryServiceR")` and
https://github.com/bearloga/WikidataQueryServiceR/#extracting-and-running-example-sparql-queries

-- but
had to make it optional (not part of the core functionality) for
licensing/dependency reasons.

Glad to see people are using WDQSR! :)

On the Python side, I'm sure there's a way to do something similar using
BeautifulSoup web-scraping library.

Cheers,
Mikhail

*Mikhail Popov* // Count Logula, Discovery
, Wikimedia Foundation

Public PGP Key 

*Imagine a world in which every single human being can freely share in
the **sum
of all knowledge. That's our commitment.* Donate
.

On Fri, Mar 3, 2017 at 5:38 AM, Andra Waagmeester  wrote:

> I am still a happy consumer/contributor to the WDQS example page. In this
> context I am wondering if it is possible, and if so what it would  take to
> extent the "Tri It!" link in the SPARQL2 template, with a "get the code in
> the "?
>
> When using libraries like WikidataQueryServiceR or python I often rely on
> examples stored in the WDQS example page. It would be quite convenient to
> be able to do something like: demo_query("Popular surnames among fictional
> characters") in R which would direct feed on the WDQS example page.
>
> Where can I express such a feature request?
>
> Cheers,
>
>
> Andra
>
>
> On Sat, Sep 24, 2016 at 12:48 AM, Stas Malyshev 
> wrote:
>
>> Hi!
>>
>> On 9/23/16 2:44 PM, Andra Waagmeester wrote:
>> > I wasn't aware of the SPARQL2 template, really nice! Now adding example
>> > queries becomes even less time consuming.
>> >
>> > A minor comment is that to me red as background color feels a bit like
>> > something that needs improvement. Where from now on I will use the
>> > SPARQL2 template by default. Is it possible to change the background
>> > color to, for example, green?
>>
>> I've removed the background, looks like nobody is really happy about it
>> being there :)
>>
>> --
>> Stas Malyshev
>> smalys...@wikimedia.org
>>
>> ___
>> Wikidata mailing list
>> Wikidata@lists.wikimedia.org
>> https://lists.wikimedia.org/mailman/listinfo/wikidata
>>
>
>
> ___
> Wikidata mailing list
> Wikidata@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikidata
>
>
___
Wikidata mailing list
Wikidata@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata


[Wikidata-bugs] [Maniphest] [Closed] T153861: Publish video on data partnerships

2017-03-03 Thread johl
johl closed this task as "Resolved".
TASK DETAILhttps://phabricator.wikimedia.org/T153861EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: johlCc: Aklapper, johl, D3r1ck01, Izno, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T153860: Publish blog post on UNESCO work

2017-03-03 Thread johl
johl closed subtask T153861: Publish video on data partnerships as "Resolved".
TASK DETAILhttps://phabricator.wikimedia.org/T153860EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: johlCc: Aklapper, johl, D3r1ck01, Izno, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T153861: Publish video on data partnerships

2017-03-03 Thread johl
johl added a comment.
Done: https://www.wikidata.org/wiki/File:Donating_data_to_Wikidata.webmTASK DETAILhttps://phabricator.wikimedia.org/T153861EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: johlCc: Aklapper, johl, D3r1ck01, Izno, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T159574: LDF endpoint ordering is not stable between servers when paging

2017-03-03 Thread Smalyshev
Smalyshev triaged this task as "High" priority.Smalyshev added projects: Wikidata-Query-Service, Discovery-Wikidata-Query-Service-Sprint.Herald added projects: Wikidata, Discovery.
TASK DETAILhttps://phabricator.wikimedia.org/T159574EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Aklapper, Gehel, Smalyshev, EBjune, merbst, Avner, debt, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T157182: Duplicate language codes in labeling service cause unexpected result

2017-03-03 Thread Smalyshev
Smalyshev added a project: Discovery-Wikidata-Query-Service-Sprint.
TASK DETAILhttps://phabricator.wikimedia.org/T157182EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Liuxinyu970226, Jheald, Smalyshev, Aklapper, Yurik, EBjune, merbst, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Block] T157493: Deploy Wikidata item quality campaign

2017-03-03 Thread Glorian_WD
Glorian_WD created subtask T159570: Deploy the pilot of Wikidata item quality campaign.
TASK DETAILhttps://phabricator.wikimedia.org/T157493EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Glorian_WDCc: samuwmde, Lydia_Pintscher, StudiesWorld, Aklapper, Ricordisamoa, Sumit, Glorian_Yapinus, Halfak, Ladsgroup, Glorian_WD, D3r1ck01, Izno, Wikidata-bugs, aude, Alchimista, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T159570: Deploy the pilot of Wikidata item quality campaign

2017-03-03 Thread Glorian_WD
Glorian_WD created this task.Glorian_WD added projects: Wikidata, Revision-Scoring-As-A-Service-Backlog, Wikilabels.
TASK DESCRIPTIONPrior to launching the real campaign, it might be better to launch a pilot campaign first.

So, it will help us find out what proportion of each class is showing up.  Also, it will help us figure out if labelers agree with each other's evaluation result.

We can launch with 250 sample for this pilot.TASK DETAILhttps://phabricator.wikimedia.org/T159570EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Glorian_WDCc: Ladsgroup, Halfak, Glorian_Yapinus, Sumit, Ricordisamoa, Aklapper, StudiesWorld, Lydia_Pintscher, samuwmde, Glorian_WD, D3r1ck01, Izno, Wikidata-bugs, aude, Alchimista, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T150183: Deploy InterwikiSorting extension to production

2017-03-03 Thread gerritbot
gerritbot added a comment.
Change 341033 had a related patch set uploaded (by addshore):
[operations/mediawiki-config] wmgUseInterwikiSorting true for wikidata clients, excluding wikipedias

https://gerrit.wikimedia.org/r/341033TASK DETAILhttps://phabricator.wikimedia.org/T150183EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Addshore, gerritbotCc: aude, Lea_Lacroix_WMDE, Stashbot, gerritbot, Ladsgroup, Aklapper, Addshore, Lydia_Pintscher, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Zppix, Maathavan, Urbanecm, D3r1ck01, Andrew-WMDE, Izno, Luke081515, Wikidata-bugs, faidon, Mbch331, Jay8g, Krenair, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T150183: Deploy InterwikiSorting extension to production

2017-03-03 Thread gerritbot
gerritbot added a comment.
Change 341032 had a related patch set uploaded (by addshore):
[operations/mediawiki-config] wmgUseInterwikiSorting true for group0

https://gerrit.wikimedia.org/r/341032TASK DETAILhttps://phabricator.wikimedia.org/T150183EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Addshore, gerritbotCc: aude, Lea_Lacroix_WMDE, Stashbot, gerritbot, Ladsgroup, Aklapper, Addshore, Lydia_Pintscher, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Zppix, Maathavan, Urbanecm, D3r1ck01, Andrew-WMDE, Izno, Luke081515, Wikidata-bugs, faidon, Mbch331, Jay8g, Krenair, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T150183: Deploy InterwikiSorting extension to production

2017-03-03 Thread gerritbot
gerritbot added a comment.
Change 341034 had a related patch set uploaded (by addshore):
[operations/mediawiki-config] wmgUseInterwikiSorting true for all wikidata clients

https://gerrit.wikimedia.org/r/341034TASK DETAILhttps://phabricator.wikimedia.org/T150183EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Addshore, gerritbotCc: aude, Lea_Lacroix_WMDE, Stashbot, gerritbot, Ladsgroup, Aklapper, Addshore, Lydia_Pintscher, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Zppix, Maathavan, Urbanecm, D3r1ck01, Andrew-WMDE, Izno, Luke081515, Wikidata-bugs, faidon, Mbch331, Jay8g, Krenair, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T150182: Deploy Cognate extension to production

2017-03-03 Thread gerritbot
gerritbot added a comment.
Change 332912 merged by jenkins-bot:
[mediawiki/tools/release] Add Cognate to make-wmf-branch

https://gerrit.wikimedia.org/r/332912TASK DETAILhttps://phabricator.wikimedia.org/T150182EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Meno25, Yair_rand, Addshore, Aklapper, Lydia_Pintscher, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, Urbanecm, D3r1ck01, Izno, Luke081515, Wikidata-bugs, aude, GPHemsley, Darkdadaah, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T150182: Deploy Cognate extension to production

2017-03-03 Thread gerritbot
gerritbot added a comment.
Change 332912 had a related patch set uploaded (by addshore):
[mediawiki/tools/release] Add Cognate to make-wmf-branch

https://gerrit.wikimedia.org/r/332912TASK DETAILhttps://phabricator.wikimedia.org/T150182EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Meno25, Yair_rand, Addshore, Aklapper, Lydia_Pintscher, Urbanecm, D3r1ck01, Izno, Luke081515, Wikidata-bugs, aude, GPHemsley, Darkdadaah, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T150182: Deploy Cognate extension to production

2017-03-03 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T150182EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Meno25, Yair_rand, Addshore, Aklapper, Lydia_Pintscher, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, Urbanecm, D3r1ck01, Izno, Luke081515, Wikidata-bugs, aude, GPHemsley, Darkdadaah, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T104446: Redirected item's label are not resolved in recent changes

2017-03-03 Thread matej_suchanek
matej_suchanek added a subtask: T142950: Implement an item redirect resolving TermLookup.
TASK DETAILhttps://phabricator.wikimedia.org/T104446EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: JanZerebecki, Lucie, Aklapper, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T142950: Implement an item redirect resolving TermLookup

2017-03-03 Thread matej_suchanek
matej_suchanek added a parent task: T104446: Redirected item's label are not resolved in recent changes.
TASK DETAILhttps://phabricator.wikimedia.org/T142950EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: daniel, StudiesWorld, Lydia_Pintscher, Aklapper, aude, TomT0m, Laddo, hoo, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T142950: Implement an item redirect resolving TermLookup

2017-03-03 Thread matej_suchanek
matej_suchanek removed a subtask: T104446: Redirected item's label are not resolved in recent changes.
TASK DETAILhttps://phabricator.wikimedia.org/T142950EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: daniel, StudiesWorld, Lydia_Pintscher, Aklapper, aude, TomT0m, Laddo, hoo, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T104446: Redirected item's label are not resolved in recent changes

2017-03-03 Thread matej_suchanek
matej_suchanek removed a parent task: T142950: Implement an item redirect resolving TermLookup.
TASK DETAILhttps://phabricator.wikimedia.org/T104446EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: JanZerebecki, Lucie, Aklapper, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T149082: Security review for Cognate Extension

2017-03-03 Thread Addshore
Addshore closed this task as "Resolved".Addshore claimed this task.Addshore added a comment.
So, it looks like all subtasks are resolved and thus I am closing this!TASK DETAILhttps://phabricator.wikimedia.org/T149082EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: gerritbot, Bawolff, daniel, Aklapper, Addshore, Lydia_Pintscher, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Andrew-WMDE, dpatrick, Izno, Luke081515, Wikidata-bugs, aude, JanZerebecki, Darkdadaah, csteipp, Mbch331, Jay8g, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T150182: Deploy Cognate extension to production

2017-03-03 Thread Addshore
Addshore closed subtask T149082: Security review for Cognate Extension as "Resolved".
TASK DETAILhttps://phabricator.wikimedia.org/T150182EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Meno25, Yair_rand, Addshore, Aklapper, Lydia_Pintscher, Urbanecm, D3r1ck01, Izno, Luke081515, Wikidata-bugs, aude, GPHemsley, Darkdadaah, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T156241: Deploy Cognate extension to beta

2017-03-03 Thread Addshore
Addshore closed subtask T149082: Security review for Cognate Extension as "Resolved".
TASK DETAILhttps://phabricator.wikimedia.org/T156241EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Lydia_Pintscher, Aklapper, Yair_rand, Meno25, Addshore, Urbanecm, D3r1ck01, Izno, Luke081515, Wikidata-bugs, aude, GPHemsley, Darkdadaah, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T150183: Deploy InterwikiSorting extension to production

2017-03-03 Thread Addshore
Addshore added a comment.
So, as far as I can see this is ready to go.
I would propose a deployment date for this to hit production on 14th March.
How does that sound @Lea_Lacroix_WMDE @Lydia_Pintscher ?TASK DETAILhttps://phabricator.wikimedia.org/T150183EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: aude, Lea_Lacroix_WMDE, Stashbot, gerritbot, Ladsgroup, Aklapper, Addshore, Lydia_Pintscher, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Zppix, Maathavan, Urbanecm, D3r1ck01, Andrew-WMDE, Izno, Luke081515, Wikidata-bugs, faidon, Mbch331, Jay8g, Krenair, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T159517: [RFC] RDF mapping for geo-shape

2017-03-03 Thread Smalyshev
Smalyshev added a comment.
As it is now, I think the URL would be the only option for RDF. I don't see how we could plausibly put anything else in RDF.TASK DETAILhttps://phabricator.wikimedia.org/T159517EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: mkroetzsch, Smalyshev, Jonas, Aklapper, EBjune, merbst, Avner, debt, Gehel, D3r1ck01, FloNight, Xmlizer, Izno, Luke081515, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, fbstj, MaxSem, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T159216: [Hackathon doc sprint] Beginner documentation about Wikidata

2017-03-03 Thread Multichill
Multichill added a comment.
@Quiddity : See https://www.wikidata.org/wiki/Wikidata:Project_chat#Documentation_sprint_for_Wikidata_during_the_Wikimedia_HackathonTASK DETAILhttps://phabricator.wikimedia.org/T159216EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: johl, MultichillCc: Quiddity, Multichill, Pigsonthewing, Aklapper, Lea_Lacroix_WMDE, Puik, D3r1ck01, Izno, Wikidata-bugs, aude, Tobias1984, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T145868: "Headless value factory should not be asked for its namespace" error on IF() + BOUND()

2017-03-03 Thread Esc3300
Esc3300 added a comment.
Thanks!  The riders and horse list is updating again:

(cur | prev) 09:38, 23 February 2017‎ ListeriaBot (talk | contribs)‎ m . . (79,170 bytes) (+11,441)‎ . . (Wikidata list updated) (undo)
 (cur | prev) 23:19, 11 September 2016‎ ListeriaBot (talk | contribs)‎ m . . (67,719 bytes) (+14)‎ . . (Wikidata list updated) (undo)TASK DETAILhttps://phabricator.wikimedia.org/T145868EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Smalyshev, Esc3300Cc: WikidataFacts, Smalyshev, Aklapper, Esc3300, EBjune, merbst, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T159510: MediaInfoViewTest::testGetHtml test failures

2017-03-03 Thread aude
aude closed this task as "Resolved".aude removed a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T159510EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: audeCc: gerritbot, Aklapper, aude, D3r1ck01, Izno, Wikidata-bugs, Ricordisamoa, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T158674: Fatal error: Call to undefined function Wikibase\Client\Tests\RecentChanges\both() - on jenkins

2017-03-03 Thread hashar
hashar closed this task as "Resolved".hashar claimed this task.hashar added a comment.
So that one is fixed. The root cause was that autoload-dev was not merged. Had to upgrade composer meanwhile and resort of some hack in CI config but it is now working.

wikidata build has landed https://gerrit.wikimedia.org/r/340944TASK DETAILhttps://phabricator.wikimedia.org/T158674EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hasharCc: Stashbot, Zppix, gerritbot, hashar, Addshore, Aleksey_WMDE, aude, Aklapper, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T158674: Fatal error: Call to undefined function Wikibase\Client\Tests\RecentChanges\both() - on jenkins

2017-03-03 Thread gerritbot
gerritbot added a comment.
Change 340976 merged by Hashar:
[integration/config] We want to match the project repo name

https://gerrit.wikimedia.org/r/340976TASK DETAILhttps://phabricator.wikimedia.org/T158674EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: Stashbot, Zppix, gerritbot, hashar, Addshore, Aleksey_WMDE, aude, Aklapper, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T158674: Fatal error: Call to undefined function Wikibase\Client\Tests\RecentChanges\both() - on jenkins

2017-03-03 Thread gerritbot
gerritbot added a comment.
Change 340975 had a related patch set uploaded (by hashar):
[integration/config] Merge mw/core autoload-dev in vendor.git

https://gerrit.wikimedia.org/r/340975TASK DETAILhttps://phabricator.wikimedia.org/T158674EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: Stashbot, Zppix, gerritbot, hashar, Addshore, Aleksey_WMDE, aude, Aklapper, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


Re: [Wikidata] WDQS examples migrated

2017-03-03 Thread Andra Waagmeester
I am still a happy consumer/contributor to the WDQS example page. In this
context I am wondering if it is possible, and if so what it would  take to
extent the "Tri It!" link in the SPARQL2 template, with a "get the code in
the "?

When using libraries like WikidataQueryServiceR or python I often rely on
examples stored in the WDQS example page. It would be quite convenient to
be able to do something like: demo_query("Popular surnames among fictional
characters") in R which would direct feed on the WDQS example page.

Where can I express such a feature request?

Cheers,


Andra


On Sat, Sep 24, 2016 at 12:48 AM, Stas Malyshev 
wrote:

> Hi!
>
> On 9/23/16 2:44 PM, Andra Waagmeester wrote:
> > I wasn't aware of the SPARQL2 template, really nice! Now adding example
> > queries becomes even less time consuming.
> >
> > A minor comment is that to me red as background color feels a bit like
> > something that needs improvement. Where from now on I will use the
> > SPARQL2 template by default. Is it possible to change the background
> > color to, for example, green?
>
> I've removed the background, looks like nobody is really happy about it
> being there :)
>
> --
> Stas Malyshev
> smalys...@wikimedia.org
>
> ___
> Wikidata mailing list
> Wikidata@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikidata
>
___
Wikidata mailing list
Wikidata@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata


Re: [Wikidata] Use of Wikidata as a source for "mainstream" media

2017-03-03 Thread Aidan Hogan



On 03-03-2017 5:38, Markus Kroetzsch wrote:

Hi Aidan,

I recall a discussion regarding the evaluation of occupations of people
mentioned in the Panama Papers. I think this was discussed (critically)
in Le Monde or Le Monde online.


Thanks! For future reference, I found the article here:

http://www.lemonde.fr/panama-papers/article/2016/05/13/panama-papers-pourquoi-cette-infographie-est-bidon_4918997_4890278.html


And there is the Academy Award page by FAZ online:
http://www.faz.net/aktuell/feuilleton/kino/academy-awards-die-oscar-gewinner-auf-einen-blick-12820119.html


Great!

Cheers,
Aidan



On 02.03.2017 21:56, Aidan Hogan wrote:

Hi all,

Is there a list somewhere of instances where the "mainstream" media has
used Wikidata as a source?

I found two thus far:

[1] BuzzFeed checking if 2016 really was a bad year (relatively
speaking) in terms of celebrity deaths.

[2] Le monde checking if 27 is really a dangerous year for artists to be
alive.

Pointers to further instances of Wikidata being used as a source in
mainstream media (or indeed in very prominent applications) would be
greatly appreciated!

Thanks,
Aidan


P.S., I also found a link to a Wiki page with lists of press coverage,
but unfortunately it hasn't been updated in recent years [3]. There I
found some articles about Histopedia, etc., in the Guardian.


[1]
https://www.buzzfeed.com/katiehasty/song-ends-melody-lingers-in-2016?utm_term=.dvV2Dk39L#.itoYqoRVd



[2]
http://www.lemonde.fr/les-decodeurs/visuel/2014/06/06/les-artistes-ont-ils-vraiment-plus-de-risque-de-mourir-a-27-ans_4433903_4355770.html



[3] https://www.wikidata.org/wiki/Wikidata:Press_coverage

___
Wikidata mailing list
Wikidata@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata


___
Wikidata mailing list
Wikidata@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata


___
Wikidata mailing list
Wikidata@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata


[Wikidata-bugs] [Maniphest] [Commented On] T157596: [Task] Make DataModel Serialization SerializerFactory support custom entity types

2017-03-03 Thread gerritbot
gerritbot added a comment.
Change 336781 abandoned by Thiemo Mättig (WMDE):
Use new DataModel Serialization 3.0 factories features

Reason:
Wrong approach, this component is not supposed to support other entity types. See Ic126c46 instead.

https://gerrit.wikimedia.org/r/336781TASK DETAILhttps://phabricator.wikimedia.org/T157596EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, gerritbotCc: gerritbot, thiemowmde, Aklapper, WMDE-leszek, aude, Jakob_WMDE, Lydia_Pintscher, daniel, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Acer, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Base, matthiasmullie, Deskana, Ricordisamoa, Fabrice_Florin, Darkdadaah, Mbch331, Tgr___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata] DBpedia Newsletter

2017-03-03 Thread Sebastian Hellmann

Dear Wikidata Community,

please find below the first edition of the DBpedia Newsletter, which 
also tries to raise awareness for Wikidata. We will send these in a 
three month intervall to all subscribers (~1900 at the moment) and would 
welcome any people who are interested to sign up 
(_http://eepurl.com/crrrkz_). We decided to use the newsletter as the 
major outlet for updates on DBpedia, so no further Newsletter edition 
will be sent to this list. Smaller and concise announcements will be 
posted on our _blog_ .


Newsletter sign up form:_http://eepurl.com/crrrkz_

Regarding Wikidata, we would also welcome contributions to the DBpedia 
Newsletter that help to further push Wikidata and increase contributions 
to your project. Please send us an email to dbpe...@infai.org 
(Announcement/News can include links and should be less than 100 words)


Thank you very much,

Sebastian


   *(Belated) Happy New Year to all DBpedians!*

We are a proud to look retrospectively at a successful year 2016 and 
would like to welcome 2017 with our new newsletter (~4 times per year), 
which will allow you to stay up to date and provide feedback, e.g. via 
the included survey and the planned events in 2017.


*New members *- We kickstarted 
the_DBpedia Association_ 
 with a first wave of new 
members: OpenLink Software, Semantic Web Company, Ontotext, FIZ 
Karlsruhe, Mannheim University, Poznań University of Economics and 
Business, the Business Information Systems Institute Ltd and the Open 
Knowledge Foundation Greece joined the DBpedia Association in 2016. We 
created two web pages that summarize reasons 
to_support DBpedia 
via donations_  
and_become a member_ 
.


*DBpedia in Dutch* (_http://nl.dbpedia.org_ ) is 
the first chapter which formalized an official DBpedia Chapter 
consortium. The cooperation was initiated by Koninklijke Bibliotheek 
(National Library of the Netherlands) and Huygens ING (research 
institute of History and Culture). Other partners like imec/Ghent 
University, the Netherlands Institute of Sound and Vision and the 
Network Institute (Vrije Universiteit) joined as well. This cooperation 
will strengthen the DBpedia Dutch chapter and community of contributors 
as well improve the cooperation with the Dutch research infrastructure 
and the Dutch Digital Heritage.


We are in intensive contact with the Japanese, the German and the 
Italian chapters to form official chapters and gain institutional 
support for DBpedia. You would like to know how to start a DBpedia 
chapter? Please check 
here:_http://wiki.dbpedia.org/about/language-chapters_


*DBpedia Releases *- Since 2015 we provide bi-annual DBpedia releases. 
The latest 
one,_2016-04_ 
, featured a new 
Wikipedia references & citation dataset for the English Wikipedia. In 
addition, we separated the data which we received from heuristic-based 
infobox extractors from the already mapped and quality-controlled data 
to remove low quality data and avoid duplicates & low quality 
information. We improved on 
our_Wikidata 
extraction_ 
 
and mapped all our data to Wikidata-based DBpedia IRIs. Wikidata will 
become more and more the core of future extractions.


*Consortium partners for EU and national projects - *Since its 
conception DBpedia has never been funded directly, but was supported 
only by individual tasks in different projects and by the spirit of 
volunteers. With the establishment of the DBpedia Association, we are 
now in a position to receive direct funding and are eligible as a full 
consortium partner for EU and International projects. Furthermore, we 
are able to mediate trusted partners - who have worked with us in the 
past and contributed greatly to DBpedia - for national proposals in over 
30 countries worldwide (contact via reply to this email.)


*Events - *In addition to our participation in the 12th edition of the 
SEMANTiCS, in the 19th International Conference on Business Information 
Systems and in the Google Summer of Code project, we arranged three 
DBpedia community meetings, in The Hague, Leipzig and Sunnyvale, 
California. In order to get updates on our events and projects, stay 
tuned and check the_DBpedia blog_ 
. Please check out the dates to the two new 
DBpedia meetings below.


*Links - *We have revived the portal, that 

[Wikidata-bugs] [Maniphest] [Created] T159517: [RFC] RDF mapping for geo-shape

2017-03-03 Thread Jonas
Jonas created this task.Jonas added projects: Wikidata, RfC, GeoData, Wikidata-Query-Service.Herald added a subscriber: Aklapper.Herald added a project: Discovery.
TASK DESCRIPTIONWe have implemented geo-shapes as a new property type that stores a reference to a page on commons in the data namespace.
For example:
https://commons.wikimedia.org/wiki/Data:Ecos.fws.gov/Endangered_habitat_58938/Phyllostegia_mollis.map

We now need a way to model it in RDF to implement the RDF export.
What would be a good solution and why?TASK DETAILhttps://phabricator.wikimedia.org/T159517EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: mkroetzsch, Smalyshev, Jonas, Aklapper, EBjune, merbst, Avner, debt, Gehel, D3r1ck01, FloNight, Xmlizer, Izno, Luke081515, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, fbstj, MaxSem, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T159510: MediaInfoViewTest::testGetHtml test failures

2017-03-03 Thread gerritbot
gerritbot added a comment.
Change 340919 merged by jenkins-bot:
[mediawiki/extensions/WikibaseMediaInfo] Adjust MediaInfoViewTest for changes in Wikibase

https://gerrit.wikimedia.org/r/340919TASK DETAILhttps://phabricator.wikimedia.org/T159510EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: aude, gerritbotCc: gerritbot, Aklapper, aude, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Ricordisamoa, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


Re: [Wikidata] Use of Wikidata as a source for "mainstream" media

2017-03-03 Thread Markus Kroetzsch

Hi Aidan,

I recall a discussion regarding the evaluation of occupations of people 
mentioned in the Panama Papers. I think this was discussed (critically) 
in Le Monde or Le Monde online.


And there is the Academy Award page by FAZ online: 
http://www.faz.net/aktuell/feuilleton/kino/academy-awards-die-oscar-gewinner-auf-einen-blick-12820119.html


Best,

Markus


On 02.03.2017 21:56, Aidan Hogan wrote:

Hi all,

Is there a list somewhere of instances where the "mainstream" media has
used Wikidata as a source?

I found two thus far:

[1] BuzzFeed checking if 2016 really was a bad year (relatively
speaking) in terms of celebrity deaths.

[2] Le monde checking if 27 is really a dangerous year for artists to be
alive.

Pointers to further instances of Wikidata being used as a source in
mainstream media (or indeed in very prominent applications) would be
greatly appreciated!

Thanks,
Aidan


P.S., I also found a link to a Wiki page with lists of press coverage,
but unfortunately it hasn't been updated in recent years [3]. There I
found some articles about Histopedia, etc., in the Guardian.


[1]
https://www.buzzfeed.com/katiehasty/song-ends-melody-lingers-in-2016?utm_term=.dvV2Dk39L#.itoYqoRVd


[2]
http://www.lemonde.fr/les-decodeurs/visuel/2014/06/06/les-artistes-ont-ils-vraiment-plus-de-risque-de-mourir-a-27-ans_4433903_4355770.html


[3] https://www.wikidata.org/wiki/Wikidata:Press_coverage

___
Wikidata mailing list
Wikidata@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata


___
Wikidata mailing list
Wikidata@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata