Trellis Linked Data Server

The core components for a Trellis linked data server

License

License

GroupId

GroupId

org.trellisldp
ArtifactId

ArtifactId

trellis-app-triplestore
Last Version

Last Version

0.8.3
Release Date

Release Date

Type

Type

jar
Description

Description

Trellis Linked Data Server
The core components for a Trellis linked data server
Project URL

Project URL

https://www.trellisldp.org
Project Organization

Project Organization

Trellis LDP
Source Code Management

Source Code Management

https://github.com/trellis-ldp/trellis

Download trellis-app-triplestore

How to add to project

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

Dependencies

compile (35)

Group / Artifact Type Version
com.github.jsonld-java : jsonld-java jar 0.12.4
commons-codec : commons-codec jar 1.12
javax.activation : javax.activation-api jar 1.2.0
javax.jms : javax.jms-api jar 2.0.1
org.apache.activemq : activemq-client jar 5.15.8
org.apache.jena : jena-arq jar 3.11.0
org.apache.jena : jena-rdfconnection jar 3.11.0
org.apache.jena : jena-tdb2 jar 3.11.0
org.apache.tamaya : tamaya-core jar 0.3-incubating
org.slf4j : slf4j-api jar 1.7.26
javax.xml.bind : jaxb-api jar 2.3.1
javax.validation : validation-api jar 2.0.1.Final
org.apache.commons : commons-rdf-api jar 0.5.0
org.apache.commons : commons-rdf-jena jar 0.5.0
org.trellisldp : trellis-constraint-rules jar 0.8.3
org.trellisldp : trellis-io-jena jar 0.8.3
org.trellisldp : trellis-api jar 0.8.3
org.trellisldp : trellis-http jar 0.8.3
org.trellisldp : trellis-app jar 0.8.3
org.trellisldp : trellis-vocabulary jar 0.8.3
org.trellisldp : trellis-file jar 0.8.3
org.trellisldp : trellis-namespaces jar 0.8.3
org.trellisldp : trellis-agent jar 0.8.3
org.trellisldp : trellis-audit jar 0.8.3
org.trellisldp : trellis-event-serialization jar 0.8.3
org.trellisldp : trellis-webac jar 0.8.3
org.trellisldp : trellis-triplestore jar 0.8.3
org.trellisldp : trellis-jms jar 0.8.3
org.trellisldp : trellis-rdfa jar 0.8.3
org.trellisldp : trellis-kafka jar 0.8.3
org.trellisldp : trellis-auth-oauth jar 0.8.3
org.trellisldp : trellis-auth-basic jar 0.8.3
io.dropwizard : dropwizard-core jar 1.3.12
io.dropwizard : dropwizard-metrics jar 1.3.12
io.dropwizard : dropwizard-http2 jar 1.3.12

Project Modules

There are no modules declared in this project.

Trellis Linked Data Server

A scalable platform for building linked data applications.

Build Status Coverage Maven Central

Trellis is a rock-solid, enterprise-ready linked data server. The quickest way to get started with Trellis is to use a pre-built docker container.

Trellis is built on existing Web standards. It is modular, extensible and fast.

All source code is open source and licensed as Apache 2. Contributions are always welcome.

Docker Containers

Docker containers for Trellis are published on Docker Hub. Container environments are published with every commit to the main branch and are available for all stable releases. More details are available on the Trellis Wiki.

Docker pull command

docker pull trellisldp/trellis-triplestore

Or, for the PostgreSQL-based persistence layer

docker pull trellisldp/trellis-postgresql

Building Trellis

In most cases, you won't need to compile Trellis. Released components are available on Maven Central, and the deployable application can be downloaded directly from the Trellis website. However, if you want to build the latest snapshot, you will need, at the very least, to have Java 11+ available. The software can be built with Gradle using this command:

./gradlew install

Related projects

org.trellisldp

Trellis LDP

A platform for building scalable Linked Data applications

Versions

Version
0.8.3
0.8.2
0.8.1
0.8.0
0.7.3
0.7.2
0.7.1
0.7.0