The web you use every day was built for humans to read, not for machines to understand. A search engine can find a page that contains the words “Tagore” and “Nobel,” but it does not truly know that Rabindranath Tagore won the Nobel Prize in Literature in 1913. That gap between text and meaning is exactly what the next generation of knowledge organisation is trying to close. Libraries, archives, and information centres have spent over a century building classification schemes, thesauri, and subject headings to organise knowledge. The question now is how these traditional systems survive and thrive on a web that is increasingly read by software, search bots, and artificial intelligence. This is where the Semantic Web enters the story.

Table of Contents

What the semantic web actually means

The Semantic Web is not a separate internet. It is an extension of the web we already use, designed to give data well-defined meaning so that computers and people can work together more effectively. The idea was introduced in 2001 by Tim Berners-Lee, the inventor of the web, along with James Hendler and Ora Lassila. Their vision was a web of linked, machine-readable data where intelligent agents could carry out tasks on a user’s behalf.

To make this work, information has to be structured. On the traditional web, a page about a book is just a block of text. On the Semantic Web, that same information is broken into small, logical statements that a machine can process. Each statement follows a simple pattern: a subject, a predicate, and an object. For example, “Premchand (subject) wrote (predicate) Godaan (object).” Thousands of such statements, linked together, form a web of meaning rather than a web of documents.

From documents to linked data

This shift has a direct impact on knowledge organisation systems, often shortened to KOS. A KOS is any tool that organises knowledge: a classification scheme like Dewey Decimal, a thesaurus, a taxonomy, a list of subject headings, or an ontology. For decades these systems lived inside library catalogues and printed volumes. The Semantic Web invites them onto the open web as structured, shareable data that any system can reuse. Knowledge graphs, which power features in modern search engines, are a practical result of this idea. They link entities such as people, places, and works so that a search for one concept can surface related ones, turning isolated facts into an interconnected network where relationships reveal new patterns.

The challenges holding KOS development back

Moving traditional organisation systems onto the web is not simply a matter of uploading old files. Several real problems stand in the way, and understanding them is essential for anyone studying information science today.

Interoperability and semantic conflicts

The biggest hurdle is interoperability, which means getting different systems to understand each other. A medical library, a national archive, and a university repository may each describe the same concept using different vocabularies. When their collections need to be searched together, these mismatches create confusion. Mapping between different KOS, both within one language and across languages, remains a pressing concern if heterogeneous collections of resources are to be integrated. This is why semantic interoperability is treated as a core goal for organisations that provide access to information across different contexts. Without it, structured data stays trapped in separate silos.

Data structuring and maintenance

Structuring data correctly is demanding work. A KOS published on the web is rarely finished. Vocabularies are updated as new concepts emerge, and every new version can break the links that other datasets have built to the older version. Updating a controlled vocabulary is a knowledge-intensive task that requires careful deliberation, and when a new version is released, users who linked their data to the previous one may find their links are no longer valid. These version chains create ramifications for both publishers and the people who depend on the vocabulary. Maintaining quality, consistency, and scalability over time is one of the hardest parts of implementing knowledge graphs in real library settings.

User-centric design

Finally, these systems must serve actual people, not just machines. A perfectly logical ontology is useless if researchers and students cannot navigate it. User-centric design focuses on how someone actually searches, browses, and discovers information. KOS support this by enabling query expansion, where the system uses broader and related terms to help users execute precise searches and discover more relevant content. The challenge is designing interfaces that hide the technical complexity while still delivering its benefits.

The role of W3C standards: RDF and OWL

None of this would be possible without shared rules. The body responsible for these rules is the World Wide Web Consortium, or W3C, the same organisation that maintains the core standards of the web. For the Semantic Web, the W3C has developed a family of standards that allow data and meaning to travel across systems.

RDF: the foundation

The Resource Description Framework, or RDF, is the base layer. It introduced the graph-based model where knowledge is expressed as triples of subject, predicate, and object. Because every piece of information is broken into these atomic statements, RDF allows data from completely different sources to be combined into one connected graph. It is the common grammar that lets a record from one database join smoothly with a record from another, making it the foundation for representing semantic graphs that enable interoperability, knowledge discovery, and automated reasoning.

OWL: adding logic and reasoning

The Web Ontology Language, known as OWL, builds on top of RDF and adds far more expressive power. OWL allows you to define classes, properties, and the logical relationships between them. Crucially, it supports inference: a reasoning engine can work out new facts that were never stated explicitly. If the system knows that all novels are books, and that Godaan is a novel, it can conclude that Godaan is a book without being told directly. OWL is a more complex language that allows richer inferences and can express constraints, which is useful for checking the consistency of a model and catching errors in how knowledge is structured. Together, RDF and OWL turn raw data into knowledge a machine can reason about.

The future of knowledge organisation is being shaped by three forces pulling in interesting directions: the energy of ordinary users, the precision of formal standards, and the power of artificial intelligence.

Social tagging and folksonomies

One major trend is social tagging, where users freely attach their own labels to content. The collection of these user-generated tags is called a folksonomy. Unlike a controlled vocabulary built by experts, a folksonomy grows organically from the community. Its strength is flexibility and the way it captures language as people actually use it. Its weakness is the lack of standardised rules, which leads to inconsistent tagging and quality-control problems with user-generated metadata. The exciting research question is whether the two approaches can be merged. Information scientists ask whether folksonomic tag clouds can be combined with controlled vocabulary systems to create hybrid systems that take the best of both worlds.

The rise of the SKOS framework

Bridging the old and the new is exactly what the Simple Knowledge Organization System, or SKOS, was built to do. SKOS is a W3C recommendation, finalised in 2009, that provides a standard model for expressing thesauri, classification schemes, taxonomies, and subject heading lists in RDF. Its great achievement is offering a low-cost migration path for porting existing knowledge organisation systems onto Semantic Web technology. This means decades of carefully curated library vocabularies do not have to be thrown away. They can be published as linked data and reused across the web. SKOS deliberately sits in a middle position between informal social tagging and the strict formal logic of OWL, making the accumulated wisdom of library science usable in a machine-readable world.

Artificial intelligence and knowledge graphs

The most powerful current trend is the integration of artificial intelligence. AI and machine learning are increasingly used to build, populate, and maintain knowledge graphs in digital libraries, supporting more intelligent and user-centric information services. Large language models add a new dimension by allowing systems to combine structure with statistical meaning. A growing approach stores both the explicit relationships of a knowledge graph and the learned patterns of text embeddings together, aiming to unite structured search and semantic meaning into a single system. This blends symbolic, rule-based reasoning, which is transparent and explainable, with the flexible pattern recognition of modern AI. As these technologies mature, the promise is greater interoperability and far more personalised discovery, moving from generic results toward understanding individual user needs at a much finer level of detail.

Why this matters for the information profession

The skills librarians and information professionals have always practised, organising, describing, and connecting knowledge, are not becoming obsolete. They are becoming the foundation of the intelligent web. Classification and controlled vocabularies are precisely the structured, trustworthy knowledge that AI systems need to stay accurate. The professional who understands both a traditional thesaurus and an RDF triple is exactly the kind of expert the future demands. The web is shifting from a pile of documents to a connected map of meaning, and knowledge organisation is the discipline drawing that map.

What do you think? Could a hybrid system that blends expert-built controlled vocabularies with community-driven social tagging finally solve the consistency problem, or will the two approaches always pull against each other? And as AI takes on more of the work of organising knowledge, what should remain firmly in human hands?

How useful was this post?

Click on a star to rate it!

Average rating 5 / 5. Vote count: 1

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

References
  1. https://cacm.acm.org/research/a-review-of-the-semantic-web-field/
  2. https://arxiv.org/pdf/2502.15689
  3. https://www.tandfonline.com/doi/full/10.1080/13614560600856433
  4. https://www.academia.edu/Documents/in/Knowledge_Organization_Systems?after=119932464
  5. https://direct.mit.edu/qss/article/doi/10.1162/qss_a_00363/128602/A-survey-of-knowledge-organization-systems-of
  6. https://graph.build/resources/semantic-graphs
  7. https://www.w3.org/2007/03/VLDB/
  8. https://oercommons.org/courseware/lesson/123503/overview
  9. https://www.w3.org/TR/skos-reference/
  10. https://link.springer.com/chapter/10.1007/978-3-031-69216-1_9
  11. https://neo4j.com/blog/developer/knowledge-graph-structured-semantic-search/
  12. https://www.dataversity.net/articles/semantic-web-and-ai-empowering-knowledge-graphs-for-smarter-applications/

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

Organising and Managing Information

1 Basic Concepts

  1. Meanings of Classification
  2. Classification and Organisation
  3. Uses of Classification
  4. Scope of Classification
  5. Process of Classification
  6. Genus-Species Relation
  7. Nature of Classification
  8. Classification as a Tool
  9. Knowledge Classification
  10. Library Classification
  11. Modern Library Classification
  12. Uses of Classification in a Library
  13. Limitations of Classification

2 Type of classification

  1. Fixed and Relative Location Systems
  2. By Design Methodology
  3. Knowledge Classification and Library Classification
  4. Web Classifications: Ontologies
  5. By Areas of Applications
  6. By Form of Literature
  7. Print and Electronic Versions

3 Postulational Approach

  1. Postulational Approach
  2. Idea Plane
  3. Canons of Characteristics
  4. Canons for Succession of Characteristics
  5. Canons for Arrays
  6. Canons for Chain of Classes
  7. Verbal Plane
  8. Notational Plane
  9. Canons of Notation
  10. Hospitality in Array
  11. Hospitality in Chain
  12. Problems of Notation

4 Comparative Study of Schemes of classification

  1. Comparative Librarianship
  2. Introduction to the Major Schemes of Classification
  3. Discipline and Main Class
  4. Notation
  5. Extent of Use and Popularity
  6. Historical Contribution

5 Basic Concepts

  1. Library Catalogue
  2. Laws of Library Science and Library Catalogue
  3. Library Catalogue vis-a-vis Other Library Records
  4. Cataloguing and the Role of Technology
  5. Symbiosis

6 Types and forms of catalogues

  1. Author Catalogue
  2. Name Catalogue
  3. Title Catalogue
  4. Alphabetical Subject Catalogue
  5. Dictionary Catalogue
  6. Classified Catalogue
  7. Comparison of Dictionary and Classified Catalogue
  8. Alphabetico-Classed Catalogue
  9. Outer/Physical Forms of a Catalogue
  10. Bound Register Form
  11. Printed Book Form
  12. Sheaf Form
  13. Card Form
  14. Computer-Produced Book Form
  15. Microform Catalogue
  16. MARC and Online Catalogue
  17. CD-ROM Catalogue
  18. Comparative Study of Physical Forms of Catalogues

7 Formats and standards

  1. Bibliographic Record Formats
  2. Types of Formats
  3. Exchange Formats: Structure and Content
  4. ISBD (International Standard Bibliographic Description)
  5. ISO 2709
  6. MARC and MARC 21
  7. USMARC
  8. UK MARC
  9. UNIMARC
  10. CCF (Common Communication Format)
  11. Indian Standards

8 Cataloguing of non-book material

  1. Non-Book Material
  2. Problems of Cataloguing Non-Book Material
  3. Cataloguing Non-Book Material
  4. Bibliographic Description of Non-Book Material (AACR-2 Rev.Ed.)
  5. Changes in AACR 2R and Amendments 2002
  6. Resources Description and Access (RDA)

9 Basics of Subject Indexing

  1. Subject Indexing: Origin and Development
  2. Meaning and Purpose
  3. Cataloguing Versus Indexing
  4. Indexing Principles and Process
  5. Evaluation of Indexing

10 Indexing languages

  1. Meaning and Scope
  2. Natural Language vs. Indexing Language
  3. Structure of Indexing Language
  4. Attributes of an Indexing Language
  5. Vocabulary Control
  6. Types of Indexing Languages
  7. Library of Congress Subject Headings
  8. Sears List of Subject Headings

11 Indexing Techniques

  1. Derivative Indexing and Assignment Indexing
  2. Pre-Coordinate Indexing System
  3. Cutter’s Contribution
  4. Kaiser’s Contribution
  5. Chain Indexing
  6. PRECIS (Preserved Context Index System)
  7. POPSI (Postulate Based Permuted Subject Indexing)
  8. Post-Coordinate Indexing
  9. Uniterm Indexing
  10. Keyword Indexing
  11. Computerised Indexing
  12. Indexing Internet Resources

12 Conceptual Changes- Impact of Technology

  1. Knowledge Hierarchy
  2. Knowledge Organisation: Concept
  3. Knowledge Organisation in the Pre-Digital Age
  4. Knowledge Organisation Systems: Types
  5. Planning Knowledge Organisation Systems
  6. Linking Interrelated Digital Resources
  7. Universal Access to Heterogeneous Networked Resources
  8. Future of Knowledge Organisation Systems on the Web

13 Online Catalogues- Design and Services

  1. Physical Catalogue to OPAC: Changing Perspectives
  2. Descriptive Catalogue
  3. Standards
  4. Electronic Catalogue
  5. Online Catalogue
  6. Next-Generation Catalogue
  7. MARC Compliant Database
  8. Machine-Readable Cataloguing: Structural Design
  9. Metadata Tools for Cataloguing Networked Resources
  10. OPAC – Online Catalogue Interface
  11. Online Cataloguing Utility Services

14 Overview of Web Indexing, Metadata, Interoperability and Ontologies

  1. Web Indexing
  2. Metadata
  3. Ontology
  4. Interoperability