This software package extends RDFstarTools with a collection of command line tools and Java libraries that the connect the RDF* data model and Property Graphs.
To compile this software package you first need to install the RDFstarTools, which can be done by executing the following commands:
git clone https://github.com/RDFstar/RDFstarTools.git
cd RDFstarTools
mvn install
cd ..
Next, clone this repo and build it as follows:
git clone https://github.com/RDFstar/RDFstarPGConnectionTools.git
cd RDFstarPGConnectionTools
mvn install