22 owl:sameAs <http://sws.geonames.org/3469058/> ; |
22 owl:sameAs <http://sws.geonames.org/3469058/> ; |
23 <http://www.w3.org/2004/02/skos/core#note> "BR"^^<http://purl.org/dc/terms/ISO3166> , "Brésil, Brasilia"@fr ; |
23 <http://www.w3.org/2004/02/skos/core#note> "BR"^^<http://purl.org/dc/terms/ISO3166> , "Brésil, Brasilia"@fr ; |
24 <http://www.w3.org/2003/01/geo/wgs84_pos#lat> "-15.77972"^^xsd:float ; |
24 <http://www.w3.org/2003/01/geo/wgs84_pos#lat> "-15.77972"^^xsd:float ; |
25 <http://www.w3.org/2003/01/geo/wgs84_pos#long> "-47.92972"^^xsd:float . |
25 <http://www.w3.org/2003/01/geo/wgs84_pos#long> "-47.92972"^^xsd:float . |
26 |
26 |
27 <###h#ttp://purl.org/poi/corpusdelaparole.huma-num.fr/crdo-BOD092_SOUND> a <http://www.openarchives.org/ore/terms/Aggregation> ; |
27 <http://corpusdelaparole.huma-num.fr/corpus/res/crdo-BOD092_SOUND> a <http://www.openarchives.org/ore/terms/Aggregation> ; |
28 <http://www.europeana.eu/schemas/edm/aggregatedCHO> <http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-BOD092_SOUND> ; |
28 <http://www.europeana.eu/schemas/edm/aggregatedCHO> <http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-BOD092_SOUND> ; |
29 <http://www.europeana.eu/schemas/edm/dataProvider> "Corpus de la Parole"@fr ; |
29 <http://www.europeana.eu/schemas/edm/dataProvider> "Corpus de la Parole"@fr ; |
30 <http://www.europeana.eu/schemas/edm/hasView> <http://cocoon.huma-num.fr/data/boutet/BOD092_low.mp4> , <http://cocoon.huma-num.fr/data/boutet/BOD092_low.ogg> ; |
30 <http://www.europeana.eu/schemas/edm/hasView> <http://cocoon.huma-num.fr/data/boutet/BOD092_low.mp4> , <http://cocoon.huma-num.fr/data/boutet/BOD092_low.ogg> ; |
31 <http://www.europeana.eu/schemas/edm/isShownAt> <http://cocoon.huma-num.fr/exist/crdo/meta/crdo-BOD092_SOUND> ; |
31 <http://www.europeana.eu/schemas/edm/isShownAt> <http://cocoon.huma-num.fr/exist/crdo/meta/crdo-BOD092_SOUND> ; |
32 <http://www.europeana.eu/schemas/edm/isShownBy> <http://cocoon.huma-num.fr/data/archi/masters/350801.mp4> ; |
32 <http://www.europeana.eu/schemas/edm/isShownBy> <http://cocoon.huma-num.fr/data/archi/masters/350801.mp4> ; |
117 $this->assertResponseOk($response); |
117 $this->assertResponseOk($response); |
118 $this->assertViewHas('docs'); |
118 $this->assertViewHas('docs'); |
119 } |
119 } |
120 |
120 |
121 public function testShow() { |
121 public function testShow() { |
122 $res_doc = new EasyRdf\Graph('http://purl.org/poi/corpusdelaparole.huma-num.fr/crdo-BOD092_SOUND',DocumentListControllerTest::GET_DOC); |
122 $res_doc = new EasyRdf\Graph('http://corpusdelaparole.huma-num.fr/corpus/res/crdo-BOD092_SOUND',DocumentListControllerTest::GET_DOC); |
123 $this->documentRepository |
123 $this->documentRepository |
124 ->shouldReceive('get') |
124 ->shouldReceive('get') |
125 ->once() |
125 ->once() |
126 ->andReturn(new Document('http://purl.org/poi/corpusdelaparole.huma-num.fr/crdo-BOD092_SOUND', $res_doc)); |
126 ->andReturn(new Document('http://corpusdelaparole.huma-num.fr/corpus/res/crdo-BOD092_SOUND', $res_doc)); |
127 |
127 |
128 $response = $this->visit('/bo/docs/crdo-BOD092_SOUND'); |
128 $response = $this->visit('/bo/docs/crdo-BOD092_SOUND'); |
129 |
129 |
130 } |
130 } |
131 } |
131 } |