Ignore:
Timestamp:
2022-01-04T16:29:53+13:00 (2 years ago)
Author:
davidb
Message:

Details added about uploading the errata TTL triples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/README.txt

    r35869 r35875  
    4242     pip3 install -r essentia-audio-features/requirements.txt
    4343
     44# One-time Errata Triplestore Setup
    4445
    45 # Running the ALL-CAPS scripts
     46The (personal) convention of using ALL-CAPS is to signify that these
     47scripts can be run without any arguments and they will do something
     48meaningful, with the caveat that the current working directory must be
     49the directory where the scripts are located.
     50
     51Below you will learn about the sequence of 'prepare' scripts that
     52reach out to external resoures -- initially Linked Data through
     53DBpedia, but then topped up with some page scraping -- but first a
     54local (Greenstone3) triple store graph needs to set up with some
     55errata values that help the SPARQL query run against DBpedia to yield
     56more accurate results.
     57
     58Check your Greenstone3 Triplestore server is running:
     59
     60  sudo systemctl status greenstone3-triplestore
     61
     62Then run:
     63
     64   ./UPLOAD-TTL-EUROVISION-ERRATA-GRAPH.sh
     65
     66This currently talks to the Apache Jena v1 Triplestore version that the
     67Greenstone3 extension operates on port 3030
     68
     69
     70# Running the 'prepare' ALL-CAPS scripts
     71
    4672
    4773The prefix to the scripts to run are sequentially numbers 01-...,
    487402-... and so on.
    4975
    50 The (personal) convention of using ALL-CAPS is to signify that these scripts
    51 can be run without any arguments and they will do something meaningful, with
    52 the caveat that the current working directory must be the directory where
    53 the scripts are located.
    5476
    5577To aid development and testing, there is a 'small' set of files that
Note: See TracChangeset for help on using the changeset viewer.