# Knowledge graph

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Knowledge_graph
> Markdown URL: https://mediated.wiki/source/Knowledge_graph.md
> Source: https://en.wikipedia.org/wiki/Knowledge_graph
> Source revision: 1355148820
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

Type of knowledge base

For other uses, see [Knowledge graph (disambiguation)](/source/Knowledge_graph_(disambiguation)).

Example conceptual diagram

In [knowledge representation and reasoning](/source/Knowledge_representation_and_reasoning), a **knowledge graph** is a [knowledge base](/source/Knowledge_base) that uses a [graph](/source/Graph_(discrete_mathematics))-structured [data model](/source/Data_model) or [topology](/source/Topology) to represent and operate on [data](/source/Data). Knowledge graphs are often used to store interlinked descriptions of [entities](/source/Named_entity) – objects, events, situations or abstract concepts – while also encoding the free-form [semantics](/source/Semantics) or relationships underlying these entities.[1][2]

Since the development of the [Semantic Web](/source/Semantic_Web), knowledge graphs have often been associated with [linked open data](/source/Linked_data) projects, focusing on the connections between [concepts](/source/Concept) and entities.[3][4] They are also historically associated with and used by [search engines](/source/Search_engine) such as [Google](/source/Knowledge_Graph_(Google)), [Bing](/source/Bing_(search_engine)), and [Yahoo](/source/Yahoo); [knowledge engines](/source/Knowledge_engine) and question-answering services such as [WolframAlpha](/source/WolframAlpha), Apple's [Siri](/source/Siri), and [Amazon Alexa](/source/Amazon_Alexa); and [social networks](/source/Social_network) such as [LinkedIn](/source/LinkedIn) and [Facebook](/source/Facebook).

Recent developments in data science and [machine learning](/source/Machine_learning), particularly in [graph neural networks](/source/Graph_neural_network), representation learning, and machine learning, have broadened the scope of knowledge graphs beyond their traditional use in search engines and [recommender systems](/source/Recommender_system). They are increasingly used in scientific research, with notable applications in fields such as [genomics](/source/Genomics), [proteomics](/source/Proteomics), and [systems biology](/source/Systems_biology).[5]

## History

The term was coined as early as 1972 by the Austrian [linguist](/source/Linguistics) [Edgar W. Schneider](/source/Edgar_W._Schneider), in a discussion of how to build modular instructional systems for courses.[6] In the late 1980s, the [University of Groningen](/source/University_of_Groningen) and [University of Twente](/source/University_of_Twente) jointly began a project called Knowledge Graphs, focusing on the design of [semantic networks](/source/Semantic_network) with edges restricted to a limited set of relations, to facilitate [algebras on the graph](/source/Graph_algebra).[7] In subsequent decades, the distinction between semantic networks and knowledge graphs was blurred.

Some early knowledge graphs were topic-specific. In 1985, [Wordnet](/source/Wordnet) was founded, capturing semantic relationships between words and meanings – an application of this idea to language itself. In 2005, Marc Wirk founded [Geonames](/source/Geonames) to capture relationships between different geographic names and locales and associated entities. In 1998, Andrew Edmonds of Science in Finance Ltd in the UK created a system called ThinkBase that offered [fuzzy-logic](/source/Fuzzy_logic) based reasoning in a graphical context.[8]

In 2007, both [DBpedia](/source/DBpedia) and [Freebase](/source/Freebase_(database)) were founded as graph-based knowledge [repositories](/source/Repository_(version_control)) for general-purpose knowledge.[9] DBpedia focused exclusively on data extracted from [Wikipedia](/source/Wikipedia), while Freebase also included a range of public datasets. Neither described themselves as a 'knowledge graph' but developed and described related concepts.

In 2012, Google introduced their [Knowledge Graph](/source/Knowledge_Graph_(Google)),[10] building on DBpedia and Freebase among other sources. They later incorporated [RDFa](/source/RDFa), [Microdata](/source/Microdata_(HTML)), [JSON-LD](/source/JSON-LD) content extracted from indexed web pages, including the *[CIA World Factbook](/source/The_World_Factbook)*, [Wikidata](/source/Wikidata), and Wikipedia.[10][11] Entity and relationship types associated with this knowledge graph have been further organized using terms from the [schema.org](/source/Schema.org)[12] vocabulary. The Google Knowledge Graph became a complement to string-based search within Google, and its popularity online brought the term into more common use.[12]

Since then, several large multinationals have advertised their use of knowledge graphs, further popularising the term. These include [Facebook](/source/Facebook), [LinkedIn](/source/LinkedIn), [Airbnb](/source/Airbnb), [Microsoft](/source/Microsoft), [Amazon](/source/Amazon.com), [Uber](/source/Uber) and [eBay](/source/EBay).[13]

In 2019, [IEEE](/source/Institute_of_Electrical_and_Electronics_Engineers) combined its annual international conferences on "Big Knowledge" and "Data Mining and Intelligent Computing" into the International Conference on Knowledge Graph.[14]

The development of large language models expanded interest in knowledge graphs as a way to structure information from unstructured text, with advances in language processing enabling their automatic or semi-automatic generation and expansion.[15][16][17] The term knowledge graph has since broadened to include the dynamically constructed and adaptive graph structures, which support retrieval, reasoning, and summarization in generative systems. Microsoft Research's [GraphRAG](https://github.com/microsoft/graphrag) (2024) exemplified this development by integrating LLM-generated graphs into retrieval-augmented generation.

## Definitions

There is no single commonly accepted definition of a knowledge graph. Most definitions view the topic through a Semantic Web lens and include these features:[18]

- *Flexible relations among knowledge in topical domains*: A knowledge graph (i) defines [abstract classes](/source/Abstract_class) and relations of entities in a schema, (ii) mainly describes real world entities and their interrelations, organized in a graph, (iii) allows for potentially interrelating arbitrary entities with each other, and (iv) covers various topical domains.[19]

- *General structure*: A network of entities, their semantic types, properties, and relationships.[20][21] To represent properties, categorical or numerical values are often used.

- *Supporting reasoning over inferred ontologies*: A knowledge graph acquires and integrates information into an ontology and applies a reasoner to derive new knowledge.[3]

There are, however, many knowledge graph representations for which some of these features are not relevant. For those knowledge graphs, this simpler definition may be more useful:

- A digital structure that represents knowledge as concepts and the relationships between them (facts). A knowledge graph can include an ontology that allows both humans and machines to understand and reason about its contents.[22][23]

### Implementations

In addition to the above examples, the term has been used to describe open knowledge projects such as [YAGO](/source/YAGO_(database)) and Wikidata; federations like the Linked Open Data cloud;[24] a range of commercial search tools, including Yahoo's semantic search assistant Spark, Google's [Knowledge Graph](/source/Knowledge_Graph_(Google)), and Microsoft's Satori; and the LinkedIn and Facebook entity graphs.[3]

The term is also used in the context of [note-taking software](/source/Note-taking_software) applications that allow a user to build a [personal knowledge graph](/source/Personal_knowledge_graph).[25]

The popularization of knowledge graphs and their accompanying methods have led to the development of graph databases such as Neo4j,[26] GraphDB[27] and [AgensGraph](https://en.wikipedia.org/w/index.php?title=AgensGraph&action=edit&redlink=1).[28] These graph databases allow users to easily store data as entities and their interrelationships, and facilitate operations such as data reasoning, node embedding, and ontology development on knowledge bases.

In contrast, virtual knowledge graphs do not store information in specialized databases.[29] They rely on an underlying relational database or data lake to answer queries on the graph. Such a virtual knowledge graph system must be properly configured in order to answer the queries correctly. This specific configuration is done through a set of mappings that define the relationship between the elements of the data source and the structure and ontology of the virtual knowledge graph.[30]

## Using a knowledge graph for reasoning over data

Main article: [Ontology (information science)](/source/Ontology_(information_science))

A knowledge graph formally represents semantics by describing entities and their relationships.[31] Knowledge graphs may make use of [ontologies](/source/Ontology_(information_science)) as a schema layer. By doing this, they allow [logical inference](/source/Inference) for retrieving [implicit knowledge](/source/Implicit_knowledge) rather than only allowing queries requesting explicit knowledge.[32]

In order to allow the use of knowledge graphs in various machine learning tasks, several methods for deriving latent feature representations of entities and relations have been devised.[33] These knowledge graph embeddings allow them to be connected to machine learning methods that require feature vectors like [word embeddings](/source/Word_embedding). This can complement other estimates of conceptual similarity.[34][35]

Models for generating useful knowledge graph embeddings are commonly the domain of graph neural networks (GNNs).[36] GNNs are deep learning architectures that comprise edges and nodes, which correspond well to the entities and relationships of knowledge graphs. The topology and data structures afforded by GNNs provide a convenient domain for semi-supervised learning, wherein the network is trained to predict the value of a node embedding (provided a group of adjacent nodes and their edges) or edge (provided a pair of nodes). These tasks serve as fundamental abstractions for more complex tasks such as knowledge graph reasoning and alignment.[37]

### Entity alignment

Two hypothetical knowledge graphs representing disparate topics contain a node that corresponds to the same entity in the real world. Entity alignment is the process of identifying such nodes across multiple graphs.

As new knowledge graphs are produced across a variety of fields and contexts, the same entity will inevitably be represented in multiple graphs. However, because no single standard for the construction or representation of knowledge graph exists, resolving which entities from disparate graphs correspond to the same real world subject is a non-trivial task. This task is known as *knowledge graph entity alignment*, and is an active area of research.[38]

Strategies for entity alignment generally seek to identify similar substructures, semantic relationships, shared attributes, or combinations of all three between two distinct knowledge graphs.[39] Entity alignment methods use these structural similarities between generally non-isomorphic graphs to predict which nodes correspond to the same entity.[40]

In 2023, researchers found success in using large language models (LLMs) in the task of entity alignment. [41] This was in particular thanks to their effectiveness at producing syntactically meaningful embeddings. [*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed)*]

As the amount of data stored in knowledge graphs grows, developing dependable methods for knowledge graph entity alignment becomes an increasingly crucial step in the integration and cohesion of knowledge graph data.

## See also

- [Concept map](/source/Concept_map) – Diagram showing relationships among concepts

- [Formal semantics (natural language)](/source/Formal_semantics_(natural_language)) – Formal study of linguistic meaning

- [Graph database](/source/Graph_database) – Database using graph structures for queries

- [Knowledge base](/source/Knowledge_base) – Information repository with multiple applications

- [Knowledge graph embedding](/source/Knowledge_graph_embedding) – Dimensionality reduction of graph-based semantic data objects [machine learning task]

- [Logical graph](/source/Logical_graph) – Type of diagrammatic notation for propositional logicPages displaying short descriptions of redirect targets

- [Semantic integration](/source/Semantic_integration) – Interrelating info from diverse sources

- [Semantic technology](/source/Semantic_technology) – Technology to help machines understand data

- [Topic map](/source/Topic_map) – Knowledge organization system

- [Vadalog](/source/Vadalog) – Type of Knowledge Graph Management System

- [Wikibase](/source/Wikibase)- Mediawiki Software extensions for creating knowledge bases

- [Wikidata](/source/Wikidata) - Free Knowledge Database Project

- [YAGO (database)](/source/YAGO_(database)) – Open-source information repository

## References

1. **[^](#cite_ref-1)** ["What is a Knowledge Graph?"](https://ontotext.com/knowledgehub/fundamentals/what-is-a-knowledge-graph). *ontotext*. 2018. Retrieved 2025-12-05.

1. **[^](#cite_ref-2)** Kumar Pandey, Atul (2020-12-18). ["What defines a knowledge graph?"](https://www.atulhost.com/what-is-knowledge-graph). *AtulHost*. Retrieved 2025-12-05.

1. ^ [***a***](#cite_ref-Ref1_3-0) [***b***](#cite_ref-Ref1_3-1) [***c***](#cite_ref-Ref1_3-2) Ehrlinger, Lisa; Wöß, Wolfram (2016). [*Towards a Definition of Knowledge Graphs*](http://ceur-ws.org/Vol-1695/paper4.pdf) (PDF). SEMANTiCS2016. Leipzig: Joint Proceedings of the Posters and Demos Track of 12th International Conference on Semantic Systems – SEMANTiCS2016 and 1st International Workshop on Semantic Change & Evolving Semantics (SuCCESS16). pp. 13–16.

1. **[^](#cite_ref-4)** Soylu, Ahmet (2020). ["Enhancing Public Procurement in the European Union Through Constructing and Exploiting an Integrated Knowledge Graph"](https://doi.org/10.1007/978-3-030-62466-8_27). *The Semantic Web – ISWC 2020*. Lecture Notes in Computer Science. Vol. 12507. pp. 430–446. [doi](/source/Doi_(identifier)):[10.1007/978-3-030-62466-8_27](https://doi.org/10.1007%2F978-3-030-62466-8_27). [ISBN](/source/ISBN_(identifier)) [978-3-030-62465-1](https://en.wikipedia.org/wiki/Special:BookSources/978-3-030-62465-1). [S2CID](/source/S2CID_(identifier)) [226229398](https://api.semanticscholar.org/CorpusID:226229398).

1. **[^](#cite_ref-5)** Mohamed, Sameh K.; Nounu, Aayah; Nováček, Vít (2021). ["Biological applications of knowledge graph embedding models"](https://doi.org/10.1093%2Fbib%2Fbbaa012). *Briefings in Bioinformatics*. **22** (2): 1679–1693. [doi](/source/Doi_(identifier)):[10.1093/bib/bbaa012](https://doi.org/10.1093%2Fbib%2Fbbaa012). [hdl](/source/Hdl_(identifier)):[1983/919db5c6-6e10-4277-9ff9-f86bbcedcee8](https://hdl.handle.net/1983%2F919db5c6-6e10-4277-9ff9-f86bbcedcee8). [PMID](/source/PMID_(identifier)) [32065227](https://pubmed.ncbi.nlm.nih.gov/32065227) – via Oxford Academic.

1. **[^](#cite_ref-6)** Schneider, Edward W. (1973). ["Course Modularization Applied: The Interface System and Its Implications For Sequence Control and Data Analysis"](https://files.eric.ed.gov/fulltext/ED088424.pdf) (PDF). Retrieved 5 December 2025.

1. **[^](#cite_ref-7)** Victor, Filippov; Natalya, Ayusheeva; Maria, Kusheeva (2024-03-17). ["Algorithms and methods for automated construction of knowledge graphs based on text sources"](https://www.e3s-conferences.org/articles/e3sconf/pdf/2024/61/e3sconf_uesf2024_03017.pdf) (PDF). *E3S Web of Conferences*. **531**: 03017. [Bibcode](/source/Bibcode_(identifier)):[2024E3SWC.53103017F](https://ui.adsabs.harvard.edu/abs/2024E3SWC.53103017F). [doi](/source/Doi_(identifier)):[10.1051/e3sconf/202453103017](https://doi.org/10.1051%2Fe3sconf%2F202453103017). Retrieved 2025-08-18.

1. **[^](#cite_ref-8)** ["US Trademark no 75589756"](http://tmsearch.uspto.gov/bin/showfield?f=doc&state=4809:rjqm9h.2.1).{{[cite web](https://en.wikipedia.org/wiki/Template:Cite_web)}}: CS1 maint: url-status ([link](https://en.wikipedia.org/wiki/Category:CS1_maint:_url-status))

1. **[^](#cite_ref-9)** Michael, Färber; Basil, Ell; Carsten, Menne; Achim, Rettinger (2015-01-15). ["A Comparative Survey of DBpedia, Freebase, OpenCyc, Wikidata, and YAGO"](https://www.semantic-web-journal.net/system/files/swj1141.pdf) (PDF). *KIT*. Retrieved 2025-08-18.

1. ^ [***a***](#cite_ref-Singhal-2012_10-0) [***b***](#cite_ref-Singhal-2012_10-1) Singhal, Amit (May 16, 2012). ["Introducing the Knowledge Graph: things, not strings"](https://googleblog.blogspot.com/2012/05/introducing-knowledge-graph-things-not.html). *Official Google Blog*. Retrieved 21 March 2017.

1. **[^](#cite_ref-11)** Schwartz, Barry (December 17, 2014). ["Google's Freebase To Close After Migrating To Wikidata: Knowledge Graph Impact?"](https://www.seroundtable.com/google-freebase-wikidata-knowledge-graph-19591.html). *Search Engine Roundtable*. Retrieved December 10, 2017.

1. ^ [***a***](#cite_ref-McCusker_12-0) [***b***](#cite_ref-McCusker_12-1) McCusker, James P.; McGuiness, Deborah L. ["What is a Knowledge Graph?"](https://www.authorea.com/users/6341/articles/107281-what-is-a-knowledge-graph/_show_article). *www.authorea.com*. Retrieved 21 March 2017.

1. **[^](#cite_ref-13)** ["Knowledge Graph Enterprises"](https://web.archive.org/web/20200717063112/https://kgkg.factnexus.com/@3782~167.html). 2020. Archived from [the original](https://kgkg.factnexus.com/@3782~167.html) on 2020-07-17. Retrieved 2020-07-17.

1. **[^](#cite_ref-14)** ["2021 IEEE International Conference on Knowledge Graph (ICKG)*"](https://kmeducationhub.de/ieee-international-conference-big-knowledge-icbk/). *KMedu Hub*. 2017-07-09. Retrieved 2021-03-22.

1. **[^](#cite_ref-15)** Edge, Darren; Trinh, Ha; Cheng, Newman; Bradley, Joshua; Chao, Alex; Mody, Apurva; Truitt, Steven; Metropolitansky, Dasha; Ness, Robert Osazuwa (2025-02-19), [*From Local to Global: A Graph RAG Approach to Query-Focused Summarization*](http://arxiv.org/abs/2404.16130), [arXiv](/source/ArXiv_(identifier)):[2404.16130](https://arxiv.org/abs/2404.16130), retrieved 2025-11-20

1. **[^](#cite_ref-16)** Yih, Wen-tau; Chang, Ming-Wei; He, Xiaodong; Gao, Jianfeng (July 2015). ["Semantic Parsing via Staged Query Graph Generation: Question Answering with Knowledge Base"](https://aclanthology.org/P15-1128/). In Zong, Chengqing; Strube, Michael (eds.). *Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)*. Beijing, China: Association for Computational Linguistics. pp. 1321–1331. [doi](/source/Doi_(identifier)):[10.3115/v1/P15-1128](https://doi.org/10.3115%2Fv1%2FP15-1128).

1. **[^](#cite_ref-17)** Lewis, Patrick; Perez, Ethan; Piktus, Aleksandra; Petroni, Fabio; Karpukhin, Vladimir; Goyal, Naman; Küttler, Heinrich; Lewis, Mike; Yih, Wen-tau; Rocktäschel, Tim; Riedel, Sebastian; Kiela, Douwe (2020). ["Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks"](https://proceedings.neurips.cc/paper/2020/hash/6b493230205f780e1bc26945df7481e5-Abstract.html). *Advances in Neural Information Processing Systems*. **33**. Curran Associates, Inc.: 9459–9474.

1. **[^](#cite_ref-18)** Hogan, Aidan; Blomqvist, Eva; Cochez, Michael; d'Amato, Claudia; de Melo, Gerard; Gutierrez, Claudio; Labra Gayo, José Emilio; Kirrane, Sabrina; Neumaier, Sebastian; Polleres, Axel; Navigli, Roberto; Ngonga Ngomo, Axel-Cyrille; Rashid, Sabbir M.; Rula, Anisa; Schmelzeisen, Lukas; Sequeda, Juan; Staab, Steffen; Zimmermann, Antoine (2021-01-24). "Knowledge Graphs". *ACM Computing Surveys*. **54** (4): 1–37. [arXiv](/source/ArXiv_(identifier)):[2003.02320](https://arxiv.org/abs/2003.02320). [doi](/source/Doi_(identifier)):[10.1145/3447772](https://doi.org/10.1145%2F3447772). [ISSN](/source/ISSN_(identifier)) [0360-0300](https://search.worldcat.org/issn/0360-0300). [S2CID](/source/S2CID_(identifier)) [235716181](https://api.semanticscholar.org/CorpusID:235716181).

1. **[^](#cite_ref-19)** Paulheim, Heiko (2017). ["Knowledge Graph Refinement: A Survey of Approaches and Evaluation Methods"](http://www.semantic-web-journal.net/system/files/swj1083.pdf) (PDF). *Semantic Web*: 489–508. Retrieved 21 March 2017.

1. **[^](#cite_ref-20)** Krötsch, Markus; Weikum, Gerhard (March 2016). ["Editorial of the Special Issue on Knowledge Graphs"](https://doi.org/10.1016/j.websem.2016.04.002). *Journal of Web Semantics*. 37–38: 53–54. [doi](/source/Doi_(identifier)):[10.1016/j.websem.2016.04.002](https://doi.org/10.1016%2Fj.websem.2016.04.002). Retrieved 10 February 2021.

1. **[^](#cite_ref-21)** ["What is a Knowledge Graph?|Ontotext"](https://www.ontotext.com/knowledgehub/fundamentals/what-is-a-knowledge-graph). *Ontotext*. Retrieved 2020-07-01.

1. **[^](#cite_ref-22)** Peng, Ciyuan; Feng, Xia; Naseriparsa, Mehdi; Osborne, Francesco (2023). ["Knowledge Graphs: Opportunities and Challenges"](https://doi.org/10.1007/s10462-023-10465-9). *Artificial Intelligence Review*. **56** (11): 13071–13102. [arXiv](/source/ArXiv_(identifier)):[2303.13948](https://arxiv.org/abs/2303.13948). [doi](/source/Doi_(identifier)):[10.1007/s10462-023-10465-9](https://doi.org/10.1007%2Fs10462-023-10465-9). [ISSN](/source/ISSN_(identifier)) [1573-7462](https://search.worldcat.org/issn/1573-7462). [PMC](/source/PMC_(identifier)) [10068207](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10068207). [PMID](/source/PMID_(identifier)) [37362886](https://pubmed.ncbi.nlm.nih.gov/37362886).

1. **[^](#cite_ref-23)** ["The Knowledge Graph about Knowledge Graphs"](https://web.archive.org/web/20200717054553/https://kgkg.factnexus.com/@3782~6.html). 2020. Archived from [the original](https://kgkg.factnexus.com/@3782~6.html) on 2020-07-17.

1. **[^](#cite_ref-24)** ["The Linked Open Data Cloud"](https://lod-cloud.net/). *lod-cloud.net*. Retrieved 2020-06-30.

1. **[^](#cite_ref-25)** Pyne, Yvette; Stewart, Stuart (March 2022). ["Meta-work: how we research is as important as what we research"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8884432). *[British Journal of General Practice](/source/British_Journal_of_General_Practice)*. **72** (716): 130–131. [doi](/source/Doi_(identifier)):[10.3399/bjgp22X718757](https://doi.org/10.3399%2Fbjgp22X718757). [PMC](/source/PMC_(identifier)) [8884432](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8884432). [PMID](/source/PMID_(identifier)) [35210247](https://pubmed.ncbi.nlm.nih.gov/35210247).

1. **[^](#cite_ref-26)** ["Neo4j Graph Database & Analytics | Graph Database Management System"](https://neo4j.com/). *Neo4j*. Retrieved 8 November 2023.

1. **[^](#cite_ref-27)** ["Ontotext GraphDB"](https://www.ontotext.com/products/graphdb/). *Ontotext*. Retrieved 8 November 2023.

1. **[^](#cite_ref-28)** ["An Enterprise Graph Database Management System"](https://bitnine.net/agensgraph/). *Bitnine.net*. Retrieved 19 February 2025.

1. **[^](#cite_ref-29)** Sa, Wang (2025-02-07). ["Knowledge Graph"](https://www.puppygraph.com/blog/knowledge-graph). *www.puppygraph.com*. Retrieved 2025-08-18.

1. **[^](#cite_ref-30)** Xiao, Guohui; Ding, Linfang; Cogrel, Benjamin; Calvanese, Diego (2019). ["Virtual Knowledge Graphs: An Overview of Systems and Use Cases"](https://direct.mit.edu/dint/article/1/3/201/9978/Virtual-Knowledge-Graphs-An-Overview-of-Systems). *Data Intelligence*. **1** (3): 201–223. [doi](/source/Doi_(identifier)):[10.1162/dint_a_00011](https://doi.org/10.1162%2Fdint_a_00011).

1. **[^](#cite_ref-31)** ["How do knowledge graphs work?"](https://www.stardog.com/knowledge-graph/). *Stardog*. 2022-04-05. Retrieved 2022-04-05.

1. **[^](#cite_ref-32)** ["Unlocking the Power of Google Knowledge Panel: How to Obtain and Claim Yours in 2023 – RH Razu"](https://rhrazu.com/google-knowledge-panel-obtain-and-claim-yours-in-2023/). *rhrazu.com*. 2023-09-01. Retrieved 2023-09-05.

1. **[^](#cite_ref-33)** Jens, Lehmann (2021-07-15). ["Representation Learning in Knowledge Graphs"](https://jens-lehmann.org/research-areas/representation-learning-in-knowledge-graphs/). *jens-lehmann.org*. Retrieved 2025-08-18.

1. **[^](#cite_ref-34)** Hongwei Wang (October 2018). "RippleNet: Propagating User Preferences on the Knowledge Graph for Recommender Systems". *Proceedings of the 27th ACM International Conference on Information and Knowledge Management*. pp. 417–426. [arXiv](/source/ArXiv_(identifier)):[1803.03467](https://arxiv.org/abs/1803.03467). [doi](/source/Doi_(identifier)):[10.1145/3269206.3271739](https://doi.org/10.1145%2F3269206.3271739). [ISBN](/source/ISBN_(identifier)) [9781450360142](https://en.wikipedia.org/wiki/Special:BookSources/9781450360142). [S2CID](/source/S2CID_(identifier)) [3766110](https://api.semanticscholar.org/CorpusID:3766110).

1. **[^](#cite_ref-35)** Ristoski, Petar; Paulheim, Heiko (2016), ["RDF2Vec: RDF Graph Embeddings for Data Mining"](https://madoc.bib.uni-mannheim.de/41307/1/Ristoski_RDF2Vec.pdf) (PDF), *The Semantic Web – ISWC 2016*, Lecture Notes in Computer Science, vol. 9981, pp. 498–514, [doi](/source/Doi_(identifier)):[10.1007/978-3-319-46523-4_30](https://doi.org/10.1007%2F978-3-319-46523-4_30), [ISBN](/source/ISBN_(identifier)) [978-3-319-46522-7](https://en.wikipedia.org/wiki/Special:BookSources/978-3-319-46522-7)

1. **[^](#cite_ref-36)** Zhou, Jie; et al. (2020). ["Graph neural networks: A review of methods and applications"](https://doi.org/10.1016%2Fj.aiopen.2021.01.001). *AI Open*. **1** (1): 57–81. [arXiv](/source/ArXiv_(identifier)):[1812.08434](https://arxiv.org/abs/1812.08434). [doi](/source/Doi_(identifier)):[10.1016/j.aiopen.2021.01.001](https://doi.org/10.1016%2Fj.aiopen.2021.01.001). [S2CID](/source/S2CID_(identifier)) [56517517](https://api.semanticscholar.org/CorpusID:56517517) – via Elsevier Science Direct.

1. **[^](#cite_ref-37)** Ye, Zi; Kumar, Yogan Jaya; Sing, Goh Ong; Song, Fengyan; Wang, Junsong (2022). ["A comprehensive survey of graph neural networks for knowledge graphs"](https://doi.org/10.1109%2FACCESS.2022.3191784). *IEEE Access*. **10**: 75729–7574. [Bibcode](/source/Bibcode_(identifier)):[2022IEEEA..1075729Y](https://ui.adsabs.harvard.edu/abs/2022IEEEA..1075729Y). [doi](/source/Doi_(identifier)):[10.1109/ACCESS.2022.3191784](https://doi.org/10.1109%2FACCESS.2022.3191784). [S2CID](/source/S2CID_(identifier)) [250654689](https://api.semanticscholar.org/CorpusID:250654689) – via IEEE Xplore.

1. **[^](#cite_ref-38)** Berrendorf, Max; Faerman, Evgeniy; Melnychuk, Valentyn; Tresp, Volker; Seidl, Thomas (April 14–17, 2020). *Knowledge graph entity alignment with graph convolutional networks: lessons learned*. Advances in Information Retrieval: 42nd European Conference on IR Research, ECIR 2020, Lisbon, Portugal. Lecture Notes in Computer Science. Vol. Proceedings, Part II. pp. 3–11. [arXiv](/source/ArXiv_(identifier)):[1911.08342](https://arxiv.org/abs/1911.08342). [doi](/source/Doi_(identifier)):[10.1007/978-3-030-45442-5_1](https://doi.org/10.1007%2F978-3-030-45442-5_1). [ISBN](/source/ISBN_(identifier)) [978-3-030-45441-8](https://en.wikipedia.org/wiki/Special:BookSources/978-3-030-45441-8). [S2CID](/source/S2CID_(identifier)) [208158314](https://api.semanticscholar.org/CorpusID:208158314) – via Springer International Publishing.

1. **[^](#cite_ref-39)** Zequn, Sun; Qingheng, Zhang; Wei, Hu; Chengming, Wang; Muhao, Chen; Farahnaz, Akrami; Chengkai, Li (2020-03-26). ["A Benchmarking Study of Embedding-based Entity Alignment for Knowledge Graphs"](https://par.nsf.gov/servlets/purl/10302370). *Proceedings of the VLDB Endowment*. **13** (12): 2326–2340. [arXiv](/source/ArXiv_(identifier)):[2003.07743](https://arxiv.org/abs/2003.07743). [doi](/source/Doi_(identifier)):[10.14778/3407790.3407828](https://doi.org/10.14778%2F3407790.3407828). Retrieved 2025-08-18.

1. **[^](#cite_ref-40)** Chaurasiya, Deepak; Surisetty, Anil; Kumar, Nitish; Singh, Alok; Dey, Vikrant; Malhotra, Aakarsh; Dhama, Gaurav; Arora, Ankur (2022). "Entity alignment for knowledge graphs: progress, challenges, and empirical studies". [arXiv](/source/ArXiv_(identifier)):[2205.08777](https://arxiv.org/abs/2205.08777) [[cs.AI](https://arxiv.org/archive/cs.AI)].

1. **[^](#cite_ref-41)** Hogan, Aidan; Lippolis, Anna Sofia; Klironomos, Antonis; Milon-Flores, Daniela F.; Zheng, Heng; Jouglar, Alexane; Norouzi, Ebrahim (2023). ["Enhancing Entity Alignment Between Wikidata and ArtGraph using LLMs"](https://aidanhogan.com/docs/art_wikidata_kgs_llms.pdf) (PDF). *Proceedings of the International Workshop on Semantic Web and Ontology Design for Cultural Heritage* – via International Workshop on Semantic Web and Ontology Design for Cultural Heritage (SWODCH), Athens, Greece.

## External links

**Knowledge graph** at Wikipedia's [sister projects](https://en.wikipedia.org/wiki/Wikipedia:Wikimedia_sister_projects):

- [**Media**](https://commons.wikimedia.org/wiki/Category:Knowledge_graphs) from Commons
- [**Data**](https://www.wikidata.org/wiki/Q33002955) from Wikidata

- Will Douglas Heaven (4 September 2020). ["This know-it-all AI learns by reading the entire web nonstop"](https://www.technologyreview.com/2020/09/04/1008156/knowledge-graph-ai-reads-web-machine-learning-natural-language-processing/). *MIT Technology Review*. Retrieved 5 September 2020. Diffbot is building the biggest-ever knowledge graph by applying image recognition and natural-language processing to billions of web pages.

[Scholia](https://www.wikidata.org/wiki/Wikidata:Scholia) has a *topic* profile for ***[Knowledge graph](https://iw.toolforge.org/scholia/topic/Q33002955)***.

Authority control databases: National Czech Republic

---
Adapted from the Wikipedia article [Knowledge graph](https://en.wikipedia.org/wiki/Knowledge_graph) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Knowledge_graph?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
