I am a software developer at deepsearch, and I am passionate about knowledge graphs.
PokemonKG is a knowledge graph that aims to encapsulate the rich and detailed world of Pokémon as portrayed in both games and the anime television series. The current PokemonKG was assembled by integrating information from various community-driven platforms. You can see more details here:
- pokemonkg.org - Website describing the project.
- github.com/pokemon-kg - Repositories of the project.
The exploratory search system can be applied to any RDF-based knowledge graph that is aligned to a rich ontology. This system provides an adaptive user interface with different search paradigms such as full-text search, tree views and faceted navigation. You can see my workshop paper for details: Enabling Exploratory Search on Manufacturing Knowledge Graphs | (Slides).
- khaller93/es-middleware - Middleware offering exploratory search services for a general knowledge graph over a HTTP+JSON API.
- khaller93/es-web-app - Single-page web application providing an user interface for exploring knowledge graphs in a human-friendly manner.
- GQL as the newly released standard for querying property graphs (similar to Cypher).