From 2ed25799a8af92e3a982b27a16ef7b06b36c7b6b Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 29 Apr 2022 17:15:31 +0530 Subject: topics: Fix graph name in virtuoso upload. * topics/systems/virtuoso.gmi (SPARQL 1.1 Graph Store HTTP Protocol): Fix graph name. --- topics/systems/virtuoso.gmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'topics/systems/virtuoso.gmi') diff --git a/topics/systems/virtuoso.gmi b/topics/systems/virtuoso.gmi index d74f58a..7d12331 100644 --- a/topics/systems/virtuoso.gmi +++ b/topics/systems/virtuoso.gmi @@ -121,7 +121,7 @@ Next update the graph with ``` curl -v -X PUT --digest -u dba:password -H Content-Type:text/turtle -T test/data/biohackrxiv.ttl -G http://localhost:28890/sparql-graph-crud-auth --data-urlencode graph=https://BioHackrXiv.org/graph ``` -where BioHackrXiv is the name of the graph (in this example). A python version can be found in +where https://BioHackrXiv.org/graph is the name of the graph (in this example). A python version can be found in => https://github.com/pubseq/bh20-seq-resource/blob/master/scripts/update_virtuoso/check_for_updates.py ## Validate data using rapper -- cgit v1.2.3