server/src/app/Libraries/Mappers/CocoonTextRdfMapper.php
changeset 504 4ab820b387da
parent 125 e550b10fe3ca
child 505 9175ea22f1b1
--- a/server/src/app/Libraries/Mappers/CocoonTextRdfMapper.php	Wed Feb 08 16:38:09 2017 +0100
+++ b/server/src/app/Libraries/Mappers/CocoonTextRdfMapper.php	Thu Feb 09 15:05:36 2017 +0100
@@ -149,6 +149,13 @@
     //     }
     // }
 
+    /**
+     * Map date properties to providedCHO.
+     * In the case of a Text, we do nothing as the information must come from the Sound.
+     */
+    protected function addProvidedCHODateProperties($targetRes, $res, $outputGraph) {
+    }
+
     protected function mapWebResources($res, $outputGraph) {
         $resId = CocoonUtils::getIdFromUri($this->getResourceBaseId($res));
         $resUri = CocoonUtils::getCorpusUriFromId($resId);