Skip to content

Instantly share code, notes, and snippets.

@fbennett
Created January 8, 2013 21:01
Show Gist options
  • Save fbennett/4487915 to your computer and use it in GitHub Desktop.
Save fbennett/4487915 to your computer and use it in GitHub Desktop.
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:res="http://purl.org/vocab/resourcelist/schema#"
xmlns:z="http://www.zotero.org/namespaces/export#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<z:UserItem rdf:about="http://zotero.org/users/6204/items/TBZWWHHD">
<res:resource rdf:resource="My%20URL"/>
<z:accessDate>2012-12-11 00:31:21</z:accessDate>
<z:repository>My Library Catalog</z:repository>
<dcterms:rights>My Rights</dcterms:rights>
</z:UserItem>
<bibo:AcademicArticle rdf:about="My%20URL">
<dcterms:title>My Title</dcterms:title>
<dcterms:abstract>My Abstract</dcterms:abstract>
<bibo:pages>My Pages</bibo:pages>
<dcterms:language>My Language</dcterms:language>
<bibo:doi>My DOI</bibo:doi>
<bibo:shortTitle>My Short Title</bibo:shortTitle>
<bibo:uri>My URL</bibo:uri>
<z:repository>My Archive</z:repository>
<dcterms:source>My Archive Loc.</dcterms:source>
<z:extra>My Extra</z:extra>
<dcterms:creator rdf:nodeID="n5"/>
<bibo:authorList>
<rdf:Seq><rdf:li rdf:nodeID="n5"/></rdf:Seq>
</bibo:authorList>
<dcterms:isPartOf>
<bibo:Series>
<dcterms:title>My Series Title</dcterms:title>
<dcterms:description>My Series Text</dcterms:description>
</bibo:Series>
</dcterms:isPartOf>
<dcterms:isPartOf>
<bibo:Issue>
<bibo:volume>My Volume</bibo:volume>
<bibo:issue>My Issue</bibo:issue>
<dcterms:date>My Date</dcterms:date>
<bibo:lccn>My Call No.</bibo:lccn>
<dcterms:isPartOf>
<bibo:Journal>
<dcterms:title>My Publication</dcterms:title>
<bibo:shortTitle>My Journal Abbr</bibo:shortTitle>
<bibo:issn>My ISSN</bibo:issn>
<dcterms:isPartOf>
<bibo:Series>
<dcterms:title>My Series</dcterms:title>
</bibo:Series>
</dcterms:isPartOf>
</bibo:Journal>
</dcterms:isPartOf>
</bibo:Issue>
</dcterms:isPartOf>
</bibo:AcademicArticle>
<foaf:Person rdf:nodeID="n5">
<foaf:givenname>Bob</foaf:givenname><foaf:surname>Smithxco</foaf:surname>
</foaf:Person>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment