GithubHelp home page GithubHelp logo

wherget / rdfbeans Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cyberborean/rdfbeans

0.0 2.0 0.0 182 KB

Object-RDF mapping and Linked Data persistence framework for Java

License: Other

Java 100.00%

rdfbeans's Introduction

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:

  • Classic object persistence: storing and retrieving the state of POJO objects to/from a RDF model

  • Dynamic proxy mechanism to access RDF data with Java interfaces mapped directly to the underlying model

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

  • Cascade databinding to reduce development time and ensure referential integrity of complex object models

  • Inheritance of RDFBeans annotations from superclasses and/or interfaces

  • No external specifications (RDF-schemas) are required: everything is declared by the annotations

  • Extensible mechanism of mapping Java types to RDF literals: you can define your own algorithms to represent your data structures with RDF

  • Support of basic Java Collections, optionally represented with RDF containers

  • Transactions support (triplestore-specific)

  • Support of indexed JavaBean properties

  • Support of RDF namespaces

rdfbeans's People

Contributors

cyberborean avatar wherget avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.