Skip to content

Instantly share code, notes, and snippets.

@dowens76
Created February 16, 2012 15:56
Show Gist options
  • Save dowens76/1845907 to your computer and use it in GitHub Desktop.
Save dowens76/1845907 to your computer and use it in GitHub Desktop.
Problem item in Zotero - following citations in long document do not form as ibid when they should
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:z="http://www.zotero.org/namespaces/export#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:bib="http://purl.org/net/biblio#"
xmlns:vcard="http://nwalsh.com/rdf/vCard#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:link="http://purl.org/rss/1.0/modules/link/">
<bib:BookSection rdf:about="urn:isbn:3534043340">
<z:itemType>bookSection</z:itemType>
<dcterms:isPartOf>
<bib:Book>
<dc:title>Zur neueren Psalmenforschung</dc:title>
<dc:identifier>ISBN 3534043340</dc:identifier>
</bib:Book>
</dcterms:isPartOf>
<dc:publisher>
<foaf:Organization>
<vcard:adr>
<vcard:Address>
<vcard:locality>Darmstadt</vcard:locality>
</vcard:Address>
</vcard:adr>
<foaf:name>Wissenschaftliche Buchgesellschaft</foaf:name>
</foaf:Organization>
</dc:publisher>
<bib:authors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Galling</foaf:surname>
<foaf:givenname>Kurt</foaf:givenname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:authors>
<bib:editors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Neumann</foaf:surname>
<foaf:givenname>Peter H. A.</foaf:givenname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:editors>
<link:link rdf:resource="#item_3145"/>
<link:link rdf:resource="#item_3146"/>
<dc:title>Der Beichtspiegel: eine gattungsgeschictliche Studie (1929)</dc:title>
<dc:date>1976</dc:date>
<bib:pages>168–75</bib:pages>
<z:shortTitle>Der Beichtspiegel</z:shortTitle>
</bib:BookSection>
<z:Attachment rdf:about="#item_3145">
<z:itemType>attachment</z:itemType>
<dc:title>Galling_DerBeichtspiegel.doc</dc:title>
<link:type>application/msword</link:type>
</z:Attachment>
<z:Attachment rdf:about="#item_3146">
<z:itemType>attachment</z:itemType>
<dc:title>Galling_DerBeichtspiegel.pdf</dc:title>
<link:type>application/pdf</link:type>
</z:Attachment>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment