By Theofilos Ioannidis (tioannid [at] di [dot] uoa [dot] gr), created on , last updated on
In this section, we provide instructions on how the user can install the latest source code version of the GeoRDFBench Framework from our Github repository https://github.com/tioannid/geordfbench.
We issue the following git clone command to clone the main branch of the geordfbench repository under /data:
/data$ git clone https://github.com/tioannid/geordfbench.git
Cloning into 'geordfbench'...
remote: Enumerating objects: 2071, done.
remote: Counting objects: 100% (118/118), done.
remote: Compressing objects: 100% (69/69), done.
remote: Total 2071 (delta 28), reused 87 (delta 22), pack-reused 1953 (from 1)
Receiving objects: 100% (2071/2071), 21.41 MiB | 5.00 MiB/s, done.
Resolving deltas: 100% (1001/1001), done.
We should now have a new geordfbench directory created as shown below:
/data$ cd geordfbench/; ls
CITATION.cff generators GraphDBSUT JenaGeoSPARQLSUT json_defs LICENSE pom.xml RDF4JSUT README.md runtime scripts StardogSUT StrabonSUT VirtuosoSUT
We build the platform with Maven build tool using the official profile and skipping tests:
/data/geordfbench$ mvn clean package -DskipTests -Pofficial
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] GeoRDFBench [pom]
[INFO] GeoRDFBench generators [jar]
[INFO] GeoRDFBench runtime [jar]
[INFO] StrabonSUT [jar]
[INFO] GraphDBSUT [jar]
[INFO] RDF4JSUT [jar]
[INFO] VirtuosoSUT [jar]
[INFO] StardogSUT [jar]
[INFO] JenaGeoSPARQLSUT [jar]
[INFO]
[INFO] ---------------------< gr.uoa.di.rdf:GeoRDFBench >----------------------
[INFO] Building GeoRDFBench 2.0.0-SNAPSHOT [1/9]
...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for GeoRDFBench 2.0.0-SNAPSHOT:
[INFO]
[INFO] GeoRDFBench ........................................ SUCCESS [ 0.837 s]
[INFO] GeoRDFBench generators ............................. SUCCESS [ 3.961 s]
[INFO] GeoRDFBench runtime ................................ SUCCESS [ 6.107 s]
[INFO] StrabonSUT ......................................... SUCCESS [ 7.826 s]
[INFO] GraphDBSUT ......................................... SUCCESS [ 7.259 s]
[INFO] RDF4JSUT ........................................... SUCCESS [ 1.335 s]
[INFO] VirtuosoSUT ........................................ SUCCESS [ 1.813 s]
[INFO] StardogSUT ......................................... SUCCESS [ 3.104 s]
[INFO] JenaGeoSPARQLSUT ................................... SUCCESS [ 1.214 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33.687 s
[INFO] Finished at: 2025-05-15T15:01:34+03:00
[INFO] ------------------------------------------------------------------------