Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Open Knowledge Graph (OKG)

An Open Knowledge Graph, OKG, is a knowledge graph, that is, a set of entities and their relationships stored as a graph, that is made publicly available for anyone to query, reuse, and extend.

Openness typically covers both the data, published under an open license, and, often, the schema or ontology used to structure it. Well-known examples include Wikidata and DBpedia, which extract and publish structured facts derived from Wikipedia and other public sources.

In the codebase, an open knowledge graph may be consumed through a public SPARQL endpoint or REST/GraphQL API, or built locally from project data, code, or documentation to represent entities and their relationships.

Documentation

See Also