summaryrefslogtreecommitdiff
path: root/topics
diff options
context:
space:
mode:
authorPjotr Prins2022-12-07 15:00:28 -0600
committerPjotr Prins2022-12-07 15:00:30 -0600
commit3529f493850b56576f07a3b0b980978e3be03cb2 (patch)
tree096d23c16195385cc029ea5ef810cbe9bd2f8dc1 /topics
parent30f048daa357cbf21e94f89ebc6fdd0dc3903048 (diff)
downloadgn-gemtext-3529f493850b56576f07a3b0b980978e3be03cb2.tar.gz
Notes on RDF
Diffstat (limited to 'topics')
-rw-r--r--topics/systems/virtuoso.gmi2
1 files changed, 2 insertions, 0 deletions
diff --git a/topics/systems/virtuoso.gmi b/topics/systems/virtuoso.gmi
index e9d841d..3f608b5 100644
--- a/topics/systems/virtuoso.gmi
+++ b/topics/systems/virtuoso.gmi
@@ -134,6 +134,8 @@ 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 returned 652395 triples
```
Then, upload it to a virtuoso SPARQL endpoint running at port 8892
```