Skip to content

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.

AppDescriptionLink
AE SKOSSKOS vocabulary browserOpen AE SKOS
AE SKOS (ERA)Pre-configured for ERA vocabulariesOpen ERA Edition
AE RDFRDF/SPARQL data browser (all bundled endpoints)Open AE RDF
AE RDF (CORDIS)Pre-configured for CORDIS DatalabOpen CORDIS Edition
AE RDF (ERA OCR)Pre-configured for the ERA OCR-KGOpen ERA OCR Edition
AE RDF (ERA VKM)Pre-configured for the ERA VKM-KGOpen 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

PlatformDownload
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).

CORDIS RDF Browser

The RDF/SPARQL browser pre-configured for the CORDIS Datalab (EU research projects, results, organisations).

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:skos

See the GitHub repository for build instructions and contribution guidelines.