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: 811, done.
remote: Counting objects: 100% (811/811), done.
remote: Compressing objects: 100% (401/401), done.
remote: Total 811 (delta 359), reused 760 (delta 309), pack-reused 0
Receiving objects: 100% (811/811), 18.48 MiB | 3.64 MiB/s, done.
Resolving deltas: 100% (359/359), done.
We should now have a new geordfbench directory created as shown below:
/data$ cd geordfbench/; ls
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 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] GeoRDFBench [pom]
[INFO]
[INFO] ----------------------< gr.uoa.di.rdf:generators >----------------------
[INFO] Building GeoRDFBench generators 1.0.0 [1/9]
...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] GeoRDFBench generators 1.0.0 ....................... SUCCESS [ 3.673 s]
[INFO] GeoRDFBench runtime 1.0.0 .......................... SUCCESS [ 10.759 s]
[INFO] StrabonSUT 1.0.0 ................................... SUCCESS [ 4.683 s]
[INFO] GraphDBSUT 1.0.0 ................................... SUCCESS [ 4.020 s]
[INFO] RDF4JSUT 1.0.0 ..................................... SUCCESS [ 3.127 s]
[INFO] VirtuosoSUT 1.0.0 .................................. SUCCESS [ 2.773 s]
[INFO] StardogSUT 1.0.0 ................................... SUCCESS [ 6.604 s]
[INFO] JenaGeoSPARQLSUT 1.0.0 ............................. SUCCESS [ 2.526 s]
[INFO] GeoRDFBench 1.1.0 .................................. SUCCESS [ 0.055 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 38.566 s
[INFO] Finished at: 2024-08-08T20:41:18+03:00
[INFO] ------------------------------------------------------------------------