[Wikidata-bugs] [Maniphest] [Commented On] T206392: Redesign rank icons for better visibility

2019-04-22 Thread Tkarcher
Tkarcher added a comment.


  Yes please! And while you're at it, please also consider adding a warning 
("Your new value is not the preferred value yet") or even adding a checkbox 
("Set this entry as the new preferred entry") when entering new values (as 
suggested here: 
https://de.wikipedia.org/wiki/Wikipedia:Technische_W%C3%BCnsche/Wunschparkplatz#Hinweis_auf_Bedeutung_der_R%C3%A4nge_bei_der_Wikidata-Eingabe)

TASK DETAIL
  https://phabricator.wikimedia.org/T206392

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Tkarcher
Cc: Tkarcher, Kristbaum, Lydia_Pintscher, MichaelSchoenitzer, Aklapper, 
alaa_wmde, Nandana, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, JGirault, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T189086: Coordinate nodes w/ multiple wikibase:geoPrecision values

2018-03-07 Thread Tkarcher
Tkarcher created this task.Tkarcher added a project: Wikidata.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONWhen analyzing the difference between a SPARQL query using "wdt" and one using "p" user @Larske noticed strange duplicate datasets in the "p" result:

https://www.wikidata.org/w/index.php?title=Wikidata:Request_a_query=644121631#BLfD-ID_and_no_P18

When analyzing it further, he was able to narrow the problem down to the geoPrecision value in the coordinate node: It seems some coordinate nodes have multiple values (0 and some other value) for wikibase:geoPrecision:

#some coordinate values seem to have multiple values for wikibase:geoPrecision
SELECT ?item ?coord ?geoprecision WHERE {
 VALUES ?item { wd:Q41427943 wd:Q41411330 }
 ?item p:P625 ?p625 .
 ?p625 ps:P625 ?coord .
 ?p625 psv:P625 [ wikibase:geoPrecision ?geoprecision ]
}
ORDER BY ?item

This seems to be very common, here are some 8,800 coordinates for Kirche (Q16970) in Frankreich (Q142) with this "multiple precision problem":

SELECT ?item ?coord ?geoprecision1 ?geoprecision2 WHERE {
 ?item wdt:P31 wd:Q16970 .
 ?item wdt:P17 wd:Q142 .
 ?item p:P625 ?p625 .
 ?p625 ps:P625 ?coord .
 ?p625 psv:P625 ?psv625 .
 ?psv625 wikibase:geoPrecision ?geoprecision1 .
 ?psv625 wikibase:geoPrecision ?geoprecision2 .
 FILTER(?geoprecision1

He also noticed that the JSON API only returns one value for "precision" for Krankenhausbau zum Sebastian-Spital gehörig (Q41427943) when Wikidata Query reports two as per the query above, so we're not even sure whether it's a database or a query problem.TASK DETAILhttps://phabricator.wikimedia.org/T189086EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: TkarcherCc: Tkarcher, Larske, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs