Skip to content

Instantly share code, notes, and snippets.

Created August 12, 2012 22:23
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/3334921 to your computer and use it in GitHub Desktop.
Save anonymous/3334921 to your computer and use it in GitHub Desktop.
example of reference
<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:dc="http://purl.org/dc/elements/1.1/"
xmlns:bib="http://purl.org/net/biblio#"
xmlns:vcard="http://nwalsh.com/rdf/vCard#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:prism="http://prismstandard.org/namespaces/1.2/basic/">
<bib:Book rdf:about="urn:isbn:isbn">
<z:itemType>book</z:itemType>
<dcterms:isPartOf>
<bib:Series>
<dc:title>Serijos pav.</dc:title><dc:identifier>2</dc:identifier>
</bib:Series>
</dcterms:isPartOf>
<dc:publisher>
<foaf:Organization>
<vcard:adr>
<vcard:Address>
<vcard:locality>Vieta</vcard:locality>
</vcard:Address>
</vcard:adr>
<foaf:name>leidėjas</foaf:name>
</foaf:Organization>
</dc:publisher>
<bib:authors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>autorius</foaf:surname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:authors>
<z:seriesEditors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>autorius</foaf:surname>
<foaf:givenname>serijos</foaf:givenname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</z:seriesEditors>
<bib:contributors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>autorius, tikrasis</foaf:surname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:contributors>
<z:translators>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>vertėjas</foaf:surname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</z:translators>
<dc:subject>kaywords</dc:subject>
<dc:title>bandoma knyga</dc:title>
<dcterms:abstract>abstract</dcterms:abstract>
<prism:volume>6</prism:volume>
<z:numberOfVolumes>9</z:numberOfVolumes>
<prism:edition>2nd</prism:edition>
<dc:date>1245</dc:date>
<z:numPages>12</z:numPages>
<z:language>en</z:language>
<dc:identifier>ISBN isbn</dc:identifier>
<z:shortTitle>short title</z:shortTitle>
<dc:identifier>
<dcterms:URI><rdf:value>url</rdf:value></dcterms:URI>
</dc:identifier>
<dcterms:dateSubmitted>2000-12-21</dcterms:dateSubmitted>
<z:archive>būklė</z:archive>
<dc:coverage>kur</dc:coverage>
<z:libraryCatalog>kaina</z:libraryCatalog>
<dc:subject>
<dcterms:LCC><rdf:value>call nr.</rdf:value></dcterms:LCC>
</dc:subject>
<dc:description>puslapiai santr
sudarytojas santr
tomas santr
numeris santr
notes
aut, translated
translated title</dc:description>
</bib:Book>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment