Skip to content

corese-stack/corese-gui

Repository files navigation

Corese-GUI logo
Graphical User Interface for the Semantic Web of Linked Data

License: CeCILL-C Discussions Documentation

Corese-GUI

Corese-GUI is the desktop application of the Corese Semantic Web stack. It provides a visual workspace to load RDF data, execute SPARQL queries, inspect results, validate SHACL constraints, and run reasoning workflows.

Features

  • Load and explore RDF datasets
  • Execute SPARQL queries (SELECT, CONSTRUCT, ASK, UPDATE)
  • Visualize graph results
  • Validate data with SHACL
  • Apply reasoning with built-in and custom rules
  • Manage data, query, validation, logs, and settings from dedicated views

Data graph exploration view Reasoning workspace with custom rules

SPARQL query template dialog SPARQL SELECT table results

SPARQL CONSTRUCT graph result SHACL shapes editor

Downloads

Windows

macOS

Linux

See the latest stable release and the development pre-release.

Standalone JAR files require Java 25 to be installed manually.

Build and Run (local)

./gradlew clean check
./gradlew run

Build artifacts for the current platform:

./gradlew packageCurrentPlatform

Documentation

Contributing