diff --git a/themes/bootstrap3/templates/RecordDriver/DefaultRecord/data-publicationDetails.phtml b/themes/bootstrap3/templates/RecordDriver/DefaultRecord/data-publicationDetails.phtml
index 782054e0da9d041d16c1e985a6cb7e7ab0f71741..ffb32a631671124255920040fc13b852d18713b6 100644
--- a/themes/bootstrap3/templates/RecordDriver/DefaultRecord/data-publicationDetails.phtml
+++ b/themes/bootstrap3/templates/RecordDriver/DefaultRecord/data-publicationDetails.phtml
@@ -8,7 +8,7 @@
   <?php endif; ?>
   </span>
   <?php $pubDate = $field->getDate(); if (!empty($pubDate)): ?>
-    <span property="publicationDate"><?=$this->escapeHtml($pubDate)?></span>
+    <span property="datePublished"><?=$this->escapeHtml($pubDate)?></span>
   <?php endif; ?>
   <br/>
 <?php endforeach; ?>