Lucas_Werkmeister_WMDE added a subscriber: Gehel.
Lucas_Werkmeister_WMDE added a comment.


  That addition would make sense to me too (maybe we should edit the task title 
and description). We should probably only define it for time values where that 
string differs from the string of the `wikibase:timeValue`, to save space; 
people who always wanted the original string could then use a snippet like this:
  
    ?timeValue wikibase:timeValue ?converted.
    OPTIONAL { ?timeValue wikibase:timeValueOriginal ?original_. }
    BIND(COALESCE(?original_, STR(?converted)) AS ?original)
  
  That said, currently about 20% of time values are non-proleptic Gregorian – 
71095 out of 339705 (query 
<https://query.wikidata.org/#SELECT%20%3FcountAll%20%3FcountNotProlepticGregorian%20%3Fpercent%0AWITH%20%7B%0A%20%20SELECT%20%28COUNT%28%2a%29%20AS%20%3FcountAll%29%20WHERE%20%7B%20%3Fvalue%20a%20wikibase%3ATimeValue.%20%7D%0A%7D%20AS%20%25countAll%0AWITH%20%7B%0A%20%20SELECT%28COUNT%28%2a%29%20AS%20%3FcountNotProlepticGregorian%29%20WHERE%20%7B%0A%20%20%20%20%3Fvalue%20a%20wikibase%3ATimeValue.%0A%20%20%20%20MINUS%20%7B%20%3Fvalue%20wikibase%3AtimeCalendarModel%20wd%3AQ1985727.%20%7D%0A%20%20%7D%0A%7D%20AS%20%25countNotProlepticGregorian%0AWHERE%20%7B%0A%20%20INCLUDE%20%25countAll.%0A%20%20INCLUDE%20%25countNotProlepticGregorian.%0A%20%20BIND%28CONCAT%28SUBSTR%28STR%28100%2a%3FcountNotProlepticGregorian%2F%3FcountAll%29%2C%200%2C%205%29%2C%20%22%25%22%29%20AS%20%3Fpercent%29%0A%7D>),
 a larger proportion than I expected – so maybe we should just add the triple 
to all time values and it wouldn’t take up //that// much extra space? @Gehel 
any thoughts on this?

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

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

To: Lucas_Werkmeister_WMDE
Cc: Gehel, Toni_001, Lucas_Werkmeister_WMDE, Mahir256, Tagishsimon, Aklapper, 
CBogen, darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to