add a html 5 audio player to play the current item clicked
<?phpnamespaceCorpusParole\Libraries\Mappers;/** * Map a rdf graph to one more graph(es). */interfaceRdfMapper{/** * Map an Rdf Graph from one model to another * @return the new mapped graph */functionmapGraph();/** * Get output graphes * @return array */functiongetOutputGraphes();}