diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install index bd5b8cd777f9..b7a39da954b7 100644 --- a/profiles/standard/standard.install +++ b/profiles/standard/standard.install @@ -265,6 +265,14 @@ function standard_install() { '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', + ), ), ), );