Corese-Command is the command-line interface (CLI) tool for the Corese platform. It allows users to interact with Corese's RDF processing, SPARQL querying, and reasoning capabilities via the terminal.
- Convert RDF data formats (Turtle, RDF/XML, N-Triples, etc.).
- Execute SPARQL on a file.
- Validate RDF data with SHACL.
- Execute SPARQL on endpoints.
- Canonicalize RDF data.
You can run Corese-Command using Flathub or by downloading and executing the JAR file.
Flathub:
To install Corese-Command via Flathub, use the following command:
flatpak install flathub fr.inria.corese.CoreseCommand
To run the application:
flatpak run fr.inria.corese.CoreseCommand
For more information, visit the Flathub page.
JAR File:
Download the latest version of the Corese-Command JAR from the releases page and run it with the following command:
java -jar corese-command-4.5.0.jar
This will provide you with access to the Corese-Command interface.
For a full list of available commands and options, use:
java -jar corese-command-4.5.0.jar --help
Create an alias for the JAR file to simplify the command
echo 'alias corese="java -jar path/to/corese-command-4.5.0.jar"' >> ~/.bashrc
After that, you can directly use thecorese
command to run Corese-Command. For example,corese --help
.
For more information on using Corese-Command, please refer to the following resources:
We welcome contributions to improve Corese-Command! Here’s how you can get involved:
- Discussions: If you have questions, ideas, or suggestions, please participate in our discussion forum.
- Issue Tracker: Found a bug or want to request a new feature? Use our issue tracker.
- Pull Requests: We accept pull requests. You can submit your changes here.
- Corese Official Website
- Mailing List: corese-users@inria.fr
- Join the Mailing List: Send an email to corese-users-request@inria.fr with the subject:
subscribe