You are here

function schemaorg_rdf_namespaces in Schema.org 7

Implements hook_rdf_namespaces().

File

./schemaorg.module, line 60
Enables administrators to annotate their structured content with vocabularies from schema.org.

Code

function schemaorg_rdf_namespaces() {
  return array(
    'schema' => 'http://schema.org/',
  );
}