Skip to content

Instantly share code, notes, and snippets.

@njbart
Created January 3, 2018 15:17
Show Gist options
  • Save njbart/452ba994603ae151d25b1900c3199c17 to your computer and use it in GitHub Desktop.
Save njbart/452ba994603ae151d25b1900c3199c17 to your computer and use it in GitHub Desktop.
<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:bib="http://purl.org/net/biblio#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<bib:Document rdf:about="#item_34383">
<z:itemType>webpage</z:itemType>
<dcterms:isPartOf>
<z:Website></z:Website>
</dcterms:isPartOf>
<bib:authors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Medici</foaf:surname>
<foaf:givenname>Lorenzo de’​</foaf:givenname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:authors>
<dc:date>2016</dc:date>
<dc:title>Title</dc:title>
</bib:Document>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment