Skip to content

Instantly share code, notes, and snippets.

@fbennett
Created February 22, 2015 01:17
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/0710d296269035ae38bd to your computer and use it in GitHub Desktop.
Save fbennett/0710d296269035ae38bd to your computer and use it in GitHub Desktop.
Input data for stray period issue
<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/"
xmlns:link="http://purl.org/rss/1.0/modules/link/">
<bib:Article rdf:about="#item_11146">
<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>
<link:link rdf:resource="#item_11145"/>
<dc:title>A book, the application, and the outcomes: how right was Alfred Kahn in &lt;i&gt;The Economics of Regulation&lt;/i&gt; about the effects of the deregulation of the US domestic airline market?</dc:title>
<dc:date>2015</dc:date>
</bib:Article>
<z:Attachment rdf:about="#item_11145">
<z:itemType>attachment</z:itemType>
<rdf:resource rdf:resource="files/11145/HOPE47_1_01Button_1pp.pdf"/>
<dc:title>HOPE47_1_01Button_1pp.pdf</dc:title>
<link:type>application/pdf</link:type>
</z:Attachment>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment