function rdf_test_rdf_namespaces

Implements hook_rdf_namespaces().

File

modules/rdf/tests/rdf_test.module, line 60

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/',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.