knowledge graphs

Designing graph-based representations of entities and relations using RDF/OWL or property-graph models, creating ontologies/schemas, implementing stores (Neo4j, Blazegraph), performing entity linking and querying with SPARQL or Cypher, and using graph embeddings for inference and search.

knowledgegraphs

12-Month Skill Trend

Momentum and market value over time
Trending
Score
+20 in 12 mo
96
12 mo agoNow
Career
Value
+$12K in 12 mo
$42K/year
12 mo agoNow

Recommended Survey Paper

Quick overview of the field
View more

Must-Read Papers

Most classic and influential ideas
View more

Semantic Web: Past, Present, and Future

Dec 22, 2024
AS
A. Scherp
🏛️ Ulm University | Carl Zeiss SMT GmbH | Charles University | TU Wien | Leibniz University of Hannover | TIB-Leibniz Information Centre for Science and Technology

This paper addresses two critical gaps in the evolution of the Semantic Web: (1) the theoretical lag behind practical applications, and (2) insufficient integration of trustworthiness mechanisms with AI. To bridge these gaps, we propose a unified analytical framework that synergistically integrates classical semantic technologies with modern AI. Methodologically, we extend the canonical “layered cake” model into a novel three-dimensional paradigm encompassing trustworthy computing, industrial validation, and LLM–KG co-adaptation—systematically unifying RDF/OWL representation, rule-based reasoning, distributed SPARQL query processing, knowledge graph embedding, graph neural networks, and LLM–KG alignment techniques. Our contributions include: (1) a comprehensive technology landscape charting 50 years of Semantic Web development; (2) a clarified integration roadmap for knowledge graphs and AI—particularly large language models; and (3) theoretical foundations and practical guidelines for building next-generation semantic infrastructure that is trustworthy, interpretable, and adaptive.

Enhance traditional Semantic Web concepts with recent developments like provenanceExplore machine learning methods on knowledge graphs and language model relationsRecap classical foundations and modern applications of Semantic Web technologies

Condensed Representation of RDF and its Application on Graph Versioning

Jun 26, 2025
JP
Jey Puget Gil
🏛️ Universite Claude Bernard Lyon 1 | CPE Lyon | Université Lumière Lyon 2 | Ecole Centrale de Lyon

To address the challenges of efficiently organizing, storing, and querying evolving data in dynamic knowledge graphs, this paper proposes a condensation-based representation model for RDF graphs, formally defining a compact cross-temporal structure. Methodologically, it integrates graph compression with delta encoding to construct a temporal graph storage framework supporting multi-source, heterogeneous version management. Its key contributions are: (i) the first application of condensation-based representation to knowledge graph versioning, enabling explicit modeling of inter-version relationships while preserving semantic integrity; and (ii) substantial improvements in storage efficiency—achieving 60%–85% compression—and query performance—reducing cross-version traceability and incremental query latency by an average factor of 3.2. This work establishes both a novel theoretical foundation and a practical technical pathway for scalable version management of dynamic knowledge graphs.

Formalize condensed representation of evolving graphsModel evolving domain relationships using knowledge graphsOrganize constantly updating knowledge graph data

Existing graph databases lack effective support for the tree-shaped substructures commonly found in property graphs. This work addresses this limitation by treating such tree substructures as first-class citizens and proposes a systematic management framework encompassing modeling, indexing, and query optimization. Drawing inspiration from XML structural indexing techniques, the approach enables efficient path queries within a relational graph database backend. Experimental evaluation demonstrates that the proposed method significantly improves path query performance, thereby validating the potential of structural indexing to enhance graph data management.

graph schemasproperty graphsquery languages

Domain specific ontologies from Linked Open Data (LOD)

Jan 08, 2022
RA
Rosario A. Uceda-Sosa
🏛️ IBM

Entity disambiguation and linking in IT domains suffer from poor domain adaptability and difficulty in incorporating domain-specific knowledge when relying solely on general-purpose knowledge graphs (e.g., Wikidata, DBpedia). Method: This paper proposes a lightweight, extensible ontology construction method tailored for the IT domain. Starting from general Linked Open Data (LOD) resources, it employs a domain-agnostic pipeline and—novelly—integrates an IT-specific terminology lexicon to drive ontology schema expansion. The approach synergistically combines SPARQL querying, RDF reasoning, and ontology alignment. Contribution/Results: The resulting paradigm balances generality and domain specificity, significantly improving accuracy in IT entity disambiguation and linking. It establishes a low-barrier, reusable ontology engineering framework that supports continuous injection of proprietary domain knowledge, thereby enabling sustainable, scalable domain ontology development.

Bootstrapping IT ontology using domain-agnostic and domain-specific methodsEnhancing entity disambiguation with domain-specific knowledge graphsImproving efficiency in consuming and extending proprietary content

Semantic Units: Increasing Expressivity and Simplicity of Formal Representations of Data and Knowledge in Knowledge Graphs

Jul 15, 2024
LV
Lars Vogt
🏛️ TIB Leibniz Information Centre for Science and Technology

RDF/OWL exhibits insufficient semantic flexibility and weak cognitive interoperability for scientific knowledge representation, hindering compliance with FAIR principles. Method: This paper proposes the Semantic Unit framework, structuring knowledge graphs into semantically explicit, identifiable subgraphs. It introduces novel resource types (e.g., *some*, *most*, *every*, *all-instances*), supports assertions, conditionals, negation, cardinality constraints, and executable question-answering. It defines fine-grained subclasses—Statement Unit, Composite Unit, and Question-Answering Unit—eliminating blank node dependencies entirely. Modeling extends RDF/OWL, incorporates semantic subgraph partitioning, blank-node-free formalization, and graph-query-driven QA encoding. Contribution/Results: The framework systematically resolves 11 categories of FAIR implementation barriers. It achieves, for the first time, unified semantic modeling of assertions, prototypes, universality, negation, directives, and logical arguments, while enabling native graph-query execution.

Addressing OWL/RDF limitations like negation and cardinalityEnhancing semantic flexibility in RDF/OWL knowledge graphsImproving cognitive interoperability for scientific domains

Latest Papers

What's happening recently
View more

This work addresses the limitations of traditional knowledge graph construction approaches, wherein structural decisions are hard-coded into rigid pipelines, resulting in tight coupling between schema and construction process and hindering support for ontology-level tasks. To overcome this, the authors propose an ontology-oriented construction framework featuring a novel intrinsic-relational routing mechanism. This mechanism dynamically assigns attributes to corresponding schema modules through iterative attribute classification, enabling a declarative and reusable decoupled design. The pipeline integrates rule-based cleaning, tool-augmented large language model–assisted annotation, and human review. Evaluated on Wikidata (January 2026), the resulting graph comprises 34 million nodes and 61.2 million edges, achieving 93.3% schema coverage and 98.0% module assignment accuracy, effectively supporting five ontology-level applications.

knowledge graphontologyproperty graph

This work presents the first systematic approach to instance-free schema inference under property graph query transformations. Given a ProGS input schema and a G-CORE query, the authors propose a multi-layer mapping technique that translates property graphs, schemas, and queries into RDF, SHACL, and SPARQL CONSTRUCT representations, respectively, enabling automatic derivation of structural constraints on the output graph via description logic reasoning. By leveraging RDF reification and cross-language semantic bridging, the method establishes a sound and semantically equivalent metatheoretical foundation. This enables generic output schema inference applicable to any input graph conforming to the given schema, while formally verifying both the correctness of the derived constraints and the semantic fidelity of the mappings.

graph queriesoutput schemaproperty graphs

Graph Queries from Natural Language using Constrained Language Models and Visual Editing

Nov 30, 2025
BK
Benedikt Kantz
🏛️ Graz University of Technology

To address the challenge non-expert users face in directly querying knowledge graphs, this paper proposes a natural language-driven interactive query construction method. The approach employs a two-stage constrained language model that integrates ontology-based semantic constraints to generate syntactically and semantically valid query prototypes—thereby avoiding invalid classes, relations, and grammatical errors. A visual editor enables users to iteratively refine queries via natural language descriptions and graphical adjustments. Finally, an interpretable SPARQL translation pipeline converts the refined prototype into standard SPARQL. Evaluated across multiple ontologies and language models, the system consistently produces correct SPARQL queries without manual intervention, outperforming existing baselines in both retrieval accuracy and efficiency. Validation through synthetic data experiments and an initial user study confirms the method’s effectiveness, usability, and practical applicability.

Consistently generates valid SPARQL queries without syntax or ontology correctionsConverts natural language to prototype graphs using constrained language model generationEnables non-experts to query knowledge graphs via natural language and visual editing

This study addresses the challenge in attributed graph schema design of whether repeatedly occurring descriptive attributes should be embedded within nodes or externalized as reusable metadata. Building upon Fifth Normal Form (5NF), the authors propose a principled decision framework that systematically identifies metadata candidates based on semantic criteria rather than mere repetition frequency. The approach classifies attributes into characteristic nodes, embedded properties, or borderline cases using five key principles: cross-element occurrence frequency, conceptual independence, lossless externalizability, reuse potential, and governance relevance. Empirical validation through a library domain case study and an entity classification task demonstrates that repetition alone is insufficient for externalization decisions—semantic judgment is essential. The proposed method significantly enhances the accuracy, consistency, and reusability of metadata modeling in graph-based systems.

embedded propertiesmetadataproperty graph schemas

This work addresses the limited expressiveness of existing graph query languages—such as GQL and SQL/PGQ—which lack full compositionality and cannot capture complex path queries within the NLOGSPACE complexity class. To overcome this limitation, the paper introduces a novel query language that unifies graph pattern matching with relational querying through two key innovations: regular path queries enriched with variables and data-value comparisons, and a #Datalog-based graph transformation mechanism capable of constructing nodes, edges, and paths. This combination enables, for the first time, a systematically compositional approach to graph querying that precisely captures the full expressive power of NLOGSPACE. The proposed language not only resolves fundamental expressiveness gaps in current standards but also offers a practical and theoretically grounded extension pathway for both GQL and SQL/PGQ.

compositionalityexpressivitygraph query languages

Hot Scholars

XL

Xunkai Li

School of Computer Science and Technology, Beijing Institution of Technology
Data-centric AIGraph MLAI4Science
JC

Jiaoyan Chen

Department of Computer Science, University of Manchester
Knowledge GraphOntologyMachine LearningLarge Language Model
PS

Philip S. Yu

Professor of Computer Science, University of Illinons at Chicago
Data miningDatabasePrivacy
YS

Yangqiu Song

HKUST
Artificial IntelligenceData MiningNatural Language ProcessingKnowledge Graphs