Download rdf4j-sail-federation-1.0M1.jar file - Jar r

Jar examples for r:rdf4j-sail-federation

Description

The Federation SAIL allows multiple datasets to be virtually combined into a single dataset. The Federation SAIL combines multiple RDF stores that may exist on a remote server or are embedded in the same JVM. The Federation uses query optimizations to distribute sections of the query to different members based on the data contained in each of the members. These results are then joined together within the federation to provide the same result as if all the data was co-located within a single repository.

You can download jar file rdf4j-sail-federation 1.0M1 in this page.

Build File

You can use the following script to add rdf4j-sail-federation-1.0M1.jar to your project.

<dependency>
   <groupId>org.eclipse.rdf4j</groupId>
   <artifactId>rdf4j-sail-federation</artifactId>
   <version>1.0M1</version>
</dependency>
compile group: 'org.eclipse.rdf4j', name: 'rdf4j-sail-federation', version: '1.0M1'
libraryDependencies += "org.eclipse.rdf4j" % "rdf4j-sail-federation" % "1.0M1"
<dependency org="org.eclipse.rdf4j" name="rdf4j-sail-federation" rev="1.0M1"/>
@Grapes(@Grab(group='org.eclipse.rdf4j', module='rdf4j-sail-federation', version='1.0M1'))
'org.eclipse.rdf4j:rdf4j-sail-federation:jar:1.0M1'

Download

Click the following link to download the jar file.

rdf4j-sail-federation-1.0M1-javadoc.jar
rdf4j-sail-federation-1.0M1-sources.jar
rdf4j-sail-federation-1.0M1.jar
rdf4j-sail-federation-1.0M1.pom



Related Tutorials