rdf_preprocess_taxonomy_term(&$variables)
Implements hook_preprocess_HOOK() for taxonomy term templates.
File
core/modules/rdf/rdf.module, line 544 Enables semantically enriched output for Drupal sites in the form of RDFa.
Code
function rdf_preprocess_taxonomy_term(&$variables) {
// Adds RDFa markup to the taxonomy term container.
// The @about attribute specifies the URI of the resource described within
// the HTML element, while the @typeof attribute indicates its RDF type
/