- Patch #632484 by aspilicious, linclark, scor: update the default profile with the proper RDF mapping.

merge-requests/26/head
Dries Buytaert 2010-01-13 13:59:06 +00:00
parent 4a3da31d91
commit feba00c700
1 changed files with 8 additions and 0 deletions

View File

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