Created
March 31, 2013 06:48
-
-
Save fbennett/5279810 to your computer and use it in GitHub Desktop.
Test data for uncited items bug(s)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <rdf:RDF | |
| xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
| xmlns:z="http://www.zotero.org/namespaces/export#" | |
| xmlns:bib="http://purl.org/net/biblio#" | |
| xmlns:foaf="http://xmlns.com/foaf/0.1/" | |
| xmlns:dc="http://purl.org/dc/elements/1.1/"> | |
| <bib:Book rdf:about="#item_3"> | |
| <z:itemType>book</z:itemType> | |
| <bib:authors> | |
| <rdf:Seq> | |
| <rdf:li> | |
| <foaf:Person> | |
| <foaf:surname>Adams</foaf:surname> | |
| <foaf:givenname>Arnie</foaf:givenname> | |
| </foaf:Person> | |
| </rdf:li> | |
| </rdf:Seq> | |
| </bib:authors> | |
| <dc:title>Cited Item A</dc:title> | |
| <dc:date>1980</dc:date> | |
| </bib:Book> | |
| <bib:Book rdf:about="#item_6"> | |
| <z:itemType>book</z:itemType> | |
| <bib:authors> | |
| <rdf:Seq> | |
| <rdf:li> | |
| <foaf:Person> | |
| <foaf:surname>Jones</foaf:surname> | |
| <foaf:givenname>John</foaf:givenname> | |
| </foaf:Person> | |
| </rdf:li> | |
| </rdf:Seq> | |
| </bib:authors> | |
| <dc:title>Cited Item B</dc:title> | |
| <dc:date>1999</dc:date> | |
| </bib:Book> | |
| <bib:Book rdf:about="#item_7"> | |
| <z:itemType>book</z:itemType> | |
| <bib:authors> | |
| <rdf:Seq> | |
| <rdf:li> | |
| <foaf:Person> | |
| <foaf:surname>Jones</foaf:surname> | |
| <foaf:givenname>John</foaf:givenname> | |
| </foaf:Person> | |
| </rdf:li> | |
| </rdf:Seq> | |
| </bib:authors> | |
| <dc:title>Cited Item C</dc:title> | |
| <dc:date>1999</dc:date> | |
| </bib:Book> | |
| <bib:Book rdf:about="#item_4"> | |
| <z:itemType>book</z:itemType> | |
| <bib:authors> | |
| <rdf:Seq> | |
| <rdf:li> | |
| <foaf:Person> | |
| <foaf:surname>Ingram</foaf:surname> | |
| <foaf:givenname>John</foaf:givenname> | |
| </foaf:Person> | |
| </rdf:li> | |
| </rdf:Seq> | |
| </bib:authors> | |
| <dc:title>Uncited Item D</dc:title> | |
| <dc:date>2000</dc:date> | |
| </bib:Book> | |
| <bib:Book rdf:about="#item_5"> | |
| <z:itemType>book</z:itemType> | |
| <bib:authors> | |
| <rdf:Seq> | |
| <rdf:li> | |
| <foaf:Person> | |
| <foaf:surname>Ingram</foaf:surname> | |
| <foaf:givenname>John</foaf:givenname> | |
| </foaf:Person> | |
| </rdf:li> | |
| </rdf:Seq> | |
| </bib:authors> | |
| <dc:title>Uncited Item E</dc:title> | |
| <dc:date>2000</dc:date> | |
| </bib:Book> | |
| </rdf:RDF> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment