summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/standard/standard.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install
index bd5b8cd77..b7a39da95 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',
+ ),
),
),
);