Error when exporting Interview item to Unqualified Dublin Core RDF

Zotero Error Report Number: 928871278

I was trying to export the following item to the format Unqualified Dublin Core RDF, but I got an error.

<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:z="http://www.zotero.org/namespaces/export#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:bib="http://purl.org/net/biblio#">
<bib:Interview rdf:about="#item_2425">
<dc:date>1993</dc:date>
<dc:title>Nunca podremos conocer el origen de la vida</dc:title>
<z:interviewees>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:givenname>Rosaura</foaf:givenname>
<foaf:surname>Ruiz</foaf:surname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</z:interviewees>
<z:itemType>interview</z:itemType>
<z:language>EspaƱol</z:language>
<z:medium>PeriĆ³dico Zaragoza</z:medium>
</bib:Interview>

Zotero writes the file, but it displays a dialog with an error message. The output of the export is this:

<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<rdf:Description rdf:nodeID="n11">
<dc:contributor>Ruiz, Rosaura</dc:contributor>
<dc:date>1993</dc:date>
<dc:title>Nunca podremos conocer el origen de la vida</dc:title>
<dc:type>interview</dc:type>
</rdf:Description>
</rdf:RDF>

Thank you,
David.
Sign In or Register to comment.