Igorkim78 added a comment.

  Differences in bnodes might be tolerated with additional replacement. The 
cleanup stage could be merged with initial sed+sort
  
    zcat wikidata.jnl.1.data.gz | sed 's/ : .*$//;s/_:t[^,>]*/bnode/g' | grep 
-v http://wikiba.se/ontology#timestamp | sort | gzip > wikidata.jnl.1.sorted.gz
    zcat wikidata.jnl.2.data.gz | sed 's/ : .*$//;s/_:t[^,>]*/bnode/g' | grep 
-v http://wikiba.se/ontology#timestamp | sort | gzip > wikidata.jnl.2.sorted.gz
  
  then compare will be just
  
    comm -3 <(zcat wikidata.jnl.1.sorted.gz) <(zcat wikidata.jnl.2.sorted.gz) > 
wikidata.jnl.diff

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

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

To: Igorkim78
Cc: Gehel, Igorkim78, Aklapper, Daniel_Mietchen, Fnielsen, EgonWillighagen, 
Abbe98, Smalyshev, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
Darkminds3113, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, 
merbst, LawExplorer, Vali.matei, _jensen, rosalieper, Cirdan, Jonas, Xmlizer, 
Volker_E, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, GWicke, 
Dinoguy1000, Manybubbles, Mbch331, Jay8g
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to