License |
License |
---|---|
GroupId | GroupIdorg.xenei |
ArtifactId | ArtifactIdPA4RDF |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPersistence 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 OrganizationXENEI.org |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
PA4RDF-1.3.pom | |
PA4RDF-1.3.jar | 65 KB |
PA4RDF-1.3-sources.jar | 47 KB |
PA4RDF-1.3-javadoc.jar | 195 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.16 |