Last Version

Persistence Annotations 4 RDF 1.0.1

Persistence Annotation for RDF (PAR) 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. PAR 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

Jena-PA
Version

Version

1.0.1
Type

Type

jar
Description

Description

Persistence Annotations 4 RDF
Persistence Annotation for RDF (PAR) 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. PAR 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.com

Download Jena-PA 1.0.1


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

Dependencies

compile (9)

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 : jena-core jar 2.7.3
org.apache.jena : jena-arq jar 2.9.3

test (1)

Group / Artifact Type Version
log4j : log4j jar 1.2.16

Project Modules

There are no modules declared in this project.