function rdf_test_rdf_namespaces

Implements hook_rdf_namespaces().

File

drupal/modules/rdf/tests/rdf_test.module, line 60
Test API interaction with the RDF module.

Code

function rdf_test_rdf_namespaces() {
  return array(
    'dc' => 'http://purl.org/conflicting/namespace',
    'foaf' => 'http://xmlns.com/foaf/0.1/',
    'foaf1' => 'http://xmlns.com/foaf/0.1/',
  );
}