# Resource description framework > The Resource Description Framework (RDF) is a framework for expressing information about resources. Resources can be anything, including documents, people, physical objects, and abstract concepts. RDF is intended for situations in which information on the Web needs to be processed by applications, rather than being only displayed to people.[^1] The Resource Description Framework (RDF) is a framework for expressing information about resources. Resources can be anything, including documents, people, physical objects, and abstract concepts. RDF is intended for situations in which information on the Web needs to be processed by applications, rather than being only displayed to people.[^1] ## Articles - [RDF 1.2 Primer](https://w3c.github.io/rdf-primer/spec/) - [RDF 1.2 Concepts and Abstract Syntax](https://www.w3.org/TR/rdf12-concepts/) - [RDF 1.2 Semantics](https://www.w3.org/TR/rdf12-semantics/) - [RDF 1.2 Schema](https://www.w3.org/TR/rdf12-schema/) ## Concepts - [RDF triples](https://wiki.g15e.com/pages/RDF%20triples.txt) - [SPARQL](https://wiki.g15e.com/pages/SPARQL.txt) - RDF terms: - [Internationalized Resource Identifier](https://wiki.g15e.com/pages/Internationalized%20Resource%20Identifier.txt) - [RDF literal](https://wiki.g15e.com/pages/RDF%20literal.txt) - [RDF blank node](https://wiki.g15e.com/pages/RDF%20blank%20node.txt) - [RDF reification](https://wiki.g15e.com/pages/RDF%20reification.txt) and [Triple term](https://wiki.g15e.com/pages/Triple%20term.txt) ## Footnotes [^1]: https://www.w3.org/TR/rdf12-primer/