Skip to content

Commit

Permalink
doc: dump_one_graph
Browse files Browse the repository at this point in the history
  • Loading branch information
xgaia committed Oct 11, 2022
1 parent 1f37ea3 commit 1094a74
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ isql-v -U dba -P $DBA_PASSWORD
SQL> dump_nquads ('dumps', 1, 10000000, 1);
```

You can also use the `dump_one_graph` procedure if you need to dump a specific graph

```bash
docker exec -it my-virtuoso sh
isql-v -U dba -P $DBA_PASSWORD
SQL> dump_one_graph ('http://daas.openlinksw.com/data#', 'dumps', 1000000000);
```

For more information, see http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtRDFDumpNQuad

## Loading quads in Virtuoso
Expand Down

0 comments on commit 1094a74

Please sign in to comment.