Persistence Annotations 4 RDF

Persistence Annotation for RDF (PA4RDF) is a set of annotations and an entity manager that provides JPA like 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.

License

License

GroupId

GroupId

org.xenei
ArtifactId

ArtifactId

PA4RDF
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

jar
Description

Description

Persistence Annotations 4 RDF
Persistence Annotation for RDF (PA4RDF) is a set of annotations and an entity manager that provides JPA like 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.
Project Organization

Project Organization

XENEI.org
Source Code Management

Source Code Management

https://github.com/Claudenw/PA4RDF

Download PA4RDF

How to add to project

<!-- https://jarcasting.com/artifacts/org.xenei/PA4RDF/ -->
<dependency>
    <groupId>org.xenei</groupId>
    <artifactId>PA4RDF</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.xenei/PA4RDF/
implementation 'org.xenei:PA4RDF:1.3'
// https://jarcasting.com/artifacts/org.xenei/PA4RDF/
implementation ("org.xenei:PA4RDF:1.3")
'org.xenei:PA4RDF:jar:1.3'
<dependency org="org.xenei" name="PA4RDF" rev="1.3">
  <artifact name="PA4RDF" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xenei', module='PA4RDF', version='1.3')
)
libraryDependencies += "org.xenei" % "PA4RDF" % "1.3"
[org.xenei/PA4RDF "1.3"]

Dependencies

compile (8)

Group / Artifact Type Version
org.apache.commons : commons-proxy jar 1.0
org.apache.commons : commons-lang3 jar 3.1
commons-lang : commons-lang jar 2.6
junit : junit jar 4.10
org.slf4j : slf4j-api jar 1.6.4
org.slf4j : slf4j-log4j12 jar 1.6.4
cglib : cglib jar 2.2.2
org.apache.jena : apache-jena pom 2.12.1

test (1)

Group / Artifact Type Version
log4j : log4j jar 1.2.16

Project Modules

There are no modules declared in this project.

Versions

Version
1.3
1.2
1.1