Smalyshev added a comment.

  This may happen because value nodes are not updated when data is updated 
(since they are supposed to be immutable). So if some bad data sneaked in when 
the problem was there, the bad value (and possibly reference since they behave 
the same way) nodes are still there. The best way to do it would be:
  
  1. Find all value/ref nodes having this problem
  2. Find for each node at least one item that uses them (you don't need more)
  3. Delete all triples with subject of this value/ref node (this unfortunately 
will have to be done manually by somebody with production access, public 
endpoint does not allow deletes)
  4. Update data for all items in (2) - this would fetch proper data for the 
nodes.

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

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

To: Smalyshev
Cc: Smalyshev, Jakub.klimek, Aklapper, darthmon_wmde, DannyS712, Nandana, Lahi, 
Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, 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