From feba00c7006099571728e526451bc65777db696f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 13 Jan 2010 13:59:06 +0000 Subject: - 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(+) (limited to 'profiles/standard/standard.install') 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', + ), ), ), ); -- cgit v1.2.3