rdf.module

Version 1.31 (checked in on 2010/03/10 at 14:23:32 by dries)

Enables semantically enriched output for Drupal sites.

Constants

NameDescription
RDF_DEFAULT_BUNDLERDF bundle flag: Default bundle.

Functions

NameDescription
rdf_comment_loadImplements hook_comment_load().
rdf_entity_info_alterImplements hook_entity_info_alter().
rdf_entity_loadImplements hook_entity_load().
rdf_field_attach_view_alterImplements hook_field_attach_view_alter().
rdf_helpImplements hook_help().
rdf_mapping_deleteDeletes the mapping for the given bundle from the database.
rdf_mapping_loadReturns the mapping for attributes of a given type/bundle pair.
rdf_mapping_saveSaves an RDF mapping to the database.
rdf_modules_installedImplements hook_modules_installed().
rdf_modules_uninstalledImplements hook_modules_uninstalled().
rdf_preprocess_commentImplements MODULE_preprocess_HOOK().
rdf_preprocess_fieldImplements MODULE_preprocess_HOOK().
rdf_preprocess_imageImplements MODULE_preprocess_HOOK().
rdf_preprocess_nodeImplements MODULE_preprocess_HOOK().
rdf_preprocess_taxonomy_termImplements MODULE_preprocess_HOOK().
rdf_preprocess_usernameImplements MODULE_preprocess_HOOK().
rdf_preprocess_user_profileImplements MODULE_preprocess_HOOK().
rdf_processTemplate process function for adding extra tags to hold RDFa attributes.
rdf_rdfa_attributesBuilds an array of RDFa attributes for a given mapping. This array will typically be passed through drupal_attributes() to create the attributes variables that are available to tpl.php template files. These include $attributes, $title_attributes,...
rdf_rdf_namespacesImplements hook_rdf_namespaces().
rdf_themeImplements hook_theme().
theme_rdf_metadataOutputs a series of empty spans for exporting RDF metadata in RDFa.
theme_rdf_template_variable_wrapperWraps a template variable in an HTML element with the desired attributes.
_rdf_get_default_mappingReturns the default RDF mapping for a given entity type.
_rdf_mapping_loadHelper function to retrieve a RDF mapping from the database.