Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (16 loc) · 673 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 673 Bytes

RDFstarPGConnectionTools

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.

Compile

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