GRDDL provides a standard way to extract RDF representations from XML documents through transformations. It addresses the need for machines to consume semantics from web content by specifying how to "glean" or harvest RDF from XML dialects like XHTML through deterministic transformations. GRDDL transformations take an XML document and return an RDF graph, with the goal of providing a faithful semantic interpretation of the information in the source document. Implementations of GRDDL orchestrate parsing data, resolving representations, applying transformations, and handling the recursive nature of extracting and transforming semantics.