Changeset 35937


Ignore:
Timestamp:
2022-01-09T16:44:22+13:00 (2 years ago)
Author:
davidb
Message:

Echo block added in to help remember that ./UPLOAD-TTL-EUROVISION-ERRATA-GRAPH.sh needs to be run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/01-DOWNLOAD-ESC-LOD-DATA.sh

    r35904 r35937  
    1313# (which does have this facility on), where the Errata information is
    1414# stored, but as part of the query run reaches out to the DBPedia endpoint.
     15
     16echo "****" >&2
     17echo "* Ensure that:" >&2
     18echo "*   ./UPLOAD-TTL-EUROVISION-ERRATA-GRAPH.sh" >&2
     19echo "* has been run first to ensure erreneous and/or string-only songs and entrants" >&2
     20echo "* in DBPedia do not 'leak out' to generate hundreds of false matches in the SPARQL" >&2
     21echo "****" >&2
     22echo "" >&2
     23
     24echo "Sleeping for 5 seconds, to give time to press ^C to stop" >&2
     25echo "..." >&2
     26sleep 5
     27echo  "... continuing" >&2
     28echo "" >&2
    1529
    1630logfile="01-DOWNLOAD--runtime-log-$$.txt"
Note: See TracChangeset for help on using the changeset viewer.