rdf_test_rdf_namespaces

7 rdf_test.module rdf_test_rdf_namespaces()
8 rdf_test.module rdf_test_rdf_namespaces()

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/',
  );
}
Login or register to post comments