Skip to content

Instantly share code, notes, and snippets.

Created July 31, 2011 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1117319 to your computer and use it in GitHub Desktop.
Save anonymous/1117319 to your computer and use it in GitHub Desktop.
A minimal set of Zotero entries showing bad APA sorting
<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/">
<bib:Article rdf:about="http://www.guardian.co.uk/commentisfree/2011/jul/24/charlie-brooker-norway-mass-killings">
<z:itemType>newspaperArticle</z:itemType>
<dcterms:isPartOf>
<bib:Newspaper><dc:title>The Guardian</dc:title></bib:Newspaper>
</dcterms:isPartOf>
<dc:publisher>
<foaf:Organization>
<vcard:adr>
<vcard:Address>
<vcard:locality>London</vcard:locality>
</vcard:Address>
</vcard:adr>
</foaf:Organization>
</dc:publisher>
<bib:authors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Brooker</foaf:surname>
<foaf:givenname>Charlie</foaf:givenname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:authors>
<dc:title>The news coverage of the Norway mass-killings was fact-free conjecture</dc:title>
<dc:date>24 July 2011</dc:date>
<dc:identifier>
<dcterms:URI>
<rdf:value>http://www.guardian.co.uk/commentisfree/2011/jul/24/charlie-brooker-norway-mass-killings</rdf:value>
</dcterms:URI>
</dc:identifier>
<dcterms:dateSubmitted>2011-07-31</dcterms:dateSubmitted>
</bib:Article>
<bib:Article rdf:about="http://www.guardian.co.uk/commentisfree/2011/jul/31/blue-sky-thinking">
<z:itemType>newspaperArticle</z:itemType>
<dcterms:isPartOf>
<bib:Newspaper><dc:title>The Guardian</dc:title></bib:Newspaper>
</dcterms:isPartOf>
<dc:publisher>
<foaf:Organization>
<vcard:adr>
<vcard:Address>
<vcard:locality>London</vcard:locality>
</vcard:Address>
</vcard:adr>
</foaf:Organization>
</dc:publisher>
<bib:authors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Brooker</foaf:surname>
<foaf:givenname>Charlie</foaf:givenname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:authors>
<dc:title>Let's think outside the box here: maybe blue-sky thinking is nonsense</dc:title>
<dc:date>2011-07-31</dc:date>
<dc:identifier>
<dcterms:URI>
<rdf:value>http://www.guardian.co.uk/commentisfree/2011/jul/31/blue-sky-thinking</rdf:value>
</dcterms:URI>
</dc:identifier>
<dcterms:dateSubmitted>2011-07-31</dcterms:dateSubmitted>
</bib:Article>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment