Comment 0 for bug 858280

Revision history for this message
Smonff (smonff) wrote : Data::RDF::RDFTool parse_RDF_file() : bug when many authors

We don't know how to treat the many author bug for a book who has got more than one author.
Because of this bug, when dispaying data, author name is remplaced by the year of publication...

for V0.2 in get_book_element(), if the book have many authors, the authors are stored into an array, not into hashes ( e.g. : OL8567763M.rdf", "OL7361700M", etc.). Perl ref() function allows to know which type of var is in use, see http://www.perlmonks.org/?node=ref

I also imagine maybe make an AuthorRequester to get all informations about an author but I don't remenber why ?