introduce new action "play" to play the sounds and "details" to show more
<?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();}