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

Last change on this file since 34867 was 34855, checked in by davidb, 3 years ago

Changes after test-run

  • Property svn:executable set to *
File size: 798 bytes
Line 
1#!/bin/bash
2
3
4#echo "Copying:"
5#echo " 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-lod-lists/dbpedia-problem-songs.sparql html
12
13echo "Generating Entrant (artists) problem list: problem-entrants.html"
14./DBPEDIA-LOD-SPARQL-QUERY.sh problem-lod-lists/dbpedia-problem-entrants.sparql html
15
16
17#echo "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
21#echo "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.