Download https://gist.github.com/marklit/237bec7b8a82e1290e2f481c8adda611 to manifest.lod.txt.
for LINE in `cat manifest.lod.txt`; do
GEOJSON=`echo "$LINE" | grep -o 'files=.*' | sed 's/files=//g'`
ZIPFILE="$GEOJSON.zip"
if [ ! -f $ZIPFILE ]; then
echo $LINE
wget -c -O $GEOJSON "$LINE"
zip -9 "$ZIPFILE" "$GEOJSON"