Knowledge Graph

HomeGlossarKnowledge Graph

Ein Knowledge Graph ist eine strukturierte Datenbank von Entitäten und ihren Beziehungen. Suchmaschinen und KI-Systeme nutzen Knowledge Graphs, um zu verstehen, was Dinge sind, wie sie miteinander in Beziehung stehen und ob eine Quelle vertrauenswürdig ist. Googles Knowledge Graph treibt die Entity-Erkennung in der Suche an.

What a knowledge graph contains

A knowledge graph stores facts about entities as structured triples: subject, predicate, object. For example:

  • Grupa Insight — is a — Digital Agency
  • Grupa Insight — located in — Marki, Poland
  • Rafał Grudowski — works for — Grupa Insight
  • Next.js — is a — JavaScript Framework

These relationships allow search engines to answer factual questions, understand context, and connect related entities without relying solely on keyword matching.

Google's Knowledge Graph

Google's Knowledge Graph was introduced in 2012 and has grown to include billions of entities. It powers:

  • Knowledge panels in search results
  • Entity disambiguation — understanding that "Apple" means the company or the fruit depending on context
  • Related searches and entity connections
  • AI Overviews — where entity recognition helps determine which sources are relevant and credible

How to get into the Knowledge Graph

There is no direct submission process for Google's Knowledge Graph. Entities are added through a combination of signals:

  • Wikipedia and Wikidata presence
  • Consistent structured data across the web using schema.org
  • Strong entity footprint: consistent name, description, and profiles across trusted sources
  • Google Business Profile for local businesses
  • Mentions and citations in credible external sources

Knowledge Graph and AI Search

AI search systems use knowledge graph data to:

  • Identify whether a brand is a recognized entity
  • Understand what a brand does and who it serves
  • Determine whether content should be attributed to a specific organization or person
  • Assess the credibility of a source based on its entity relationships

A brand that exists clearly in knowledge graph data is more likely to be correctly identified and cited by AI systems than one that is entity-ambiguous.

Practical implications for brands

Building knowledge graph presence requires the same steps as building entity clarity for AI Search:

  • Consistent Organization schema with sameAs links to Wikipedia, Wikidata, LinkedIn, and verified directories
  • Named author profiles with Person schema
  • Google Business Profile with accurate, complete information
  • External mentions in credible industry sources
  • Consistent brand descriptions across all profiles

Source

Google Knowledge Graph documentation at developers.google.com/knowledge-graph. Schema.org vocabulary at schema.org