Skip to content

Instantly share code, notes, and snippets.

@aurimasv
Created July 10, 2014 02:35
Show Gist options
  • Save aurimasv/9f734d1551586148f338 to your computer and use it in GitHub Desktop.
Save aurimasv/9f734d1551586148f338 to your computer and use it in GitHub Desktop.
CSE sort
<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:Article rdf:about="#item_90">
<z:itemType>journalArticle</z:itemType>
<dcterms:isPartOf>
<bib:Journal></bib:Journal>
</dcterms:isPartOf>
<bib:authors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Smith</foaf:surname>
<foaf:givenname>A.</foaf:givenname>
</foaf:Person>
</rdf:li>
<rdf:li>
<foaf:Person>
<foaf:surname>Jones</foaf:surname>
<foaf:givenname>B.</foaf:givenname>
</foaf:Person>
</rdf:li>
<rdf:li>
<foaf:Person>
<foaf:surname>Carson</foaf:surname>
<foaf:givenname>C.</foaf:givenname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:authors>
<dc:title>Alzheimer disease</dc:title>
</bib:Article>
<bib:Article rdf:about="#item_89">
<z:itemType>journalArticle</z:itemType>
<dcterms:isPartOf>
<bib:Journal></bib:Journal>
</dcterms:isPartOf>
<bib:authors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Smith</foaf:surname>
<foaf:givenname>A.</foaf:givenname>
</foaf:Person>
</rdf:li>
<rdf:li>
<foaf:Person>
<foaf:surname>Jones</foaf:surname>
<foaf:givenname>B.</foaf:givenname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:authors>
<dc:title>Downs syndrome</dc:title>
</bib:Article>
<bib:Article rdf:about="#item_91">
<z:itemType>journalArticle</z:itemType>
<dcterms:isPartOf>
<bib:Journal></bib:Journal>
</dcterms:isPartOf>
<bib:authors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Smith</foaf:surname>
<foaf:givenname>A.</foaf:givenname>
</foaf:Person>
</rdf:li>
<rdf:li>
<foaf:Person>
<foaf:surname>Martin</foaf:surname>
<foaf:givenname>G.</foaf:givenname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:authors>
<dc:title>Cutting corners</dc:title>
</bib:Article>
<bib:Article rdf:about="#item_82">
<z:itemType>journalArticle</z:itemType>
<dcterms:isPartOf>
<bib:Journal></bib:Journal>
</dcterms:isPartOf>
<bib:authors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Smith</foaf:surname>
<foaf:givenname>A.</foaf:givenname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:authors>
<dc:title>History repeats itself</dc:title>
</bib:Article>
<bib:Article rdf:about="#item_88">
<z:itemType>journalArticle</z:itemType>
<dcterms:isPartOf>
<bib:Journal></bib:Journal>
</dcterms:isPartOf>
<bib:authors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Smith</foaf:surname>
<foaf:givenname>A.</foaf:givenname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:authors>
<dc:title>New approaches to staining</dc:title>
</bib:Article>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment