ltem for CSL period test
This file contains 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: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