From feba00c7006099571728e526451bc65777db696f Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Wed, 13 Jan 2010 13:59:06 +0000
Subject: [PATCH] - Patch #632484 by aspilicious, linclark, scor: update the
 default profile with the proper RDF mapping.

---
 profiles/standard/standard.install | 8 ++++++++
 1 file changed, 8 insertions(+)

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',
+        ),
       ),
     ),
   );
-- 
GitLab