source: main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/03-GEN-PROBLEM-LOD-LISTS.sh@ 34852

Last change on this file since 34852 was 34793, checked in by davidb, 3 years ago

return path check added in as 4th case

  • Property svn:executable set to *
File size: 742 bytes
Line 
1#!/bin/bash
2
3
4echo "Copying:"
5echo " countries-in-esc-by-year.json -> ../import/countries-in-esc-by-year.json"
6
7
8echo ""
9
10echo "Generating Song (titles) problem list: problem-songs.html"
11./DBPEDIA-LOD-SPARQL-QUERY.sh problem-songs.sparql html
12
13echo "Generating Entrant (artists) problem list: problem-entrants.html"
14./DBPEDIA-LOD-SPARQL-QUERY.sh problem-entrants.sparql html
15
16
17echo "Generating *combined* Song and Entrant problem list: problem-songs-and-entrants.html"
18./DBPEDIA-LOD-SPARQL-QUERY.sh problem-songs-and-entrants.sparql html
19
20
21echo "Generating *return path* Song and Entrant problem list: problem-return-path-songs-and-entrants.html"
22./DBPEDIA-LOD-SPARQL-QUERY.sh problem-return-path-songs-and-entrants.sparql html
23
24echo ""
Note: See TracBrowser for help on using the repository browser.