The term "linked data" refers to a particular model of encoding
relationships between entities, concepts, and things. The model
consists of a simple "triple" syntax. Linked data statements contain a
subject, a relationship, and an object. These three terms are expressed
in standard encoding, usually RDF
(Resource Description Framework). For example:
What really makes linked data work, though, is the substitution of URIs for each of the three terms. The URIs function as consistent controlled identifiers for the entity, concept, or relationship they represent, eliminating the variability that pervades natural language expressions and enabling data statements to be confidently and specifically linked.
Linked data can be used both within a data environment and across data environments. Within an environment it makes possible the automatic generation of pages displaying relationships among entities and concepts. When one data environment makes use of URIs from another environment, additional kinds of functionality and integration can be achieved. In this way, URIs can expand in use beyond their home environments to many other data sets, and become the basis of data assembly across larger and larger pools of data. Therefore, linked data becomes part of the Semantic Web.
Links:
Examples of sites built on linked data:
Thomas Pynchon [subject] is author of
[relationship] Gravity's Rainbow [object]
What really makes linked data work, though, is the substitution of URIs for each of the three terms. The URIs function as consistent controlled identifiers for the entity, concept, or relationship they represent, eliminating the variability that pervades natural language expressions and enabling data statements to be confidently and specifically linked.
Linked data can be used both within a data environment and across data environments. Within an environment it makes possible the automatic generation of pages displaying relationships among entities and concepts. When one data environment makes use of URIs from another environment, additional kinds of functionality and integration can be achieved. In this way, URIs can expand in use beyond their home environments to many other data sets, and become the basis of data assembly across larger and larger pools of data. Therefore, linked data becomes part of the Semantic Web.
Links:
Examples of sites built on linked data:
- Freebase http://www.freebase.com/
- BBC Wildlife site http://www.bbc.co.uk/nature/animals/
- DBpedia http://dbpedia.org/page/University_of_Minnesota
Leave a comment