diff -r bd2701bd8142 -r 4ab820b387da server/src/tests/Libraries/Mergers/CocoonTextRdfMergerTest.php --- a/server/src/tests/Libraries/Mergers/CocoonTextRdfMergerTest.php Wed Feb 08 16:38:09 2017 +0100 +++ b/server/src/tests/Libraries/Mergers/CocoonTextRdfMergerTest.php Thu Feb 09 15:05:36 2017 +0100 @@ -14,249 +14,14 @@ class CocoonTextRdfMergerTest extends TestCase { - const TEST_INPUT_DOCS = [ - 'SOUND' => << . - @prefix edm: . - @prefix dc11: . - @prefix olac: . - @prefix dc: . - @prefix geo: . - @prefix xsd: . - @prefix skos: . - @prefix owl: . - - - a ore:Aggregation ; - edm:aggregatedCHO ; - edm:provider "Corpus de la Parole"@fr ; - edm:dataProvider "Laboratoire de langues et civilisations à tradition orale" ; - edm:isShownAt ; - edm:isShownBy ; - edm:rights ; - edm:hasView , . - - - a edm:ProvidedCHO ; - dc:identifier "crdo-UVE_MOCIKA_SOUND" ; - dc11:description "Voilà pourquoi le bernard-l'hermite, aujourd'hui, se cache dans les coquilles vides qu'il trouve, alors que le crabe de cocotier n'a pas honte de se promener tout nu."@fr ; - dc11:language ; - dc11:publisher "Laboratoire de langues et civilisations à tradition orale" ; - dc11:rights "Copyright (c) Moyse-Faurie, Claire" ; - dc11:type , "primary_text"^^olac:linguistic-type, "narrative"^^olac:discourse-type, ; - dc:license ; - dc11:subject , , ; - dc11:title "The two hermit crabs and the coconut crab"@en ; - dc:accessRights "Freely available for non-commercial use" ; - dc11:rights "Copyright (c) 2012 Université d'Orléans/LLL" ; - dc:extent "PT2M35S" ; - edm:isGatheredInto , ; - olac:depositor ; - dc11:contributor , "Idakote, Félicien" ; - olac:researcher ; - olac:speaker "Idakote, Félicien" ; - dc:available "2010-10-23"^^dc:W3CDTF ; - dc:created "1997-08-29"^^dc:W3CDTF ; - dc:issued "2010-10-23T00:08:27+02:00"^^dc:W3CDTF ; - dc:modified "2012-03-25"^^dc:W3CDTF ; - dc:spatial [ - a edm:Place ; - geo:lat "-20.46667"^^xsd:float ; - geo:long "166.65"^^xsd:float ; - skos:note "NC"^^dc:ISO3166, "New Caledonia, Ohnyat (Ouvéa)" ; - owl:sameAs - ] . - - - a edm:WebResource ; - dc:extent "PT2M35S" ; - dc11:format "audio/x-wav"^^dc:IMT ; - dc:created "1997-08-29"^^dc:W3CDTF ; - dc:issued "2010-10-23T00:08:27+02:00"^^dc:W3CDTF ; - dc:license ; - dc:accessRights "Freely available for non-commercial use" ; - dc11:rights "Copyright (c) 2012 Université d'Orléans/LLL" . - - - - a edm:WebResource ; - dc:extent "PT2M35S" ; - dc11:format "audio/x-wav"^^dc:IMT ; - edm:isDerivativeOf ; - dc:created "1997-08-29"^^dc:W3CDTF ; - dc:issued "2010-10-23T00:08:27+02:00"^^dc:W3CDTF ; - dc:license ; - dc:accessRights "Freely available for non-commercial use" ; - dc11:rights "Copyright (c) 2012 Université d'Orléans/LLL" . - - - - a edm:WebResource ; - dc:extent "PT2M35S" ; - dc11:format "audio/mpeg"^^dc:IMT ; - edm:isDerivativeOf ; - dc:created "1997-08-29"^^dc:W3CDTF ; - dc:issued "2010-10-23T00:08:27+02:00"^^dc:W3CDTF ; - dc:license ; - dc:accessRights "Freely available for non-commercial use" ; - dc11:rights "Copyright (c) 2012 Université d'Orléans/LLL" . - -EOT - , - 'SOUND_NO_MOD' => << . - @prefix edm: . - @prefix dc11: . - @prefix olac: . - @prefix dc: . - @prefix geo: . - @prefix xsd: . - @prefix skos: . - @prefix owl: . - - - a ore:Aggregation ; - edm:aggregatedCHO ; - edm:provider "Corpus de la Parole"@fr ; - edm:dataProvider "Laboratoire de langues et civilisations à tradition orale" ; - edm:isShownAt ; - edm:isShownBy ; - edm:rights ; - edm:hasView , . - - - a edm:ProvidedCHO ; - dc:identifier "crdo-UVE_MOCIKA_SOUND" ; - dc11:description "Voilà pourquoi le bernard-l'hermite, aujourd'hui, se cache dans les coquilles vides qu'il trouve, alors que le crabe de cocotier n'a pas honte de se promener tout nu."@fr ; - dc11:language ; - dc11:publisher "Laboratoire de langues et civilisations à tradition orale" ; - dc11:rights "Copyright (c) Moyse-Faurie, Claire" ; - dc11:type , "primary_text"^^olac:linguistic-type, "narrative"^^olac:discourse-type, ; - dc:license ; - dc11:subject , , ; - dc11:title "The two hermit crabs and the coconut crab"@en ; - dc:accessRights "Freely available for non-commercial use" ; - dc11:rights "Copyright (c) 2012 Université d'Orléans/LLL" ; - dc:extent "PT2M35S" ; - edm:isGatheredInto , ; - olac:depositor ; - dc11:contributor , "Idakote, Félicien" ; - olac:researcher ; - olac:speaker "Idakote, Félicien" ; - dc:available "2010-10-23"^^dc:W3CDTF ; - dc:created "1997-08-29"^^dc:W3CDTF ; - dc:issued "2010-10-23T00:08:27+02:00"^^dc:W3CDTF ; - dc:spatial [ - a edm:Place ; - geo:lat "-20.46667"^^xsd:float ; - geo:long "166.65"^^xsd:float ; - skos:note "NC"^^dc:ISO3166, "New Caledonia, Ohnyat (Ouvéa)" ; - owl:sameAs - ] . - - - a edm:WebResource ; - dc:extent "PT2M35S" ; - dc11:format "audio/x-wav"^^dc:IMT ; - dc:created "1997-08-29"^^dc:W3CDTF ; - dc:issued "2010-10-23T00:08:27+02:00"^^dc:W3CDTF ; - dc:license ; - dc:accessRights "Freely available for non-commercial use" ; - dc11:rights "Copyright (c) 2012 Université d'Orléans/LLL" . - - - - a edm:WebResource ; - dc:extent "PT2M35S" ; - dc11:format "audio/x-wav"^^dc:IMT ; - edm:isDerivativeOf ; - dc:created "1997-08-29"^^dc:W3CDTF ; - dc:issued "2010-10-23T00:08:27+02:00"^^dc:W3CDTF ; - dc:license ; - dc:accessRights "Freely available for non-commercial use" ; - dc11:rights "Copyright (c) 2012 Université d'Orléans/LLL" . - - - - a edm:WebResource ; - dc:extent "PT2M35S" ; - dc11:format "audio/mpeg"^^dc:IMT ; - edm:isDerivativeOf ; - dc:created "1997-08-29"^^dc:W3CDTF ; - dc:issued "2010-10-23T00:08:27+02:00"^^dc:W3CDTF ; - dc:license ; - dc:accessRights "Freely available for non-commercial use" ; - dc11:rights "Copyright (c) 2012 Université d'Orléans/LLL" . - -EOT - , - 'TEXT' => << . - @prefix edm: . - @prefix dc11: . - @prefix olac: . - @prefix dc: . - @prefix skos: . - - - a ore:Aggregation ; - edm:aggregatedCHO ; - edm:provider "Corpus de la Parole"@fr ; - edm:dataProvider ; - edm:isShownAt ; - edm:isShownBy ; - edm:rights ; - edm:hasView , . - - - a edm:ProvidedCHO ; - dc:identifier "crdo-UVE_MOCIKA_SOUND" ; - dc11:description "Voilà pourquoi le bernard-l'hermite, aujourd'hui, se cache dans les coquilles vides qu'il trouve, alors que le crabe de cocotier n'a pas honte de se promener tout nu."@fr ; - dc11:language ; - dc11:publisher ; - dc11:rights "Copyright (c) Moyse-Faurie, Claire" ; - dc11:type "primary_text"^^olac:linguistic-type, , "narrative"^^olac:discourse-type ; - dc:license ; - dc11:subject ; - dc11:title "The two hermit crabs and the coconut crab"@en ; - dc:accessRights "Freely available for non-commercial use" ; - dc11:rights "Copyright (c) 2012 Université d'Orléans/LLL" ; - edm:isGatheredInto , ; - dc:alternative "Les deux bernard-l'hermite et le crabe de cocotier"@fr ; - olac:depositor ; - dc11:contributor , "Moyse-Faurie, Claire", "Idakote, Félicien" ; - olac:researcher "Moyse-Faurie, Claire" ; - olac:speaker "Idakote, Félicien" ; - dc:available "2011-02-05"^^dc:W3CDTF ; - dc:issued "2011-02-05T23:22:23+01:00"^^dc:W3CDTF ; - dc:modified "2002-02-20"^^dc:W3CDTF ; - dc:spatial [ - a edm:Place ; - skos:note "NC"^^dc:ISO3166, "New Caledonia, Ohnyat (Ouvéa)" - ] . - - - a edm:WebResource ; - dc11:format "application/xml"^^dc:IMT ; - dc:issued "2011-02-05T23:22:23+01:00"^^dc:W3CDTF ; - dc:license ; - dc:accessRights "Freely available for non-commercial use" ; - dc11:rights "Copyright (c) 2012 Université d'Orléans/LLL" . - - - - a edm:WebResource ; - dc11:format "application/xhtml+xml"^^dc:IMT ; - dc:issued "2011-02-05T23:22:23+01:00"^^dc:W3CDTF ; - dc:license ; - dc:accessRights "Freely available for non-commercial use" ; - dc11:rights "Copyright (c) 2012 Université d'Orléans/LLL" . - -EOT + 'SOUND' => __DIR__.'/files/CocoonTextRdfMergerTest/sound.ttl', + 'SOUND_NO_MOD' => __DIR__.'/files/CocoonTextRdfMergerTest/sound_no_mod.ttl', + 'SOUND_NO_CREATED' => __DIR__.'/files/CocoonTextRdfMergerTest/sound_no_created.ttl', + 'TEXT' => __DIR__.'/files/CocoonTextRdfMergerTest/text.ttl', + 'TEXT_CREATED' => __DIR__.'/files/CocoonTextRdfMergerTest/text_created.ttl' ]; - private $inputGraphes = []; private $resGraph = []; @@ -268,7 +33,7 @@ parent::setUp(); foreach(CocoonTextRdfMergerTest::TEST_INPUT_DOCS as $key => $inputDoc) { - $this->inputGraphes[$key] = new Graph("http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-CFPP2000_35_SOUND", $inputDoc); + $this->inputGraphes[$key] = new Graph("http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-CFPP2000_35_SOUND", file_get_contents($inputDoc)); } $merger = new CocoonTextRdfMerger(); @@ -279,6 +44,25 @@ $this->resGraph['SOUND_NO_MOD_TEXT'] = $merger->mergeGraph($this->inputGraphes['SOUND_NO_MOD'], $this->inputGraphes['TEXT']); $merger = new CocoonSoundRdfMerger(); $this->resGraph['TEXT_SOUND_NO_MOD'] = $merger->mergeGraph($this->inputGraphes['TEXT'], $this->inputGraphes['SOUND_NO_MOD']); + + $merger = new CocoonSoundRdfMerger(); + $this->resGraph['CREATED_TEXT_NO_CREATED_SOUND_NO_CREATED'] = $merger->mergeGraph($this->inputGraphes['TEXT'], $this->inputGraphes['SOUND_NO_CREATED']); + $merger = new CocoonSoundRdfMerger(); + $this->resGraph['CREATED_TEXT_SOUND_NO_CREATED'] = $merger->mergeGraph($this->inputGraphes['TEXT_CREATED'], $this->inputGraphes['SOUND_NO_CREATED']); + $merger = new CocoonSoundRdfMerger(); + $this->resGraph['CREATED_TEXT_NO_CREATED_SOUND'] = $merger->mergeGraph($this->inputGraphes['TEXT'], $this->inputGraphes['SOUND']); + $merger = new CocoonSoundRdfMerger(); + $this->resGraph['CREATED_TEXT_SOUND'] = $merger->mergeGraph($this->inputGraphes['TEXT_CREATED'], $this->inputGraphes['SOUND']); + + $merger = new CocoonTextRdfMerger(); + $this->resGraph['CREATED_SOUND_NO_CREATED_TEXT_NO_CREATED'] = $merger->mergeGraph($this->inputGraphes['SOUND_NO_CREATED'], $this->inputGraphes['TEXT']); + $merger = new CocoonTextRdfMerger(); + $this->resGraph['CREATED_SOUND_TEXT_NO_CREATED'] = $merger->mergeGraph($this->inputGraphes['SOUND'], $this->inputGraphes['TEXT']); + $merger = new CocoonTextRdfMerger(); + $this->resGraph['CREATED_SOUND_NO_CREATED_TEXT'] = $merger->mergeGraph($this->inputGraphes['SOUND_NO_CREATED'], $this->inputGraphes['TEXT_CREATED']); + $merger = new CocoonTextRdfMerger(); + $this->resGraph['CREATED_SOUND_TEXT'] = $merger->mergeGraph($this->inputGraphes['SOUND'], $this->inputGraphes['TEXT_CREATED']); + } public function tearDown() { @@ -448,5 +232,187 @@ } + /** + * Test merge created merge TEXT with no created into SOUND with no created + * Should have no values + * @return void + */ + public function testCreatedSoundNocreatedTextNoCreated() { + + $resGraph = $this->resGraph["CREATED_SOUND_NO_CREATED_TEXT_NO_CREATED"]; + + $providedCHO = $resGraph->get('edm:ProvidedCHO', '^rdf:type'); + $this->assertNotNull($providedCHO); + + $outputValuesStr = []; + foreach($providedCHO->all($resGraph->resource("http://purl.org/dc/terms/created")) as $outputValue) { + array_push($outputValuesStr, strval($outputValue)); + } + $this->assertEmpty($outputValuesStr, "we must found no values to test http://purl.org/dc/terms/created"); + } + + /** + * Test merge created merge TEXT with created into SOUND with no created + * Should have no values + * @return void + */ + public function testCreatedSoundNoCreatedTextCreated() { + + $resGraph = $this->resGraph["CREATED_SOUND_NO_CREATED_TEXT"]; + + $providedCHO = $resGraph->get('edm:ProvidedCHO', '^rdf:type'); + $this->assertNotNull($providedCHO); + + $outputValuesStr = []; + foreach($providedCHO->all($resGraph->resource("http://purl.org/dc/terms/created")) as $outputValue) { + array_push($outputValuesStr, strval($outputValue)); + } + $this->assertEmpty($outputValuesStr, "we must found no values to test http://purl.org/dc/terms/created"); + + } + + /** + * Test merge created + * Merge TEXT with no created into SOUND with created + * Should have no values + * @return void + */ + public function testCreatedSoundCreatedTextNoCreated() { + + $resGraph = $this->resGraph["CREATED_SOUND_TEXT_NO_CREATED"]; + + $providedCHO = $resGraph->get('edm:ProvidedCHO', '^rdf:type'); + $baseNode = $this->inputGraphes['SOUND']->get('edm:ProvidedCHO', '^rdf:type'); + $this->assertNotNull($providedCHO); + $this->assertNotNull($baseNode); + + $outputValuesStr = []; + foreach($providedCHO->all($resGraph->resource("http://purl.org/dc/terms/created")) as $outputValue) { + array_push($outputValuesStr, strval($outputValue)); + } + $this->assertNotEmpty($outputValuesStr, "we must foundvalues to test http://purl.org/dc/terms/created"); + $this->assertCount(1, $outputValuesStr, "We should have one value"); + $baseCreated = $baseNode->get(""); + $this->assertEquals($outputValuesStr[0], strval($baseCreated), "We must same value than in sound"); + + } + + /** + * Test merge created + * Merge TEXT with created into SOUND with created + * Should have no values + * @return void + */ + public function testCreatedSoundCreatedTextCreated() { + + $resGraph = $this->resGraph["CREATED_SOUND_TEXT"]; + + $providedCHO = $resGraph->get('edm:ProvidedCHO', '^rdf:type'); + $baseNode = $this->inputGraphes['SOUND']->get('edm:ProvidedCHO', '^rdf:type'); + $this->assertNotNull($providedCHO); + $this->assertNotNull($baseNode); + + $outputValuesStr = []; + foreach($providedCHO->all($resGraph->resource("http://purl.org/dc/terms/created")) as $outputValue) { + array_push($outputValuesStr, strval($outputValue)); + } + $this->assertNotEmpty($outputValuesStr, "we must found values to test http://purl.org/dc/terms/created"); + $this->assertCount(1, $outputValuesStr, "We should have one value"); + $baseCreated = $providedCHO->get(""); + $this->assertEquals($outputValuesStr[0], strval($baseCreated), "We must same value than in sound"); + + } + + + /** + * Test merge created merge SOUND with no created into TEXT with no created + * Should have no values + * @return void + */ + public function testCreatedTextNocreatedSoundNoCreated() { + + $resGraph = $this->resGraph["CREATED_TEXT_NO_CREATED_SOUND_NO_CREATED"]; + + $providedCHO = $resGraph->get('edm:ProvidedCHO', '^rdf:type'); + $this->assertNotNull($providedCHO); + + $outputValuesStr = []; + foreach($providedCHO->all($resGraph->resource("http://purl.org/dc/terms/created")) as $outputValue) { + array_push($outputValuesStr, strval($outputValue)); + } + $this->assertEmpty($outputValuesStr, "we must found no values to test http://purl.org/dc/terms/created"); + } + + /** + * Test merge created merge SOUND with created into TEXT with no created + * Should have one value from sound + * @return void + */ + public function testCreatedTextNoCreatedSoundCreated() { + + $resGraph = $this->resGraph["CREATED_TEXT_NO_CREATED_SOUND"]; + + $providedCHO = $resGraph->get('edm:ProvidedCHO', '^rdf:type'); + $soundNode = $this->inputGraphes['SOUND']->get('edm:ProvidedCHO', '^rdf:type'); + $this->assertNotNull($providedCHO); + $this->assertNotNull($soundNode); + + $outputValuesStr = []; + foreach($providedCHO->all($resGraph->resource("http://purl.org/dc/terms/created")) as $outputValue) { + array_push($outputValuesStr, strval($outputValue)); + } + $this->assertNotEmpty($outputValuesStr, "we must foundvalues to test http://purl.org/dc/terms/created"); + $this->assertCount(1, $outputValuesStr, "We should have one value"); + $soundCreated = $soundNode->get(""); + $this->assertEquals($outputValuesStr[0], strval($soundCreated), "We must same value than in sound"); + + } + + /** + * Test merge created + * Merge SOUND with no created into TEXT with created + * Should have no values + * @return void + */ + public function testCreatedTextCreatedSoundNoCreated() { + + $resGraph = $this->resGraph["CREATED_TEXT_SOUND_NO_CREATED"]; + + $providedCHO = $resGraph->get('edm:ProvidedCHO', '^rdf:type'); + $this->assertNotNull($providedCHO); + + $outputValuesStr = []; + foreach($providedCHO->all($resGraph->resource("http://purl.org/dc/terms/created")) as $outputValue) { + array_push($outputValuesStr, strval($outputValue)); + } + $this->assertEmpty($outputValuesStr, "we must found no values to test http://purl.org/dc/terms/created"); + + } + + /** + * Test merge created + * Merge SOUND with created into TEXT with created + * Should have one value + * @return void + */ + public function testCreatedTextCreatedSoundCreated() { + + $resGraph = $this->resGraph["CREATED_TEXT_SOUND"]; + + $providedCHO = $resGraph->get('edm:ProvidedCHO', '^rdf:type'); + $soundNode = $this->inputGraphes['SOUND']->get('edm:ProvidedCHO', '^rdf:type'); + $this->assertNotNull($providedCHO); + $this->assertNotNull($soundNode); + + $outputValuesStr = []; + foreach($providedCHO->all($resGraph->resource("http://purl.org/dc/terms/created")) as $outputValue) { + array_push($outputValuesStr, strval($outputValue)); + } + $this->assertNotEmpty($outputValuesStr, "we must found values to test http://purl.org/dc/terms/created"); + $this->assertCount(1, $outputValuesStr, "We should have one value"); + $soundCreated = $soundNode->get(""); + $this->assertEquals($outputValuesStr[0], strval($soundCreated), "We must same value than in sound"); + + } }