This document discusses Linked Data and the best practices for publishing and interlinking data on the web. It covers four main principles:
1) Use URIs as names for things and identify real-world objects with HTTP URIs.
2) Use HTTP URIs so that people can look up those names by dereferencing the URIs.
3) Provide useful RDF information when URIs are dereferenced, using formats like RDF/XML, RDFa, N3, or Turtle.
4) Include links to other URIs to discover more related things and connect isolated data silos. This allows data to be interlinked on the Web.