Corese-GUI
April 27, 2026 ยท View on GitHub
Graphical User Interface for the Semantic Web of Linked Data
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
Downloads
Windows
macOS
- Installer for Apple Silicon (arm64, .dmg)
- Installer for Intel (x64, .dmg)
- Standalone JAR for Apple Silicon (arm64)
- Standalone JAR for Intel (x64)
Linux
- Flatpak (recommended)
- App archive (x64, .tar.gz)
- App archive (arm64, .tar.gz)
- Standalone JAR (x64)
- Standalone JAR (arm64)
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