- Patch #632484 by aspilicious, linclark, scor: update the default profile with the proper RDF mapping.
parent
4a3da31d91
commit
feba00c700
|
@ -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',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue