← New search

Other meanings of Semantic Web

Web Technology

Semantic Web

The Semantic Web is a W3C-led initiative to extend the World Wide Web so that data can be shared and reused across applications, enterprises, and communities by encoding meaning in a machine-readable form. It aims to transform the web from a document-centric medium into a web of linked data, where information is structured with explicit semantics that software agents can process and reason over.

2001
Semantic Web vision articulated in Scientific American
1999
First W3C Semantic Web activity launched
RDF, OWL, SPARQL
Core W3C standards
1B+
Triples in major linked open data datasets
1

Core principles and standards

The Semantic Web is built on a stack of W3C standards that give data a formal, machine-readable structure. The Resource Description Framework (RDF) is the foundational model, expressing statements as subject-predicate-object triples, such as "the sky has color blue". Ontologies, defined in the Web Ontology Language (OWL), add vocabulary and logical constraints, enabling inference and consistency checking. SPARQL is the query language for retrieving and manipulating RDF data, analogous to SQL for relational databases.1

Linked Data principles, articulated by Tim Berners-Lee, guide the publication of data on the web using URIs and HTTP, so that entities are dereferenceable and interlinked. This approach underpins the Linked Open Data cloud, a growing collection of datasets from government, science, and cultural heritage.2

2

Historical development

The term "Semantic Web" was coined by Tim Berners-Lee, James Hendler, and Ora Lassila in a 2001 Scientific American article, which envisioned a web where software agents could carry out tasks by understanding data.3 Earlier groundwork included the Resource Description Framework, which became a W3C recommendation in 1999, and the Dublin Core metadata initiative for describing resources.

Adoption has been gradual, with early enthusiasm tempered by the complexity of ontology engineering and the difficulty of scaling reasoning. The Linked Data movement, starting around 2006, shifted focus to publishing and interlinking data, leading to practical deployments in areas like government transparency and scientific data sharing.4

3

Applications and impact

The Semantic Web has found significant traction in niche domains. In the life sciences, ontologies like Gene Ontology and the Semantic Web for Health Care and Life Sciences (HCLS) enable integration of genomic and clinical data. Cultural heritage institutions use CIDOC-CRM to model museum collections, and the BBC and The New York Times have used RDF for content management and linking.5

Schema.org, a collaborative effort by major search engines, provides a lightweight vocabulary for structured data on web pages, improving search results and enabling rich snippets. This represents a pragmatic, widely adopted form of semantic markup, though it is simpler than full OWL-based reasoning.6

4

Lesser-known aspects

Beyond the mainstream, the Semantic Web has inspired niche research areas. The Rule Interchange Format (RIF) was designed to exchange rules between rule engines, but it saw limited adoption. The SPARQL 1.1 update and entailment regimes extend the standard, yet many implementations remain incomplete.

Early efforts like the Friend of a Friend (FOAF) vocabulary pioneered social networking data, and the Simple Knowledge Organization System (SKOS) provides a lightweight way to publish taxonomies and thesauri. The Semantic Web also intersects with the Internet of Things, where ontologies like SSN (Sensor, Observation, Sample, and Actuator) model sensor data. However, the vision of autonomous agents reasoning over the entire web remains largely unrealized, with most deployments focusing on data integration rather than intelligent inference.7

Glossary

RDF
Resource Description Framework, a W3C standard for describing resources as subject-predicate-object triples.
OWL
Web Ontology Language, a W3C standard for defining ontologies with formal semantics.
SPARQL
A query language for RDF data, standardized by W3C.
Linked Data
A set of principles for publishing data on the web using URIs and links.
Ontology
A formal specification of a conceptualization, including classes, properties, and constraints.

The Semantic Web is distinct from the broader 'web of data' concept, though the terms are often used interchangeably.