summaryrefslogtreecommitdiff
path: root/topics/systems/virtuoso.gmi
diff options
context:
space:
mode:
authorPjotr Prins2022-12-07 15:54:14 -0600
committerPjotr Prins2022-12-07 15:54:14 -0600
commitb7c5f2aed32a7edc19fbe716f3415e86c39705af (patch)
treeef6bd813a848adab78217326ed4b24037140c9df /topics/systems/virtuoso.gmi
parent3529f493850b56576f07a3b0b980978e3be03cb2 (diff)
downloadgn-gemtext-b7c5f2aed32a7edc19fbe716f3415e86c39705af.tar.gz
Virtuoso updates
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 3f608b5..bdfd14e 100644
--- a/topics/systems/virtuoso.gmi
+++ b/topics/systems/virtuoso.gmi
@@ -134,7 +134,7 @@ We recap the same here.
When uploading data, the virtuoso server often does not report errors properly. It simply freezes up. So, it is very helpful to validate your RDF before uploading. For this, use rapper from the raptor2 package. To validate data.ttl, a turtle file, run
```
rapper --input turtle --count data.ttl
-rapper: Parsing URI file:///home/wrk/dump.ttl with parser turtle
+rapper: Parsing URI file: data.ttl with parser turtle
rapper: Parsing returned 652395 triples
```
Then, upload it to a virtuoso SPARQL endpoint running at port 8892