Downloads
Access Augmented Semantics tools online or download desktop versions for offline use.
Online Apps (GitHub Pages)
Use the tools directly in your browser — no installation required.
| App | Description | Link |
|---|---|---|
| AE SKOS | SKOS vocabulary browser | Open AE SKOS |
| AE SKOS (ERA) | Pre-configured for ERA vocabularies | Open ERA Edition |
| AE RDF | RDF/SPARQL data browser (all bundled endpoints) | Open AE RDF |
| AE RDF (CORDIS) | Pre-configured for CORDIS Datalab | Open CORDIS Edition |
| AE RDF (ERA OCR) | Pre-configured for the ERA OCR-KG | Open ERA OCR Edition |
| AE RDF (ERA VKM) | Pre-configured for the ERA VKM-KG | Open ERA VKM Edition |
Desktop Apps
Download native desktop applications built with Tauri. Desktop apps provide:
- Offline access
- Native performance
- System tray integration
- Automatic updates
AE SKOS Desktop
| Platform | Download |
|---|---|
| Windows (.msi) | Download for Windows |
| macOS (.dmg) | Download for macOS |
| Linux (.AppImage) | Download for Linux |
ERA RDF Browser
The RDF/SPARQL browser pre-configured for the ERA knowledge graphs (EVR, OCR, ERADIS, VKM, RINF).
- Download the latest release — Windows (.msi / .exe), macOS (.dmg, universal), Linux (.deb / .rpm / .AppImage).
CORDIS RDF Browser
The RDF/SPARQL browser pre-configured for the CORDIS Datalab (EU research projects, results, organisations).
- Download the latest release — Windows (.msi / .exe), macOS (.dmg, universal), Linux (.deb / .rpm / .AppImage).
TIP
Visit the GitHub Releases page for all versions and release notes. The RDF browsers are tagged rdf-era-v* and rdf-cordis-v*.
System Requirements
Web App
- Modern browser (Chrome, Firefox, Edge, Safari)
- JavaScript enabled
- Network access to SPARQL endpoints
Desktop App
- Windows: Windows 10 or later
- macOS: macOS 10.15 (Catalina) or later
- Linux: Ubuntu 20.04+ or equivalent
Source Code
Augmented Semantics is open source. Clone the repository to build from source or contribute:
bash
git clone https://github.com/cognizone/augmented-semantics.git
cd augmented-semantics
pnpm install
pnpm dev:skosSee the GitHub repository for build instructions and contribution guidelines.