From 72d1794e595340b5873977258527493c33e684b2 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Fri, 15 Jan 2010 10:09:03 +0000
Subject: [PATCH] - Patch #685102 by scor: use dc:subject instead of sioc:topic
 for tags in RDFa.

---
 profiles/standard/standard.install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install
index b7a39da954b7..fd02f282c0cc 100644
--- a/profiles/standard/standard.install
+++ b/profiles/standard/standard.install
@@ -270,7 +270,7 @@ function standard_install() {
           'type' => 'rel',
         ),
         'taxonomy_tags' => array(
-          'predicates' => array('sioc:topic'),
+          'predicates' => array('dc:subject'),
           'type' => 'rel',
         ),
       ),
-- 
GitLab