Chapter 3. Consuming Linked Data
This chapter covers
- Thinking the Web way
- Finding Linked Data on the Web
- Retrieving Linked Data from web pages
- Combining Linked Data from multiple sources
- Displaying basic Linked Data in HTML
The World Wide Web that most of us envision is technically a subset better defined as the Web of Documents (the Classic Web). Another facet of the WWW is the Web of Data. You should think of the Semantic Web as a web of data that can be processed directly and indirectly by machines.
Just as web documents employ hyperlinks to connect to each other, linked datasets establish connections through the use of RDF links between data items in different datasets. Linked Data conforms to a set of principles for publishing structured data on the World Wide Web.
This chapter will facilitate your understanding of the Web of Data by demonstrating how you can be a consumer of its content. We’ll demonstrate how Linked Data is distributed and utilized. We’ll show how you can use tools to find embedded Linked Data. We’ll illustrate how you can develop programs that retrieve Linked Data from one source and use those results to retrieve additional data from a different source. We expect that you’ll gain a better understanding of the Web of Data and how various companies are utilizing Linked Data to better serve their customers.