PA4RDF
RDF mapper
Provides JPA-like functionality on top of an RDF store using dynamic proxy capabilities to map RDF triples to Plain Old Java Objects
functionality on top of an RDF store while accounting for and exploiting the fundamental differences between graph storage and relational storage. PA4RDF introduces three (3) annotations that map a RDF triple (subject, predicate, object) to a Plain Old Java Object (POJO) using Java's dynamic proxy capabilities.
12 stars
5 watching
0 forks
Language: Java
last commit: 9 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gushakov/sparql-template | A Java library for automatically mapping RDF triples to annotated POJOs. | 0 |
ebibiosamples/java2rdf | Tools and framework for mapping Java objects to RDF/OWL | 3 |
jpcik/morph | Tool for converting relational databases to RDF using R2RML mappings | 14 |
stkenny/grefine-rdf-extension | Enables graphical mapping of OpenRefine project data to an RDF skeleton and exporting it in RDF format | 69 |
antoniogarrote/clj-plaza | A Clojure library for working with RDF graphs and RESTful semantic web services | 50 |
cosminbasca/surfrdf | A Python library for working with RDF data in an Object-Oriented manner. | 42 |
semantifyit/rocketrml | A JavaScript implementation of the RDF mapping language (RML) for data integration and querying. | 25 |
eclipse-rdf4j/rdf4j | A Java-based implementation of scalable RDF data storage and query capabilities | 365 |
drlivingston/kr | Provides a unified interface for RDF and SPARQL APIs including Jena and Sesame. | 56 |
cyberborean/rdfbeans | An object-RDF mapping framework for Java that enables persistence and databinding of RDF data models using annotations. | 11 |
egonw/rrdf | Brings RDF and SPARQL functionality to R using the Jena libraries. | 29 |
sweetrdf/rdfhelpers | Provides utility classes and interfaces for working with RDF data. | 3 |
anuzzolese/pyrml | Engine for processing customized mapping rules from heterogeneous data structures to RDF data model | 33 |
raytheonbbn/parliament | A triple store for RDF, OWL, and SPARQL written in Java | 59 |
jpcik/morph-starter | Demonstrates how to generate RDF data from relational databases using an R2RML mapping | 4 |