Knowledge Graphs 4 - Querying your knowledge graph using .NET
This installment leaves the CLI behind to show how we consume a knowledge graph within our programmatic environments. The framework I use to work with RDF is dotNetRdf.
This is part 4 of an ongoing series providing a little background on ‘knowledge graphs’. The aim is to let software developers get up to speed as fast as possible. No theory, no digressions, and no history, just practical knowledge.
Knowledge Graphs 101 Knowledge Graphs 2 – Playing on the CLI Knowledge Graphs 3 – Using a Triple Store Knowledge Graphs 4 – Querying your knowledge graph using .