joshsh / sesametools

A collection of utilities for use with OpenRDF Sesame (as of recently, Eclipse RDF4J)
Other
50 stars 11 forks source link

SesameTools logo|width=322px|height=60px

Welcome to the SesameTools wiki! SesameTools is a collection of general-purpose components for use with the Sesame RDF framework. It includes:

See also the Sesametools API.

For projects which use Maven, SesameTools snapshots and release packages can be imported by adding configuration like the following to the project's POM:

        <dependency>
            <groupId>net.fortytwo.sesametools</groupId>
            <artifactId>linked-data-server</artifactId>
            <version>1.10</version>
        </dependency>

The latest Maven packages can be browsed here.

Credits: SesameTools is written and maintained by Joshua Shinavier and Peter Ansell. Patches have been contributed by Faisal Hameed, Florian Kleedorfer, Olaf Görlitz, and Michal Klempa. An RDF/JSON parser and writer present in releases 1.7 and earlier contain code by Hannes Ebner.