function rdf_test_rdf_namespaces in Drupal 7
Implements hook_rdf_namespaces().
File
- 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/',
);
}