Skip to content

Instantly share code, notes, and snippets.

Created May 23, 2017 06:38
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/007f63f6711f71e4a1b53f366de030ab to your computer and use it in GitHub Desktop.
Save anonymous/007f63f6711f71e4a1b53f366de030ab to your computer and use it in GitHub Desktop.
state.fun problem - sample reference
<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:prism="http://prismstandard.org/namespaces/1.2/basic/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
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="http://onlinelibrary.wiley.com/doi/10.1111/j.1758-5899.2010.00045.x/full">
<z:itemType>journalArticle</z:itemType>
<dcterms:isPartOf>
<bib:Journal>
<prism:volume>1</prism:volume>
<prism:number>3</prism:number>
<dc:title>Global Policy</dc:title>
</bib:Journal>
</dcterms:isPartOf>
<bib:authors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Falkner</foaf:surname>
<foaf:givenname>Robert</foaf:givenname>
</foaf:Person>
</rdf:li>
<rdf:li>
<foaf:Person>
<foaf:surname>Stephan</foaf:surname>
<foaf:givenname>Hannes</foaf:givenname>
</foaf:Person>
</rdf:li>
<rdf:li>
<foaf:Person>
<foaf:surname>Vogler</foaf:surname>
<foaf:givenname>John</foaf:givenname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:authors>
<link:link rdf:resource="#item_17665"/>
<link:link rdf:resource="#item_17664"/>
<dc:identifier>
<dcterms:URI>
<rdf:value>http://onlinelibrary.wiley.com/doi/10.1111/j.1758-5899.2010.00045.x/full</rdf:value>
</dcterms:URI>
</dc:identifier>
<bib:pages>252–262</bib:pages>
<dc:date>2010</dc:date>
<dcterms:dateSubmitted>2016-12-08 11:57:14</dcterms:dateSubmitted>
<z:libraryCatalog>Google Scholar</z:libraryCatalog>
<dc:title>International climate policy after Copenhagen: towards a ‘building blocks’ approach</dc:title>
<z:shortTitle>International climate policy after Copenhagen</z:shortTitle>
</bib:Article>
<z:Attachment rdf:about="#item_17665">
<z:itemType>attachment</z:itemType>
<dc:identifier>
<dcterms:URI>
<rdf:value>http://eprints.lse.ac.uk/30002/1/International_Climate_Policy.pdf</rdf:value>
</dcterms:URI>
</dc:identifier>
<dcterms:dateSubmitted>2016-12-08 11:57:14</dcterms:dateSubmitted>
<dc:title>[PDF] lse.ac.uk</dc:title>
<z:linkMode>3</z:linkMode>
<link:type>application/pdf</link:type>
</z:Attachment>
<z:Attachment rdf:about="#item_17664">
<z:itemType>attachment</z:itemType>
<dc:identifier>
<dcterms:URI>
<rdf:value>http://onlinelibrary.wiley.com/doi/10.1111/j.1758-5899.2010.00045.x/full</rdf:value>
</dcterms:URI>
</dc:identifier>
<dcterms:dateSubmitted>2016-12-08 11:57:14</dcterms:dateSubmitted>
<dc:title>Snapshot</dc:title>
<z:linkMode>3</z:linkMode>
<link:type>text/html</link:type>
</z:Attachment>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment