Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 12-dot-genere-non-coherent
  • unl-tools-release-0.9
  • v0.9
4 results

README.md

Blame
  • To learn more about this project, read the wiki.

    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