rdfpro

RDFpro - an extensible tool for building stream-oriented RDF processing pipelines

License

License

GroupId

GroupId

eu.fbk.rdfpro
ArtifactId

ArtifactId

rdfpro
Last Version

Last Version

0.6
Release Date

Release Date

Type

Type

jar
Description

Description

rdfpro
RDFpro - an extensible tool for building stream-oriented RDF processing pipelines
Project URL

Project URL

http://rdfpro.fbk.eu/
Project Organization

Project Organization

FBK-irst
Source Code Management

Source Code Management

https://github.com/dkmfbk/rdfpro

Download rdfpro

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • rdfpro-core
  • rdfpro-groovy
  • rdfpro-jsonld
  • rdfpro-tql
  • rdfpro-dist

RDFpro: an extensible tool for building stream-oriented RDF processing pipelines

RDFpro (RDF Processor) is a public domain (Creative Commons CC0) Java command line tool and embeddable library that offers a suite of stream-oriented, highly optimized processors for common tasks such as data filtering, RDFS inference, smushing and statistics extraction. RDFpro processors are extensible by users and can be freely composed to form complex pipelines to efficiently process RDF data in one or more passes. RDFpro model and multi-threaded design allow processing billions of triples in few hours in typical Linked Open Data integration scenarios.

RDFpro Web site

Building RDFpro

To build RDFpro, you need to have Maven installed on your machine. In order to build RDFpro, you can run the following commands:

$ git clone https://github.com/dkmfbk/rdfpro.git  (1)
$ cd rdfpro                                       (2)
$ git checkout BRANCH_NAME                        (3)
$ mvn package -DskipTests -Prelease               (4)

Step (3) is optional, if you want to build a specific branch, otherwise the version on top of the master branch will be built.

The -DskipTests flag in step (4) disable unit testing to speed up the building process: if you want to run the tests, just omit the flag. The -Prelease flag activates a Maven profile called "release" that enables the generation of the same tar.gz archive including everything that we distribute as RDFpro binaries on the website. This tar.gz is located under:

rdfpro-dist/target/rdfpro-dist-VERSION-bin.tar.gz  

You may copy it wherever you want, extract it and run rdfpro via the included rdfpro script.

eu.fbk.rdfpro

Data and Knowledge Management

DKM unit at Fondazione Bruno Kessler

Versions

Version
0.6
0.5.1
0.5
0.4.1
0.4
0.3