From http://www.w3schools.com (Copyright Refsnes Data)
The Resource Description Framework (RDF) is a W3C standard for describing Web resources, such as the title, author, modification date, content, and copyright information of a Web page.
Before you continue you should have a basic understanding of the following:
If you want to study these subjects first, find the tutorials on our Home page.
RDF was designed to provide a common way to describe information so it can be read and understood by computer applications.
RDF descriptions are not designed to be displayed on the web.
RDF documents are written in XML. The XML language used by RDF is called RDF/XML.
By using XML, RDF information can easily be exchanged between different types of computers using different types of operating systems and application languages.
The RDF language is a part of the W3C's Semantic Web Activity. W3C's "Semantic Web Vision" is a future where:
RDF became a W3C Recommendation 10. February 2004.
To read more about the RDF activities at W3C, please read our W3C tutorial.
From http://www.w3schools.com (Copyright Refsnes Data)