Index: standard.install
===================================================================
RCS file: /cvs/drupal/drupal/profiles/standard/standard.install,v
retrieving revision 1.1
diff -u -r1.1 standard.install
--- standard.install	4 Jan 2010 23:08:34 -0000	1.1
+++ standard.install	6 Jan 2010 15:53:53 -0000
@@ -255,6 +255,14 @@
       'bundle' => 'article',
       'mapping' => array(
         'rdftype' => array('sioc:Item', 'foaf:Document'),
+        'field_image' => array(
+          'predicates' => array('rdfs:seeAlso'),
+          'type' => 'rel',
+        ),
+        'taxonomy_tags' => array(
+          'predicates' => array('sioc:topic'),
+          'type' => 'rel',
+        ),
       ),
     ),
   );

