diff --git a/add_data_to_graph.sh b/add_data_to_graph.sh index 656f3ba..db942a4 100755 --- a/add_data_to_graph.sh +++ b/add_data_to_graph.sh @@ -150,7 +150,7 @@ fi if [ "$clear_data" = "on" ]; then echo -e "\nCLEARING EXISTING DATA FROM ${graph_db}..." - response=$(curl -u "${user}:${password}" --no-progress-meter -i -w "\n%{http_code}\n" \ + response=$(curl -u "${user}:${password}" -s -S -i -w "\n%{http_code}\n" \ -X POST $clear_data_url \ -H "Content-Type: application/sparql-update" \ --data-binary "${DELETE_TRIPLES_QUERY}") @@ -193,7 +193,7 @@ for file in ${jsonld_dir}/*.ttl; do [ -e "$file" ] || continue echo "$(basename ${file}):" - response=$(curl -u "${user}:${password}" --no-progress-meter -i -w "\n%{http_code}\n" \ + response=$(curl -u "${user}:${password}" -s -S -i -w "\n%{http_code}\n" \ -X POST $upload_data_url \ -H "Content-Type: text/turtle" \ --data-binary @${file}) diff --git a/vocab/backup_external/cogatlas_task.json b/vocab/backup_external/cogatlas_task.json index 18dedbb..b5c7586 100644 --- a/vocab/backup_external/cogatlas_task.json +++ b/vocab/backup_external/cogatlas_task.json @@ -11080,4 +11080,4 @@ "definition_text": "The Future Events Structured Interview is a measure that assesses a child\u2019s future-thinking processes. The measure captures different categories of descriptive details the child uses to describe future events in his or her life. A child participant is instructed to describe upcoming events aloud. Each interview is transcribed from audiotape and then the language is coded for frequencies of used words and phrases in the following dimensions: a) event details-internal; b) time; c) perception; d) emotion/thought; e) social; f) repetition; g) event details-external-semantic; h) external other.", "id": "tsk_5UPYiqtoX3yUf" } -] \ No newline at end of file +]