is not current version
Last Version 1.3

org.xenei:PA4RDF 1.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.

GroupId

GroupId

org.xenei
ArtifactId

ArtifactId

PA4RDF
Version

Version

1.1
Type

Type

jar

Download PA4RDF 1.1


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