function blog_rdf_mapping

Implements hook_rdf_mapping().

File

modules/blog/blog.module, line 262

Code

function blog_rdf_mapping() {
  return array(
    array(
      'type' => 'node',
      'bundle' => 'blog',
      'mapping' => array(
        'rdftype' => array(
          'sioc:Post',
          'sioct:BlogPost',
        ),
      ),
    ),
  );
}

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