io.fogsy:empire-rdf4j

A fork of Empire RDF

License

License

GroupId

GroupId

io.fogsy
ArtifactId

ArtifactId

empire-rdf4j
Last Version

Last Version

1.9.14
Release Date

Release Date

Type

Type

jar
Description

Description

A fork of Empire RDF

Download empire-rdf4j

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.reflections : reflections jar 0.9.10
io.fogsy : empire-core jar 1.9.14

test (1)

Group / Artifact Type Version
io.fogsy : empire-pinto jar 1.9.14

Project Modules

There are no modules declared in this project.

Empire-RDF4J: RDF for JPA

This is a fork of Empire, a JPA interface to RDF databases with the following modifications:

  • Refactored the build system back to Maven
  • Updated sesame libraries to use RDF4J
  • Extended MappingOptions with additional options (e.g., to add namespaces)
  • Integrated Pinto for lighweight object-RDF mapping
  • Several minor bug fixes

Licensing

Empire-RDF4J is available under the Apache 2.0 License.

Versions

Version
1.9.14
1.9.13