Last Version

ks-server-virtuoso 1.7.1

The Virtuoso server module (ks-server-virtuoso) provides an implementation of the Triple Store server-side component (API in ks-triplestore) on top of the OpenLink Virtuoso triple store, a scalable native code triple store that is accessed as an external service. The Virtuoso Sesame driver, which builds on the Virtuoso JDBC driver, is used to remotely access the Virtuoso server for writing data and performing SPARQL queries. For performance reasons, data modification is performed in a non-transactional way, with the module managing possible failures in a way that trigger the external repopulation of the Virtuoso triple store starting from the master copy of data stored in the Data Store component.

License

License

GroupId

GroupId

eu.fbk.knowledgestore
ArtifactId

ArtifactId

ks-server-virtuoso
Version

Version

1.7.1
Type

Type

jar
Description

Description

ks-server-virtuoso
The Virtuoso server module (ks-server-virtuoso) provides an implementation of the Triple Store server-side component (API in ks-triplestore) on top of the OpenLink Virtuoso triple store, a scalable native code triple store that is accessed as an external service. The Virtuoso Sesame driver, which builds on the Virtuoso JDBC driver, is used to remotely access the Virtuoso server for writing data and performing SPARQL queries. For performance reasons, data modification is performed in a non-transactional way, with the module managing possible failures in a way that trigger the external repopulation of the Virtuoso triple store starting from the master copy of data stored in the Data Store component.
Project URL

Project URL

http://knowledgestore.fbk.eu/ks-server-virtuoso/
Project Organization

Project Organization

FBK-irst

Download ks-server-virtuoso 1.7.1


<!-- https://jarcasting.com/artifacts/eu.fbk.knowledgestore/ks-server-virtuoso/ -->
<dependency>
    <groupId>eu.fbk.knowledgestore</groupId>
    <artifactId>ks-server-virtuoso</artifactId>
    <version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.fbk.knowledgestore/ks-server-virtuoso/
implementation 'eu.fbk.knowledgestore:ks-server-virtuoso:1.7.1'
// https://jarcasting.com/artifacts/eu.fbk.knowledgestore/ks-server-virtuoso/
implementation ("eu.fbk.knowledgestore:ks-server-virtuoso:1.7.1")
'eu.fbk.knowledgestore:ks-server-virtuoso:jar:1.7.1'
<dependency org="eu.fbk.knowledgestore" name="ks-server-virtuoso" rev="1.7.1">
  <artifact name="ks-server-virtuoso" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.fbk.knowledgestore', module='ks-server-virtuoso', version='1.7.1')
)
libraryDependencies += "eu.fbk.knowledgestore" % "ks-server-virtuoso" % "1.7.1"
[eu.fbk.knowledgestore/ks-server-virtuoso "1.7.1"]

Dependencies

compile (11)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.12
com.google.guava : guava jar 19.0-rc2
org.openrdf.sesame : sesame-model jar 2.8.6
org.openrdf.sesame : sesame-util jar 2.8.6
org.openrdf.sesame : sesame-query jar 2.8.6
org.openrdf.sesame : sesame-repository-api jar 2.8.6
org.apache.hadoop : hadoop-core jar 1.0.4
com.openlinksw.virtuoso » virtjdbc4_1 jar 2015-01-26
com.openlinksw.virtuoso » virt_sesame2 jar 2015-01-26
eu.fbk.knowledgestore : ks-core jar 1.7.1
eu.fbk.knowledgestore : ks-server jar 1.7.1

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.0

runtime (1)

Group / Artifact Type Version
org.openrdf.sesame : sesame-queryalgebra-evaluation jar 2.8.6

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
ch.qos.logback : logback-classic jar 1.1.3

Project Modules

There are no modules declared in this project.