server/src/app/Libraries/Mappers/CocoonTextRdfMapper.php
changeset 505 9175ea22f1b1
parent 504 4ab820b387da
equal deleted inserted replaced
504:4ab820b387da 505:9175ea22f1b1
   154      * In the case of a Text, we do nothing as the information must come from the Sound.
   154      * In the case of a Text, we do nothing as the information must come from the Sound.
   155      */
   155      */
   156     protected function addProvidedCHODateProperties($targetRes, $res, $outputGraph) {
   156     protected function addProvidedCHODateProperties($targetRes, $res, $outputGraph) {
   157     }
   157     }
   158 
   158 
       
   159     // In the case of text, the language info are not added to the providedCHR resource.
       
   160     protected function propertyLanguageMap($targetRes, $prop, $value) {
       
   161     }
       
   162 
   159     protected function mapWebResources($res, $outputGraph) {
   163     protected function mapWebResources($res, $outputGraph) {
   160         $resId = CocoonUtils::getIdFromUri($this->getResourceBaseId($res));
   164         $resId = CocoonUtils::getIdFromUri($this->getResourceBaseId($res));
   161         $resUri = CocoonUtils::getCorpusUriFromId($resId);
   165         $resUri = CocoonUtils::getCorpusUriFromId($resId);
   162 
   166 
   163 
   167