|

Knowledge graphs

technology, classroom, education, learning, education technology, learning concept, diagram, white board, drawing, graph, education, education, learning, learning, learning, learning, learning, diagram

Knowledge graph is a way of representing information where entities/nodes (people, places, products, concepts) are linked by relationships/edges (works, creates, has ). It is a semantic network that captures facts and context. There is also an ontology that defines different types of node/edges and defines what types exist and how they relate. These are used to integrate large datasets and give a visual trace of inference pathways.

One place they are used is to show health records and genomic data and can surface relationships between events with entities. A typical database just stores the data in a file vs a knowledge graph where the interaction between nodes is the key. In this scenario one entity/fact can be related to many others thus enabling inference and context aware queries. It’s use in fraud detection shows that it can be used in real time analytics, though its use for uncertain facts might need probabilistic edges. One way to visualize this is to move from Patient A → has high lead concentration in blood → ADHD diagnosis. It can help detect patterns on a longer path too : Patient B → all blood tests normal → has muscle weakness → did gene test → showed dystrophin abnormality → lead to Myotonic dystrophy.

This these methods can add meaning to data and turn them into a network that can be traversed, reasoned and visualized. They have been used in recommendation engines to recommend new books, movies to customers based on their similar borrows in the past. In healthcare, it can be used to identify patterns such as which patients have been prescribed a specific medication and then trying to find links between diagnosis and genetic history.

A typical platform that is used in the open source community is Neo4j for a graph database that uses a Cypher query language and has a built in visualizer (Bloom)

Similar Posts

  • AI Automations

    The AI automations have only increased. There is one interesting one that has been receiving publicity. Check it out: https://knowledgework.ai It takes notes while the person is working and becomes the second brain. Privacy and access may be of concern but capability is available with AI tools.

  • |

    AI for drug discovery

    There are many companies that promise AI for drug discovery such as ChatGPT from OpenAI, Anthropic’s AI suite and Perplexity and there are more companies coming up too. One specific company that is unusual is that it seems to be promising much more deeper understanding of the drug discovery pathways then the others. It can…

  • |

    Open source protein models

    A company called Profluent (profluent.bio) has been developing protein models that can be used for designing new proteins (https://www.nature.com/articles/s41587-022-01618-2), modeling of new CRISPR-Cas sequences (https://www.nature.com/articles/s41586-025-09298-z) and developing LLM for protein generation (https://www.biorxiv.org/content/10.1101/2025.11.12.688125v1.article-info). What is amazing is that they have open sourced all their models and Profluent-E1 is available in GitHub to download and use. (https://github.com/Profluent-AI/E1)…

  • Time technology

    Currently the line of thinking is that technology is complex and we need to complex instrumentation and thoughtful experiments over a long period of time before a new technology is created. However, consider time. We take for granted that the clock divides the day into 60 minutes, with 60 seconds per minute and 24 hours…