@prefix oa: <https://www.openarchieven.nl/id/> .
@prefix a2a: <https://www.openarchieven.nl/def/a2a#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6
  a a2a:Record ;
  rdfs:label "Doop op 21 mei 1732 te Amsterdam (Zuiderkerk)" ;
  a2a:hasPerson oa:person_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_Person1, oa:person_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_Person2, oa:person_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_Person3, oa:person_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_Person4, oa:person_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_Person5 ;
  a2a:hasEvent oa:event_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_0, oa:relationep_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_1, oa:relationep_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_2, oa:relationep_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_3, oa:relationep_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_4 ;
  a2a:hasSource oa:source_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6 .

oa:person_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_Person1
  a a2a:Person ;
  rdfs:label "Elisabeth" ;
  a2a:PersonName [
    rdfs:label "Elisabeth" ;
    a2a:PersonNameFirstName "Elisabeth"
  ] .

oa:person_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_Person2
  a a2a:Person ;
  rdfs:label "Matheus Stom" ;
  a2a:PersonName [
    rdfs:label "Matheus Stom" ;
    a2a:PersonNameFirstName "Matheus" ;
    a2a:PersonNameLastName "Stom"
  ] .

oa:person_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_Person3
  a a2a:Person ;
  rdfs:label "Annetie Pieters" ;
  a2a:PersonName [
    rdfs:label "Annetie Pieters" ;
    a2a:PersonNameFirstName "Annetie" ;
    a2a:PersonNameLastName "Pieters"
  ] .

oa:person_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_Person4
  a a2a:Person ;
  rdfs:label "Arie Blankes" ;
  a2a:PersonName [
    rdfs:label "Arie Blankes" ;
    a2a:PersonNameFirstName "Arie" ;
    a2a:PersonNameLastName "Blankes"
  ] .

oa:person_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_Person5
  a a2a:Person ;
  rdfs:label "Cristiena van Boxtel" ;
  a2a:PersonName [
    rdfs:label "Cristiena van Boxtel" ;
    a2a:PersonNameFirstName "Cristiena" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Boxtel"
  ] .

oa:event_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1732" ;
    a2a:Month "5" ;
    a2a:Day "21" ;
    rdfs:label "1732-05-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    a2a:DescriptiveLocationIndicator "Zuiderkerk" ;
    rdfs:label "Amsterdam, Zuiderkerk"
  ] .

oa:relationep_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_Person1 ;
  a2a:EventKeyRef oa:event_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_Event1 .

oa:relationep_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_Person2 ;
  a2a:EventKeyRef oa:event_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_Event1 .

oa:relationep_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_Person3 ;
  a2a:EventKeyRef oa:event_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_Event1 .

oa:relationep_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_Person4 ;
  a2a:EventKeyRef oa:event_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_Event1 .

oa:relationep_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_Person5 ;
  a2a:EventKeyRef oa:event_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6_Event1 .

oa:source_saa_b4d7b38d-92b6-61a3-8910-8dc6dc8317c6
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1564-01-01 - 1811-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1564-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1811-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Collection "DTB 101, p.225(folio 113), nr.24" ;
    rdfs:label "Stadsarchief Amsterdam, DTB 101, p.225(folio 113), nr.24"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriPreview "https://archief.amsterdam/api/file/A/yB253jd3y0xTKFoPUThSRTtMkR7vqHdcHusgE-5So6-O2xFxfacTJJXAQCiXf5zOBs4EzNPqdqamqr6lXHBjDw/p/medium.jpeg"
  ] ;
  a2a:SourceLastChangeDate "2016-04-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/18570NFrv5L1F01/indexen/doopregisters_1564-1811/zoek/query.nl.pl?v1=Elisabeth&a1=&d2=21&m2=5&y2=1732" ;
  a2a:RecordIdentifier "NL-SAA-23991259" ;
  a2a:RecordGUID "{b4d7b38d-92b6-61a3-8910-8dc6dc8317c6}" ;
  a2a:SourceRemarklink_EAD "https://archief.amsterdam/inventarissen/inventaris/5001.nl.html?p=1:2:101&amp;t=110" .

