Skip to content

Instantly share code, notes, and snippets.

@tipichris
Created October 8, 2012 09:09
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 tipichris/3851549 to your computer and use it in GitHub Desktop.
Save tipichris/3851549 to your computer and use it in GitHub Desktop.
References the don't collapse
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:z="http://www.zotero.org/namespaces/export#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:vcard="http://nwalsh.com/rdf/vCard#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:bib="http://purl.org/net/biblio#"
xmlns:prism="http://prismstandard.org/namespaces/1.2/basic/">
<bib:Book rdf:about="#item_139">
<z:itemType>book</z:itemType>
<dc:publisher>
<foaf:Organization>
<vcard:adr>
<vcard:Address>
<vcard:locality>London</vcard:locality>
</vcard:Address>
</vcard:adr>
<foaf:name>Sage</foaf:name>
</foaf:Organization>
</dc:publisher>
<bib:editors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Pollitt</foaf:surname>
<foaf:givenname>Christopher</foaf:givenname>
</foaf:Person>
</rdf:li>
<rdf:li>
<foaf:Person>
<foaf:surname>Bouckaert</foaf:surname>
<foaf:givenname>Geert</foaf:givenname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:editors>
<dc:title>Quality improvement in European public services: concepts, cases and commentary</dc:title>
<dc:date>1995</dc:date>
</bib:Book>
<bib:Book rdf:about="#item_146">
<z:itemType>book</z:itemType>
<dc:publisher>
<foaf:Organization>
<vcard:adr>
<vcard:Address>
<vcard:locality>Oxford</vcard:locality>
</vcard:Address>
</vcard:adr>
<foaf:name>Oxford University Press</foaf:name>
</foaf:Organization>
</dc:publisher>
<bib:authors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Pollitt</foaf:surname>
<foaf:givenname>Christopher</foaf:givenname>
</foaf:Person>
</rdf:li>
<rdf:li>
<foaf:Person>
<foaf:surname>Bouckaert</foaf:surname>
<foaf:givenname>Geert</foaf:givenname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:authors>
<dc:title>Public management and reform: a comparative analysis</dc:title>
<prism:edition>2</prism:edition>
<dc:date>2004</dc:date>
</bib:Book>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment