Skip to content

cosminbasca/rdftools

Repository files navigation

rdftools

rdftools is a python wrapper over a number of RDF related tools

  • rdf parsers / serializers
  • void utilities
  • lubm generator
  • etc

Important Notes

This software is the product of research carried out at the University of Zurich and comes with no warranty whatsoever. Have fun!

TODO's

  • The project is not documented (yet)

How to Compile the Project

Ensure that libraptor2 v2.0.13+ and cityhash are installed on your system (either using the package manager of the OS or compiled from source).

To install rdftools you have two options: 1) manual installation (install requirements first) or 2) automatic with pip

Install the project manually from source (after downloading it locally):

$ python setup.py install

Install the project with pip:

$ pip install https://github.com/cosminbasca/rdftools

Also have a look at the build.sh, clean.sh, test.sh scripts included in the codebase

To include the latest JVM RDF tools update to the latest of jvmrdftools and create an assembly:

$ sbt compile assembly

copy the resulting jar from the target folder to the lib folder inside the rdftools.tools.jvmrdftools module and reinstall the python package.

Thanks a lot to

About

simple collection of python RDF tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages