Skip to content

Instantly share code, notes, and snippets.

@adam3smith
Created August 26, 2015 16:43
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 adam3smith/b6de8c945ea01fc53209 to your computer and use it in GitHub Desktop.
Save adam3smith/b6de8c945ea01fc53209 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:dcterms="http://purl.org/dc/terms/"
xmlns:address="http://schemas.talis.com/2005/address/schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:z="http://www.zotero.org/namespaces/export#">
<z:UserItem rdf:about="http://zotero.org/users/2433/items/9UMPA7JB">
<res:resource>
<bibo:Slideshow>
<dcterms:publisher>
<foaf:Organization>
<address:localityName>New York, NY2</address:localityName>
</foaf:Organization>
</dcterms:publisher>
<dcterms:date>2001</dcterms:date>
<dcterms:type>speech</dcterms:type>
<bibo:presentedAt>
<bibo:Conference>
<dcterms:title>Meeting Name2</dcterms:title>
</bibo:Conference>
</bibo:presentedAt>
<dcterms:language>en-US</dcterms:language>
<dcterms:title>Presentation</dcterms:title>
<dcterms:creator rdf:nodeID="n12"/>
<bibo:authorList>
<rdf:Seq>
<rdf:li rdf:nodeID="n12"/>
<rdf:li rdf:nodeID="n14"/>
<rdf:li rdf:nodeID="n15"/>
</rdf:Seq>
</bibo:authorList>
<dcterms:creator rdf:nodeID="n14"/>
<dcterms:creator rdf:nodeID="n15"/>
<dcterms:contributor rdf:nodeID="n16"/>
<bibo:contributorList>
<rdf:Seq><rdf:li rdf:nodeID="n16"/></rdf:Seq>
</bibo:contributorList>
</bibo:Slideshow>
</res:resource>
</z:UserItem>
<foaf:Person rdf:nodeID="n12">
<foaf:givenname>Christopher W. V.</foaf:givenname>
<foaf:surname>Hogue</foaf:surname>
</foaf:Person>
<foaf:Person rdf:nodeID="n14">
<foaf:givenname>Andreas D.</foaf:givenname>
<foaf:surname>Baxevanis</foaf:surname>
</foaf:Person>
<foaf:Person rdf:nodeID="n15">
<foaf:givenname>B. F. Francis</foaf:givenname>
<foaf:surname>Ouellette</foaf:surname>
</foaf:Person>
<foaf:Person rdf:nodeID="n16">
<foaf:givenname>Bernhard</foaf:givenname>
<foaf:surname>Boockmann</foaf:surname>
</foaf:Person>
<z:UserItem rdf:about="http://zotero.org/users/2433/items/5PU5Q8ZX">
<res:resource>
<bibo:Slideshow>
<dcterms:publisher>
<foaf:Organization>
<address:localityName>New York, NY</address:localityName>
</foaf:Organization>
</dcterms:publisher>
<dcterms:date>2001</dcterms:date>
<dcterms:type>speech</dcterms:type>
<bibo:presentedAt>
<bibo:Conference>
<dcterms:title>Meeting Name</dcterms:title>
</bibo:Conference>
</bibo:presentedAt>
<dcterms:language>en-US</dcterms:language>
<dcterms:title>Presentation</dcterms:title>
<dcterms:creator rdf:nodeID="n22"/>
<bibo:authorList>
<rdf:Seq>
<rdf:li rdf:nodeID="n22"/>
<rdf:li rdf:nodeID="n24"/>
<rdf:li rdf:nodeID="n25"/>
</rdf:Seq>
</bibo:authorList>
<dcterms:creator rdf:nodeID="n24"/>
<dcterms:creator rdf:nodeID="n25"/>
<dcterms:contributor rdf:nodeID="n26"/>
<bibo:contributorList>
<rdf:Seq><rdf:li rdf:nodeID="n26"/></rdf:Seq>
</bibo:contributorList>
</bibo:Slideshow>
</res:resource>
</z:UserItem>
<foaf:Person rdf:nodeID="n22">
<foaf:givenname>Christopher W. V.</foaf:givenname>
<foaf:surname>Hogue</foaf:surname>
</foaf:Person>
<foaf:Person rdf:nodeID="n24">
<foaf:givenname>Andreas D.</foaf:givenname>
<foaf:surname>Baxevanis</foaf:surname>
</foaf:Person>
<foaf:Person rdf:nodeID="n25">
<foaf:givenname>B. F. Francis</foaf:givenname>
<foaf:surname>Ouellette</foaf:surname>
</foaf:Person>
<foaf:Person rdf:nodeID="n26">
<foaf:givenname>Bernhard</foaf:givenname>
<foaf:surname>Boockmann</foaf:surname>
</foaf:Person>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment