Skip to content

Instantly share code, notes, and snippets.

@marcolarosa
Last active February 7, 2018 21:49
Show Gist options
  • Save marcolarosa/20d75b000f2055e4fc8e176bbd5b5fe7 to your computer and use it in GitHub Desktop.
Save marcolarosa/20d75b000f2055e4fc8e176bbd5b5fe7 to your computer and use it in GitHub Desktop.
Sample OAI record from ListRecords
<record xmlns="http://www.openarchives.org/OAI/2.0/">
<header>
<identifier>
oai:transnewguinea.org:wfg.366
</identifier>
<datestamp>
2016-12-05
</datestamp>
</header>
<metadata>
<olac:olac xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:olac="http://www.language-archives.org/OLAC/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://purl.org/dc/elements/1.1/ http://www.language-archives.org/OLAC/1.1/dc.xsd http://purl.org/dc/terms/ http://www.language-archives.org/OLAC/1.1/dcterms.xsd http://www.language-archives.org/OLAC/1.1/ http://www.language-archives.org/OLAC/1.1/olac.xsd">
<dc:contributor olac:code="editor" xsi:type="olac:role">
Simon J. Greenhill
</dc:contributor>
<dc:date xsi:type="dcterms:W3CDTF">
2016-12-05
</dc:date>
<dc:description>
Vocabulary for Zorop in transnewguinea.org
</dc:description>
<dcterms:extent>
entries
</dcterms:extent>
<dc:identifier xsi:type="dcterms:URI">
http://transnewguinea.org/language/zorop
</dc:identifier>
<dc:language olac:code="eng" xsi:type="olac:language"/>
<dc:publisher>
transnewguinea.org (transnewguinea.org)
</dc:publisher>
<dc:subject olac:code="wfg" xsi:type="olac:language">
Zorop
</dc:subject>
<dc:title>
transnewguinea.org Resources for Zorop
</dc:title>
<dc:type xsi:type="dcterms:DCMIType">
Text
</dc:type>
<dc:type olac:code="lexicon" xsi:type="olac:linguistic-type"/>
</olac:olac>
</metadata>
</record>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment