Table of Contents

 

Copyright

Brief Table of Contents

Table of Contents

Foreword

Preface

Acknowledgments

About this Book

About the Cover Illustration

1. The Linked Data Web

Chapter 1. Introducing Linked Data

1.1. Linked Data defined

1.2. What Linked Data won’t do for you

1.3. Linked Data in action

1.3.1. Freeing data

1.3.2. Linked Data with Google rich snippets and Facebook likes

1.3.3. Linked Data to the rescue at the BBC

1.4. The Linked Data principles

1.4.1. Principle 1: Use URIs as names for things

1.4.2. Principle 2: Use HTTP URIs so people can look up those names

1.4.3. Principle 3: When someone looks up a URI, provide useful information

1.4.4. Principle 4: Include links to other URIs

1.5. The Linking Open Data project

1.6. Describing data

1.7. RDF: a data model for Linked Data

1.8. Anatomy of a Linked Data application

1.8.1. Accessing a facility’s Linked Data

1.8.2. Creating the user interface from Linked Data

1.9. Summary

Chapter 2. RDF: the data model for Linked Data

2.1. The Linked Data principles extend RDF

2.2. The RDF data model

2.2.1. Triples

2.2.2. Blank nodes

2.2.3. Classes

2.2.4. Typed literals

2.3. RDF vocabularies