summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-01-13 13:59:06 +0000
committerDries Buytaert <dries@buytaert.net>2010-01-13 13:59:06 +0000
commitfeba00c7006099571728e526451bc65777db696f (patch)
tree42ea3e1560642558d9e5151ad1f5a24fa1fe8612 /profiles
parent4a3da31d914e5b111ac6b547faefa49e522502d4 (diff)
downloadbrdo-feba00c7006099571728e526451bc65777db696f.tar.gz
brdo-feba00c7006099571728e526451bc65777db696f.tar.bz2
- Patch #632484 by aspilicious, linclark, scor: update the default profile with the proper RDF mapping.
Diffstat (limited to 'profiles')
-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',
+ ),
),
),
);