Last Version

KiWi Triplestore: Triple Table 3.1.0-incubating

Provides a simple in-memory table using the Java Collections API to access triples. Additionally, the triple table offers in-memory indexes for typical query operations (e.g. listing by subject).

License

License

GroupId

GroupId

org.apache.marmotta
ArtifactId

ArtifactId

kiwi-tripletable
Version

Version

3.1.0-incubating
Type

Type

jar
Description

Description

KiWi Triplestore: Triple Table
Provides a simple in-memory table using the Java Collections API to access triples. Additionally, the triple table offers in-memory indexes for typical query operations (e.g. listing by subject).
Project URL

Project URL

http://marmotta.incubator.apache.org/kiwi-tripletable
Project Organization

Project Organization

The Apache Software Foundation

Download kiwi-tripletable 3.1.0-incubating


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

Dependencies

compile (3)

Group / Artifact Type Version
org.openrdf.sesame : sesame-model jar 2.7.6
com.google.guava : guava jar 14.0.1
org.apache.marmotta : marmotta-commons jar 3.1.0-incubating

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

test (6)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3
ch.qos.logback : logback-core jar 1.0.13
ch.qos.logback : logback-classic jar 1.0.13
org.apache.commons : commons-lang3 jar 3.1

Project Modules

There are no modules declared in this project.