Skip to content

Instantly share code, notes, and snippets.

Created March 25, 2012 09:54
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/2192628 to your computer and use it in GitHub Desktop.
Save anonymous/2192628 to your computer and use it in GitHub Desktop.
Zotero Patent UK
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:z="http://www.zotero.org/namespaces/export#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
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#">
<bib:Patent rdf:about="#item_85">
<z:itemType>patent</z:itemType>
<z:inventors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Hammond Type-Writer Company</foaf:surname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</z:inventors>
<dc:title>Improvements in Type-writers</dc:title>
<z:country>United Kingdom</z:country>
<z:issuingAuthority>The Patent Office</z:issuingAuthority>
<prism:number>10,460</prism:number>
<z:filingDate>1901-05-20 20-05-1901</z:filingDate>
<dc:date>22-06-1931</dc:date>
<z:language>en</z:language>
<dc:description>{:jurisdiction:uk}</dc:description>
</bib:Patent>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment