Skip to content

Instantly share code, notes, and snippets.

@robhoare
Last active August 29, 2015 14:05
Show Gist options
  • Save robhoare/7f7a6b83aca7c30373a8 to your computer and use it in GitHub Desktop.
Save robhoare/7f7a6b83aca7c30373a8 to your computer and use it in GitHub Desktop.
Example OAI-PMH
<record>
<header>
<identifier>00208b0d-f720-a7cf-d411-992006f9c8ba</identifier>
<datestamp>2014-08-29T05:53:29Z</datestamp>
</header>
<metadata>
<a2a:A2A Version="1.7" xmlns:a2a="http://Mindbus.nl/A2A" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://Mindbus.nl/A2A http://Mindbus.nl/A2A/A2AAllInOne_v.1.7.xsd">
<a2a:Person pid="Person1">
<a2a:PersonName>
<a2a:PersonNameFirstName>Johannes Nicolaas</a2a:PersonNameFirstName>
<a2a:PersonNamePrefixLastName>van der</a2a:PersonNamePrefixLastName>
<a2a:PersonNameLastName>Reijden</a2a:PersonNameLastName>
</a2a:PersonName>
<a2a:Residence>
<a2a:Place>Leiden</a2a:Place>
</a2a:Residence>
<a2a:BirthDate>
<a2a:Year>1893</a2a:Year>
<a2a:Month>01</a2a:Month>
<a2a:Day>28</a2a:Day>
</a2a:BirthDate>
<a2a:BirthPlace>
<a2a:Place>Leiden</a2a:Place>
</a2a:BirthPlace>
</a2a:Person>
<a2a:Person pid="Person2">
<a2a:PersonName>
<a2a:PersonNameFirstName>Willem Frederik</a2a:PersonNameFirstName>
<a2a:PersonNamePrefixLastName>van der</a2a:PersonNamePrefixLastName>
<a2a:PersonNameLastName>Reijden</a2a:PersonNameLastName>
</a2a:PersonName>
<a2a:Profession>banketbakker</a2a:Profession>
</a2a:Person>
<a2a:Person pid="Person3">
<a2a:PersonName>
<a2a:PersonNameFirstName>Elisabeth Adriana</a2a:PersonNameFirstName>
<a2a:PersonNameLastName>Klikee</a2a:PersonNameLastName>
</a2a:PersonName>
<a2a:Profession>zonder</a2a:Profession>
</a2a:Person>
<a2a:Event eid="Event1">
<a2a:EventType>Geboorte</a2a:EventType>
<a2a:EventDate>
<a2a:Year>1893</a2a:Year>
<a2a:Month>01</a2a:Month>
<a2a:Day>28</a2a:Day>
</a2a:EventDate>
<a2a:EventPlace>
<a2a:Place>Leiden</a2a:Place>
</a2a:EventPlace>
</a2a:Event>
<a2a:RelationEP>
<a2a:PersonKeyRef>Person1</a2a:PersonKeyRef>
<a2a:EventKeyRef>Event1</a2a:EventKeyRef>
<a2a:RelationType>Kind</a2a:RelationType>
</a2a:RelationEP>
<a2a:RelationEP>
<a2a:PersonKeyRef>Person2</a2a:PersonKeyRef>
<a2a:EventKeyRef>Event1</a2a:EventKeyRef>
<a2a:RelationType>Vader</a2a:RelationType>
</a2a:RelationEP>
<a2a:RelationEP>
<a2a:PersonKeyRef>Person3</a2a:PersonKeyRef>
<a2a:EventKeyRef>Event1</a2a:EventKeyRef>
<a2a:RelationType>Moeder</a2a:RelationType>
</a2a:RelationEP>
<a2a:Source>
<a2a:SourcePlace>
<a2a:Place>Leiden</a2a:Place>
</a2a:SourcePlace>
<a2a:SourceIndexDate>
<a2a:From>1893-01-01</a2a:From>
<a2a:To>1893-12-31</a2a:To>
</a2a:SourceIndexDate>
<a2a:SourceDate>
<a2a:Year>1893</a2a:Year>
<a2a:Month>01</a2a:Month>
<a2a:Day>28</a2a:Day>
</a2a:SourceDate>
<a2a:SourceType>BS Geboorte</a2a:SourceType>
<a2a:SourceReference>
<a2a:Place>Leiden</a2a:Place>
<a2a:InstitutionName>Regionaal Archief Leiden</a2a:InstitutionName>
<a2a:Archive>516</a2a:Archive>
<a2a:Collection>Archiefnaam: Archief van de ambtenaar van de burgerlijke stand, 1816-1928, Deel: 4758, Periode: 1893</a2a:Collection>
<a2a:Book>Geboorten 1893.</a2a:Book>
<a2a:RegistryNumber>4758</a2a:RegistryNumber>
<a2a:DocumentNumber>157</a2a:DocumentNumber>
</a2a:SourceReference>
<a2a:SourceAvailableScans>
<a2a:Scan>
<a2a:OrderSequenceNumber>1</a2a:OrderSequenceNumber>
<a2a:Uri>http://images.memorix.nl/lei/thumb/1200x1200/cb6f8351-2ccf-7eeb-c547-46882218adf8.jpg</a2a:Uri>
<a2a:UriViewer>http://www.archiefleiden.nl/home/collecties/personen/zoek-op-personen/weergave/akte/layout/default/id/00208b0d-f720-a7cf-d411-992006f9c8ba</a2a:UriViewer>
<a2a:UriPreview>http://images.memorix.nl/lei/thumb/188x188/cb6f8351-2ccf-7eeb-c547-46882218adf8.jpg</a2a:UriPreview>
</a2a:Scan>
</a2a:SourceAvailableScans>
<a2a:SourceLastChangeDate>2014-08-29</a2a:SourceLastChangeDate>
<a2a:RecordGUID>{00208b0d-f720-a7cf-d411-992006f9c8ba}</a2a:RecordGUID>
</a2a:Source>
</a2a:A2A>
</metadata>
<about></about>
</record>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment