Download

Corese-library

Java library to process RDF data and use Corese features via an API.

Corese-server

Tool to easily create, configure and manage SPARQL endpoints.

Corese-GUI

Graphical interface that allows an easy and visual use of Corese features.

Corese-command (beta)

Command Line Interface for Corese that allows users to interact with Corese features from the terminal.

  • Alternatively, use the installation script for Linux and MacOS systems.
    curl -sSL https://files.inria.fr/corese/distrib/script/install-corese-command.sh | bash

To uninstall:

curl -sSL https://files.inria.fr/corese/distrib/script/uninstall-corese-command.sh | bash

If you’re using zsh, replace bash with zsh.

Corese-python (beta)

A version of Corese adapted to be used from a python script.

Compilation from source

git clone "https://github.com/Wimmics/corese.git"
cd corese
mvn clean install -DskipTests

General informations

Comments are closed.