Semantic Web
An extension of the web where data is given well-defined meaning, enabling machines to understand, link, and reason across information.
Also known as: Web 3.0, Semantic Web Technologies, Web of Data
Category: Systems
Tags: knowledge-management, data, standards, information-architecture, technology
Explanation
The Semantic Web is a vision articulated by Tim Berners-Lee, the inventor of the World Wide Web, for transforming the web from a collection of human-readable documents into a global database of machine-readable, interconnected data. While the traditional web links documents to documents, the Semantic Web links data to data with explicit meaning.
The technical foundation rests on several W3C standards. RDF (Resource Description Framework) provides a model for describing resources as subject-predicate-object triples (e.g., 'Paris is-capital-of France'). OWL (Web Ontology Language) enables the definition of formal ontologies—shared vocabularies with logical rules that allow automated reasoning. SPARQL provides a query language for retrieving and manipulating RDF data. URIs (Uniform Resource Identifiers) give every entity a unique, web-resolvable identity.
While the full Semantic Web vision has not been realized as originally envisioned, its principles have profoundly influenced technology. Knowledge graphs at Google, Wikidata, and DBpedia use Semantic Web technologies. Schema.org provides structured data markup used by billions of web pages. Linked Open Data initiatives have published billions of RDF triples connecting datasets across domains. The core insight—that explicitly encoding meaning and relationships in data makes it more useful—underpins modern approaches to knowledge management, AI training data, and enterprise data integration.
The Semantic Web's challenges include the difficulty of getting publishers to add structured metadata, the complexity of ontology design and maintenance, and the tension between formal logic (precise but rigid) and natural language (flexible but ambiguous). These challenges foreshadowed similar tensions in modern AI between symbolic approaches (precise, explainable) and neural approaches (flexible, pattern-based).
Related Concepts
← Back to all concepts