Skip to content

Commit

Permalink
udpated deno.jsonc
Browse files Browse the repository at this point in the history
udpated deno.jsonc
  • Loading branch information
fernando-andutta authored Jun 13, 2023
1 parent 878c30b commit 6cb933f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
// ##### Note: If pull (false), then a filename must be given in (deno.jsonc)
"process-read-test00": "deno run -A --unstable process.js -p false -f ./corpus/entries_test00.json", // ##### run to test target list of entries
"process-read-test0": "deno run -A --unstable process.js -p false -f ./corpus/entries_test0.json", // ##### run to test target list of entries
"process-read-test1": "deno run -A --unstable process.js -p false -f ./corpus/entries_test1.json", // ##### run to test target list of entries
"process-read-test2": "deno run -A --unstable process.js -p false -f ./corpus/entries_test2.json", // ##### run to test target list of entries
// Note: used SPARQL in (config.js) url: "https://query.wikidata.org/sparql?format=json&query=SELECT%20DISTINCT%20%3Fitem%20%3FitemLabel%20%3Flicense%20%3FlicenseLabel%20%3Ftopic%20%3FtopicLabel%0AWHERE%20%7B%0A%20%20%3Fitem%20wdt%3AP6104%20wd%3AQ56241615%3B%0A%20%20%20%20%20%20%20%20wdt%3AP356%20%3Fdoi%20%3B%0A%20%20%20%20%20%20%20%20wdt%3AP921%20%3Ftopic%20.%0A%20%0A%20%20%7B%3Ftopic%20wdt%3AP31%20wd%3AQ41719%20.%7D%0A%20%20UNION%0A%20%20%7BVALUES%20%3Ftopic%20%7B%20wd%3AQ109467185%20wd%3AQ112148709%20wd%3AQ111525751%20wd%3AQ113019190%7D%20%7D%0A%20%20UNION%0A%20%20%7B%3Fitem%20wdt%3AP275%20%3Flicense%20.%0A%20%20%3Flicense%20wdt%3AP31*%2Fwdt%3AP279*%20wd%3AQ30939938%20.%7D%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D%0AGROUP%20BY%20%3Fitem%20%3FitemLabel%20%3Flicense%20%3FlicenseLabel%20%3Ftopic%20%3FtopicLabel",
"process-read-test1": "deno run -A --unstable process.js -p false -f ./corpus/entries_test1.json", // ##### run to test target list of entries (selected items)
"process-read-test2": "deno run -A --unstable process.js -p false -f ./corpus/entries_test2.json", // ##### run to test target list of entries (all mergeded)
"process-read-test3": "deno run -A --unstable process.js -p false -f ./corpus/entries_test3.json", // ##### run to test target list of entries (all mergeded and reduced)
"process-read-entries_14867_23Feb2023": "deno run -A --unstable process.js -p false -f ./corpus/entries_14867_23Feb2023.json" // ##### run to test target list of entries

}
Expand Down

0 comments on commit 6cb933f

Please sign in to comment.