# RDF triples > An RDF statement expresses a relationship between two resources. The subject and the object represent the two resources being related; the predicate represents the nature of their relationship. The relationship is phrased in a directional way (from subject to object) and is called in RDF a property. Because RDF statements consist of three elements they are called triples.[^1] An [RDF](https://wiki.g15e.com/pages/Resource%20description%20framework.txt) statement expresses a relationship between two resources. The subject and the object represent the two resources being related; the predicate represents the nature of their relationship. The relationship is phrased in a directional way (from subject to object) and is called in RDF a property. Because RDF statements consist of three elements they are called triples.[^1] ``` ``` ## Examples ``` . . . . . . ``` ## Footnotes [^1]: https://www.w3.org/TR/rdf12-primer/