diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-01-05 18:56:49 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-01-05 18:56:49 +0000 |
commit | 102a68291417b6cc7a3556c4d1ee0697a9445988 (patch) | |
tree | 441b91254200686876964cfefe3ebebc2a7aec6b /modules/forum | |
parent | 8691c9f2e8c6076dc689dc4fc691b97f4a01f699 (diff) | |
download | brdo-102a68291417b6cc7a3556c4d1ee0697a9445988.tar.gz brdo-102a68291417b6cc7a3556c4d1ee0697a9445988.tar.bz2 |
- Patch #652588 by scor: updated RDF mapping definition in the core modules.
Diffstat (limited to 'modules/forum')
-rw-r--r-- | modules/forum/forum.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 085a4bc9c..60f377668 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -1194,7 +1194,7 @@ function forum_rdf_mapping() { 'type' => 'node', 'bundle' => 'forum', 'mapping' => array( - 'rdftype' => array('sioct:Post', 'sioct:ForumTopic'), + 'rdftype' => array('sioc:Post', 'sioct:BoardPost'), 'taxonomy_forums' => array( 'predicates' => array('sioc:has_container'), 'type' => 'rel', @@ -1205,7 +1205,7 @@ function forum_rdf_mapping() { 'type' => 'taxonomy_term', 'bundle' => 'forums', 'mapping' => array( - 'rdftype' => array('sioct:Container'), + 'rdftype' => array('sioc:Container', 'sioc:Forum'), ), ), ); |