You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Download the latest [apache jena fuseki](https://jena.apache.org/download/#jena-fuseki)
96
-
2. Copy the rdfrepair-1.0.jar from the latest release to `run/extra/` in the fuseki folder.
96
+
2. Copy the [rdfrepair-1.0.jar](https://github.com/dice-group/GraphCompression/releases/download/v1.0.1/rdfrepair-1.0.jar) from the latest release to `run/extra/` in the fuseki folder.
97
97
3. Download the [fuseki_example.ttl](https://github.com/dice-group/GraphCompression/blob/develop/fuseki_example.ttl)
98
98
4. change the last line fileName to the actual fileName of your KD2 compressed file.
99
99
5. Start fuseki using `fuseki-server --config=fuseki_example.ttl`
@@ -103,6 +103,27 @@ You can reach the read-only service at [http://localhost:3030/kd2/sparql](http:/
103
103
Depending on the size it may take a bit to load.
104
104
105
105
106
+
### Using mutliple compressed files in one graph
107
+
108
+
If you want to use multiple kd2 compressed files in one graph download fuseki-kd2.tar.gz from the latest release and
109
+
instead of copying one file to file.grp copy all your kd2 compressed files to `apache-jena-fuseki-3.13.1/kd2_files/`
0 commit comments