Skip to content

Instantly share code, notes, and snippets.

Created January 31, 2012 17:40
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/1711781 to your computer and use it in GitHub Desktop.
Save anonymous/1711781 to your computer and use it in GitHub Desktop.
<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:prism="http://prismstandard.org/namespaces/1.2/basic/"
xmlns:vcard="http://nwalsh.com/rdf/vCard#"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<bib:BookSection rdf:about="urn:isbn:0687278236">
<z:itemType>bookSection</z:itemType>
<dcterms:isPartOf>
<bib:Book>
<dcterms:isPartOf>
<bib:Series>
<dc:title>New Interpreter’s Bible</dc:title>
</bib:Series>
</dcterms:isPartOf>
<dc:title>Acts, Introduction to Epistolary Literature, Romans, 1 Corinthians</dc:title>
<prism:volume>10</prism:volume>
<dc:identifier>ISBN 0687278236</dc:identifier>
</bib:Book>
</dcterms:isPartOf>
<dc:publisher>
<foaf:Organization>
<vcard:adr>
<vcard:Address>
<vcard:locality>Nashville</vcard:locality>
</vcard:Address>
</vcard:adr>
<foaf:name>Abingdon</foaf:name>
</foaf:Organization>
</dc:publisher>
<bib:authors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Wright</foaf:surname>
<foaf:givenname>N. T.</foaf:givenname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:authors>
<bib:editors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Keck</foaf:surname>
<foaf:givenname>Leander E.</foaf:givenname>
</foaf:Person>
</rdf:li>
<rdf:li>
<foaf:Person>
<foaf:surname>Long</foaf:surname>
<foaf:givenname>Thomas G.</foaf:givenname>
</foaf:Person>
</rdf:li>
<rdf:li>
<foaf:Person>
<foaf:surname>Petersen</foaf:surname>
<foaf:givenname>David L.</foaf:givenname>
</foaf:Person>
</rdf:li>
<rdf:li>
<foaf:Person>
<foaf:surname>Birch</foaf:surname>
<foaf:givenname>Bruce C.</foaf:givenname>
</foaf:Person>
</rdf:li>
<rdf:li>
<foaf:Person>
<foaf:surname>Collins</foaf:surname>
<foaf:givenname>John J.</foaf:givenname>
</foaf:Person>
</rdf:li>
<rdf:li>
<foaf:Person>
<foaf:surname>Pfisterer</foaf:surname>
<foaf:givenname>Katheryn</foaf:givenname>
</foaf:Person>
</rdf:li>
<rdf:li>
<foaf:Person>
<foaf:surname>Lane</foaf:surname>
<foaf:givenname>William L.</foaf:givenname>
</foaf:Person>
</rdf:li>
<rdf:li>
<foaf:Person>
<foaf:surname>Massey</foaf:surname>
<foaf:givenname>James Earl</foaf:givenname>
</foaf:Person>
</rdf:li>
<rdf:li>
<foaf:Person>
<foaf:surname>O'Day</foaf:surname>
<foaf:givenname>Gail R.</foaf:givenname>
</foaf:Person>
</rdf:li>
<rdf:li>
<foaf:Person>
<foaf:surname>Soards</foaf:surname>
<foaf:givenname>Marion L.</foaf:givenname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:editors>
<dc:title>The Letter to the Romans</dc:title>
<dc:date>2002</dc:date>
<bib:pages>393–770</bib:pages>
<z:shortTitle>Letter to the Romans</z:shortTitle>
<z:libraryCatalog>Amazon.com</z:libraryCatalog>
<dc:subject>
<dcterms:LCC><rdf:value>BS491.2 .N484 v.10</rdf:value></dcterms:LCC>
</dc:subject>
</bib:BookSection>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment