Navigate Linked Data through semantic similarity instead of search.
Website: https://www.opendatadex.com
OpenDataDEx is an interactive semantic navigation platform for RDF and Linked Data.
A SPARQL CONSTRUCT query defines a navigable perspective over an RDF dataset, which OpenDataDEx transforms into an interactive semantic graph. Instead of searching for information, users navigate between related concepts through shared semantic descriptions.
Because navigation is defined by a SPARQL CONSTRUCT query rather than a fixed schema, the same application can be used to explore arbitrary RDF datasets from different domains.
Selecting any object recenters the graph around it, allowing knowledge to be explored one relationship at a time. The same application can generate entirely different knowledge spaces—from astronomy and law to biology and public domain works—simply by changing the underlying SPARQL query.
OpenDataDEx treats RDF as a medium for navigation rather than simply a format for storing data.
Objects are described by semantic tags (property–value pairs). Formal Concept Analysis is used to discover candidate semantic neighborhoods, which are then ranked using a custom semantic similarity heuristic. Rather than relying on manually curated relationships, semantic structure is discovered directly from the data.
SPARQL Endpoint
│
▼
RDF CONSTRUCT Query
│
▼
RDF Graph
│
▼
Formal Concept Analysis
│
▼
Semantic Similarity Heuristic
│
▼
Interactive Knowledge Explorer
Every node is both a destination and a new starting point, allowing users to continuously explore a knowledge space from different perspectives.
- Generate semantic navigation graphs directly from SPARQL endpoints
- Discover semantic neighborhoods using Formal Concept Analysis and a custom semantic similarity heuristic
- Navigate RDF datasets through semantic similarity instead of keyword search
- Compare shared, similar, and unique semantic tags between related objects
- Browse linked resources directly within the application
- Generate new navigable perspectives using custom SPARQL
CONSTRUCTqueries - Reuse the same application across multiple knowledge domains
- Python
- Flask
- RDFLib
- SPARQL
- Formal Concept Analysis
- Cytoscape.js
- HTML / CSS / JavaScript
OpenDataDEx is a project of The Knowledge Commons, an initiative focused on helping communities publish, connect, and navigate knowledge using open Semantic Web technologies.
The project explores an alternative interaction model for Linked Data in which semantic relationships become the primary means of navigation rather than search.