is not current version
Last Version 1.0.1

org.xenei:Jena-PA 1.0

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.

GroupId

GroupId

org.xenei
ArtifactId

ArtifactId

Jena-PA
Version

Version

1.0
Type

Type

jar

Download Jena-PA 1.0


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