Skip to content

Commit

Permalink
release 1.0.0-k2
Browse files Browse the repository at this point in the history
  • Loading branch information
TortugaAttack committed Dec 12, 2020
1 parent 6b7c39a commit 56c51ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ and

Compression using KD2 Trees
```bash
rdfrepair -c -tkd2 IN_FILE.ttl OUT_FILE.k2
./rdf2k2 -c -tkd2 IN_FILE.ttl OUT_FILE.k2
```

Decompression using TURTLE format (N-TRIPLE, RDF/XML or TURTLE is possible)
```bash
rdfrepair -d -out TURTLE -tkd2 IN_FILE.k2 OUT_FILE.ttl
./rdf2k2 -d -out TURTLE -tkd2 IN_FILE.k2 OUT_FILE.ttl
```

To adjust the RAM usage to 4GB use the following:
Expand Down

0 comments on commit 56c51ca

Please sign in to comment.