Linked Data is a method of publishing structured data on the Internet so that it can be interlinked and become more useful. It extends the traditional notion of data as a static and rigid structure by integrating, sharing, and connecting related data across different sources worldwide, creating a globally linked system where data is interconnected.
How it works
Linked Data operates by using standard web protocols, such as HTTP, and established data formats like the Resource Description Framework (RDF) to create connections between data from different sources. These connections are established based on relationships within the data, which makes the data more useful and its context more understandable. The fundamental principle underpinning this method is the idea that the more connections data has, the more valuable it becomes, because it can answer more complex or comprehensive queries.
In practice, this involves publishing data in a way that allows machines to read and process it automatically. By using URIs (Uniform Resource Identifiers) to name things and links to connect them, Linked Data transforms isolated datasets into a web of information. This approach moves beyond simple storage of information to creating a network where data from various domains can be traversed and combined. The use of standard protocols ensures that different systems can communicate and exchange data without requiring custom adapters for every possible connection.
The process of creating Linked Data involves defining relationships between entities. For example, a dataset about a person might link to a dataset about the books they have written, which in turn links to datasets about the publishers. This chaining of links allows for the discovery of related information that would otherwise remain siloed in separate databases. The goal is to make data not just accessible, but semantically meaningful, allowing software agents to infer new knowledge by traversing these links.
Where it is used
Linked Data has applications across a variety of fields where integrating information from disparate sources is valuable. In scientific research, it supports the integration of data from different research groups, allowing scientists to combine findings from multiple studies and datasets to form a more complete picture of a phenomenon. This interoperability is crucial in fields where data is generated by many independent entities using different formats and standards.
In the domain of cultural heritage, Linked Data aids in linking artworks, historical facts, and figures. Museums, libraries, and archives can use this method to connect descriptions of artifacts with biographical data about their creators, historical events, and related locations. This creates a richer user experience and allows for more sophisticated queries, such as finding all artworks created by an artist who lived in a specific city during a particular historical period.
More broadly, Linked Data is used in any setting where data needs to be shared across organizational boundaries or where the value of data increases with its connectivity. It is particularly useful in environments that require a global view of information, such as government open data initiatives, where data from different agencies needs to be combined to provide comprehensive public services. The method is also foundational to the Semantic Web, providing the infrastructure for a web of data rather than just a web of documents.
Limitations and trade-offs
Creating Linked Data involves several challenges that can hinder its adoption and effectiveness. Privacy is a significant concern, as linking data from different sources can reveal more about individuals than intended when datasets are combined. Data quality is another issue; if the source data is inaccurate or inconsistent, the links may propagate errors throughout the network. Data federation, or the technical challenge of merging data from different systems with different schemas, can be complex and resource-intensive.
Intellectual property rights also pose a challenge, as data publishers must ensure they have the right to link and share their data in the ways required by Linked Data principles. Additionally, the scalability of managing vast amounts of interconnected data can be difficult. As the number of links grows, the computational cost of querying and traversing the data increases, requiring robust infrastructure to handle the volume and velocity of data updates. These factors must be carefully managed to ensure that the benefits of interconnected data outweigh the costs of maintaining it.
Related terms
- Semantic Web – Linked Data is a core component of the Semantic Web vision, providing the method for publishing data in a way that supports global interlinking.
- Resource Description Framework – RDF is the standard data format used to represent Linked Data, enabling the creation of triples that define relationships between resources.
- Knowledge Graph – Linked Data often forms the basis of knowledge graphs, which are structured representations of entities and their relationships.
- Ontology – Ontologies define the concepts and relationships used in Linked Data, providing a shared vocabulary that ensures semantic consistency across different datasets.
- Structured Data – Linked Data is a specific approach to publishing structured data, emphasizing interconnectivity and the use of standard web protocols.

