Connecting Book Knowledge to RDF Knowledge Spaces

Created: 2026-06-01

In the πŸ“„ Book Knowledge Materialization In SIE, we explained how book information can be materialized into KnowledgeNodes. However, information about a book alone is not sufficient to form a rich knowledge space.

In real-world knowledge applications, books are connected to authors, publishers, people, organizations, locations, historical contexts, and related works.

Rather than consolidating all knowledge into a single database, the Semantic Integration Engine (SIE) (SIE) connects multiple RDF knowledge spaces and enables them to be used as a virtual knowledge graph.

Why RDF Integration Matters

The value of a book extends far beyond its bibliographic metadata through its relationships with surrounding knowledge.

For example, a book may have relationships such as the following.

Book
 β”œβ”€ Author
 β”œβ”€ Publisher
 β”œβ”€ Subject
 β”œβ”€ Place
 β”œβ”€ Historical Period
 └─ Related Works

For example, The Tale of Genji naturally connects to knowledge about Murasaki Shikibu, the Heian period, Kyoto, Japanese literature, and court culture.

Such knowledge is typically not stored within a single data source.

RDF Knowledge Spaces Around Books

Various types of knowledge spaces can be used to enrich book knowledge.

RDF Native Sources

These knowledge spaces publish RDF data directly.

  • Wikidata

  • DBpedia

They provide broad knowledge covering people, organizations, places, and events.

Authority Sources

These knowledge spaces focus on identity and authority management.

  • VIAF

  • ISNI

  • ORCID

They are used to identify the same person or organization across multiple systems.

Bibliographic Sources

These sources provide bibliographic information.

  • OpenBD

  • OpenLibrary

  • Google Books

They serve as primary sources for constructing book knowledge.

Cultural Heritage Sources

These knowledge spaces are published by libraries and cultural institutions.

  • National Diet Library

  • Europeana

  • BnF Data

They provide historical and cultural context.

SIE Linking Model

SIE does not take the approach of importing external knowledge spaces into a massive centralized database.

Instead, SIE maintains links from KnowledgeNodes under its control to external knowledge spaces and constructs a federated virtual knowledge space.

Book KnowledgeNode
 β”œβ”€ OpenBD
 β”œβ”€ OpenLibrary
 β”œβ”€ Wikidata
 β”œβ”€ VIAF
 β”œβ”€ ISNI
 └─ National Diet Library

The KnowledgeNode acts as a hub connecting multiple knowledge spaces.

RDF Node Resolution

The same person may be represented by different identifiers in different knowledge spaces.

For example:

Author
 β”œβ”€ OpenBD Author
 β”œβ”€ OpenLibrary Author
 β”œβ”€ Wikidata Entity
 β”œβ”€ VIAF Record
 └─ NDL Authority

SIE maps these records to a single KnowledgeNode.

OpenBD Author
      ↓
KnowledgeNode(Person)
      ↑
Wikidata Person
      ↑
VIAF
      ↑
NDL Authority

This enables integrated use of person knowledge across multiple knowledge spaces.

Federated Knowledge Expansion

Book knowledge can be expanded transitively into many other forms of knowledge.

Book
 ↓
Author
 ↓
Organization
 ↓
Place
 ↓
Historical Period
 ↓
Related Works

Users can explore knowledge starting from a book as the entry point.

Virtual Public Knowledge Space

Each RDF knowledge space operates as an independent knowledge island.

OpenBD
OpenLibrary
Wikidata
DBpedia
VIAF
ISNI
NDL
Europeana

SIE does not consolidate these spaces; it connects them.

As a result, users can access them as if they were a single large knowledge space.

This is not a physical integration but a logical and virtual one.

Architecture Overview

                 +------------------+
                 |  KnowledgeNode   |
                 +---------+--------+
                           |
        +------------------+------------------+
        |                  |                  |
        v                  v                  v
   OpenBD           OpenLibrary         Wikidata
                                              |
                                              v
                                            VIAF
                                              |
                                              v
                                             ISNI
                                              |
                                              v
                                              NDL

Multiple knowledge spaces are connected around the KnowledgeNode.

Conclusion

The value of book knowledge comes not only from bibliographic metadata but also from its connections to external knowledge spaces.

SIE connects multiple RDF knowledge spaces around KnowledgeNodes and forms a virtual knowledge graph.

As a result, a book becomes more than bibliographic metadataβ€”it becomes an entry point into a broader knowledge ecosystem.

References

Glossary

RDF

A W3C-standardized data model that represents information as subject–predicate–object triples.

Semantic Integration Engine (SIE)

An integration engine that unifies structured knowledge (RDF) and document knowledge (SmartDox) derived from the BoK, making them directly accessible to AI.

knowledge graph

A semantic graph-based knowledge base where nodes represent entities or concepts and edges represent their relationships.