summaryrefslogtreecommitdiff
path: root/topics/systems/virtuoso.gmi
diff options
context:
space:
mode:
authorArun Isaac2022-04-29 17:15:31 +0530
committerArun Isaac2022-04-29 17:15:31 +0530
commit2ed25799a8af92e3a982b27a16ef7b06b36c7b6b (patch)
tree13fc1b0e0009009283d7fd40cc478a86c0d1d528 /topics/systems/virtuoso.gmi
parent188f110623053cf069890e73d874f8e6e90a451a (diff)
downloadgn-gemtext-2ed25799a8af92e3a982b27a16ef7b06b36c7b6b.tar.gz
topics: Fix graph name in virtuoso upload.
* topics/systems/virtuoso.gmi (SPARQL 1.1 Graph Store HTTP Protocol): Fix graph name.
Diffstat (limited to 'topics/systems/virtuoso.gmi')
-rw-r--r--topics/systems/virtuoso.gmi2
1 files changed, 1 insertions, 1 deletions
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