A serialization converter from the official UNL format to the proposed RDF-UNL format.
First compilation
UnlTools program requires rdf-vocabulary package within tetras-libre repositories. Three solutions exists add the other dependency, choose your preferred way.
Use of script createOrUpdateLocalMavenRepository.
git clone https://gitlab.tetras-libre.fr/unl/unl2rdf.git unlTools
cd unlTools
bash Scripts/createOrUpdateLocalMavenRepository.sh
mvn compile
Clone repository rdf-vocabulary.
git clone https://gitlab.tetras-libre.fr/unl/rdfunl.git rdf-vocabulary
pushd rdf-vocabulary
cd rdf-vocabulary
mvn install
popd
git clone https://gitlab.tetras-libre.fr/unl/unl2rdf.git unlTools
cd unlTools
mvn compile
Install manually rdf-vocabulary.
git clone https://gitlab.tetras-libre.fr/unl/rdfunl.git rdf-vocabulary
cd unlTools
mvn install:install-file -Dfile=./rdf/libs/rdf-vocabulary-1.0-SNAPSHOT.jar -DgroupId=fr.tetras_libre.rdf.vocabulary -DartifactId=rdf-vocabulary -Dversion=1.0-SNAPSHOT -Dpackaging=jar -DgeneratePom=true