server/src/app/Libraries/Mergers/CocoonSoundRdfMerger.php
changeset 111 af85c436048f
parent 18 f2a40bbc27f6
child 113 faff38055a07
--- a/server/src/app/Libraries/Mergers/CocoonSoundRdfMerger.php	Wed Jan 20 09:56:36 2016 +0100
+++ b/server/src/app/Libraries/Mergers/CocoonSoundRdfMerger.php	Wed Jan 20 16:21:40 2016 +0100
@@ -12,7 +12,7 @@
 // @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
 // @prefix owl: <http://www.w3.org/2002/07/owl#> .
 //
-// <http://purl.org/poi/corpusdelaparole.huma-num.fr/crdo-ESLO1_ENT_019>
+// <http://corpusdelaparole.huma-num.fr/corpus/res/crdo-ESLO1_ENT_019>
 //   a ore:Aggregation ;
 //   edm:aggregatedCHO <http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-ESLO1_ENT_019> ;
 //   edm:provider "Corpus de la Parole"@fr ;
@@ -63,14 +63,14 @@
 //   ] .
 //
 // <http://cocoon.huma-num.fr/data/eslo/masters/ESLO1_ENT_019.wav>
-//   a edm:WebResources ;
+//   a edm:WebResource ;
 //   dc:extent "PT0H47M16S" ;
 //   dc11:format "audio/x-wav"^^dc:IMT ;
 //   dc:created "1969-04-11"^^dc:W3CDTF ;
 //   dc:issued "2014-12-05T15:00:19+01:00"^^dc:W3CDTF .
 //
 // <http://cocoon.huma-num.fr/data/eslo/ESLO1_ENT_019_22km.wav>
-//   a edm:WebResources ;
+//   a edm:WebResource ;
 //   dc:extent "PT0H47M16S" ;
 //   dc11:format "audio/x-wav"^^dc:IMT ;
 //   edm:isDerivativeOf <http://cocoon.huma-num.fr/data/eslo/masters/ESLO1_ENT_019.wav> ;
@@ -78,7 +78,7 @@
 //   dc:issued "2014-12-05T15:00:19+01:00"^^dc:W3CDTF .
 //
 // <http://cocoon.huma-num.fr/data/eslo/ESLO1_ENT_019.mp3>
-//   a edm:WebResources ;
+//   a edm:WebResource ;
 //   dc:extent "PT0H47M16S" ;
 //   dc11:format "audio/mpeg"^^dc:IMT ;
 //   edm:isDerivativeOf <http://cocoon.huma-num.fr/data/eslo/masters/ESLO1_ENT_019.wav> ;
@@ -91,7 +91,7 @@
         return [
             'http://www.openarchives.org/ore/terms/Aggregation' => 'mergeOreAggregation',
             'http://www.europeana.eu/schemas/edm/ProvidedCHO' => 'mergeEdmProvidedCHO',
-            'http://www.europeana.eu/schemas/edm/WebResources' => 'mergeEdmWebResources',
+            'http://www.europeana.eu/schemas/edm/WebResource' => 'mergeEdmWebResources',
             'http://www.europeana.eu/schemas/edm/Place' => 'mergeDcSpatialBlankNode'
         ];
     }