Skip to content

Instantly share code, notes, and snippets.

Created March 24, 2012 15:02
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/2183978 to your computer and use it in GitHub Desktop.
Save anonymous/2183978 to your computer and use it in GitHub Desktop.
Zotero Patent
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:z="http://www.zotero.org/namespaces/export#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:vcard="http://nwalsh.com/rdf/vCard#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:prism="http://prismstandard.org/namespaces/1.2/basic/"
xmlns:bib="http://purl.org/net/biblio#">
<bib:Patent rdf:about="#item_409">
<z:itemType>patent</z:itemType>
<dc:publisher>
<foaf:Organization>
<vcard:adr>
<vcard:Address>
<vcard:locality>Milwaukee, Wisconsin</vcard:locality>
</vcard:Address>
</vcard:adr>
</foaf:Organization>
</dc:publisher>
<z:inventors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Sholes</foaf:surname>
<foaf:givenname>Christopher Latham</foaf:givenname>
</foaf:Person>
</rdf:li>
<rdf:li>
<foaf:Person>
<foaf:surname>Glidden</foaf:surname>
<foaf:givenname>Carlos</foaf:givenname>
</foaf:Person>
</rdf:li>
<rdf:li>
<foaf:Person>
<foaf:surname>Soulé</foaf:surname>
<foaf:givenname>Samuel</foaf:givenname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</z:inventors>
<dc:title>Type Writing Machine</dc:title>
<z:country>United States of America</z:country>
<z:issuingAuthority>United States Patent Office</z:issuingAuthority>
<prism:number>79,265</prism:number>
<dc:date>1868-06-23</dc:date>
</bib:Patent>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment