Skip to content

Instantly share code, notes, and snippets.

@fbennett
Created February 19, 2015 06:27
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 fbennett/c0dd42feb176d4696711 to your computer and use it in GitHub Desktop.
Save fbennett/c0dd42feb176d4696711 to your computer and use it in GitHub Desktop.
ltem for CSL period test
<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:prism="http://prismstandard.org/namespaces/1.2/basic/"
xmlns:bib="http://purl.org/net/biblio#"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<bib:Article rdf:about="#item_2436">
<z:itemType>journalArticle</z:itemType>
<dcterms:isPartOf>
<bib:Journal>
<dc:title>History of Political Economy</dc:title>
<prism:volume>47</prism:volume>
<prism:number>1</prism:number>
</bib:Journal>
</dcterms:isPartOf>
<bib:authors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Button</foaf:surname>
<foaf:givenname>Kenneth J.</foaf:givenname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:authors>
<dc:title>A book, the application, and the outcomes: how right was Alfred Kahn in The Economics of Regulation about the effects of the deregulation of the US domestic airline market?</dc:title>
<dc:date>2015</dc:date>
</bib:Article>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment