From 102a68291417b6cc7a3556c4d1ee0697a9445988 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 5 Jan 2010 18:56:49 +0000 Subject: - Patch #652588 by scor: updated RDF mapping definition in the core modules. --- modules/forum/forum.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/forum') 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'), ), ), ); -- cgit v1.2.3