Problem/Motivation
In #1843728-27: Remove template_process_field() Cottser identified a bug in rdf.module where item_attributes are overridden in rdf_preprocess_field():
<?php
$variables['item_attributes'][$delta] = rdf_rdfa_attributes($field_mapping, $item);
Proposed resolution
Merge the attribute with existing ones instead.