<?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();}