Home

Awesome

RDFBeans framework

RDFBeans is an object-RDF mapping framework for Java. It provides ORM-like databinding functionality for RDF databases ("triplestores") with two basic techniques:

RDFBeans is built upon Eclipse RDF4J (Sesame) API to provide object persistence for a number of state-of-the-art RDF triplestore implementations.

RDFBeans is based on Java Annotations mechanism. No special interfaces and superclasses is required, that guarantees minimum modifications of existing codebase and compatibility with other POJO-oriented frameworks.

##Features