@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_7c581d94-89ba-4e5c-9f87-9db5fa42f98d
  a a2a:Record ;
  rdfs:label "Doop op 2 februari 1725" ;
  a2a:hasPerson oa:person_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_Person-961f6b02-5f94-53f7-e053-b784100aa83b, oa:person_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_Person-961f6b02-5f95-53f7-e053-b784100aa83b, oa:person_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_Person-961f6b02-5f96-53f7-e053-b784100aa83b, oa:person_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_Person-961f6b02-5f97-53f7-e053-b784100aa83b, oa:person_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_Person-961f6b02-5f98-53f7-e053-b784100aa83b ;
  a2a:hasEvent oa:event_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_0, oa:relationep_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_1, oa:relationep_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_2, oa:relationep_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_3, oa:relationep_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_4 ;
  a2a:hasSource oa:source_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d .

oa:person_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_Person-961f6b02-5f94-53f7-e053-b784100aa83b
  a a2a:Person ;
  rdfs:label "Johannes" ;
  a2a:PersonName [
    rdfs:label "Johannes" ;
    a2a:PersonNameFirstName "Johannes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_Person-961f6b02-5f95-53f7-e053-b784100aa83b
  a a2a:Person ;
  rdfs:label "Hendrik Jakel" ;
  a2a:PersonName [
    rdfs:label "Hendrik Jakel" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Jakel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_Person-961f6b02-5f96-53f7-e053-b784100aa83b
  a a2a:Person ;
  rdfs:label "Clemensia Dortmont" ;
  a2a:PersonName [
    rdfs:label "Clemensia Dortmont" ;
    a2a:PersonNameFirstName "Clemensia" ;
    a2a:PersonNameLastName "Dortmont"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_Person-961f6b02-5f97-53f7-e053-b784100aa83b
  a a2a:Person ;
  rdfs:label "Johannes Kloppenburg" ;
  a2a:PersonName [
    rdfs:label "Johannes Kloppenburg" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Kloppenburg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_Person-961f6b02-5f98-53f7-e053-b784100aa83b
  a a2a:Person ;
  rdfs:label "Sophia Kiven" ;
  a2a:PersonName [
    rdfs:label "Sophia Kiven" ;
    a2a:PersonNameFirstName "Sophia" ;
    a2a:PersonNameLastName "Kiven"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1725" ;
    a2a:Month "2" ;
    a2a:Day "2" ;
    rdfs:label "1725-02-02"^^xsd:date
  ] ;
  a2a:EventReligion "Evangelisch-Luthers" .

oa:relationep_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_Person:961f6b02-5f94-53f7-e053-b784100aa83b ;
  a2a:EventKeyRef oa:event_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_Event1 .

oa:relationep_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_Person:961f6b02-5f95-53f7-e053-b784100aa83b ;
  a2a:EventKeyRef oa:event_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_Event1 .

oa:relationep_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_Person:961f6b02-5f96-53f7-e053-b784100aa83b ;
  a2a:EventKeyRef oa:event_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_Event1 .

oa:relationep_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_Person:961f6b02-5f97-53f7-e053-b784100aa83b ;
  a2a:EventKeyRef oa:event_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_Event1 .

oa:relationep_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_Person:961f6b02-5f98-53f7-e053-b784100aa83b ;
  a2a:EventKeyRef oa:event_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d_Event1 .

oa:source_saa_7c581d94-89ba-4e5c-9f87-9db5fa42f98d
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1725-02-02 - 1725-02-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1725-02-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1725-02-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1725" ;
    a2a:Month "2" ;
    a2a:Day "2" ;
    rdfs:label "1725-02-02"^^xsd:date
  ] ;
  a2a:SourceType "other:DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 208A, Periode: 1725" ;
    a2a:Book "DTB Dopen" ;
    a2a:DocumentNumber "DTB 208A" ;
    a2a:RegistryNumber "208A" ;
    a2a:Folio "p.60(folio 40v), nr.4" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 208A, Periode: 1725, DTB Dopen, DTB 208A, 208A, p.60(folio 40v), nr.4"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/928fa8bb-131d-08f2-d702-a2ed9dd6daf5.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/7c581d94-89ba-4e5c-9f87-9db5fa42f98d" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/928fa8bb-131d-08f2-d702-a2ed9dd6daf5.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/9b27833c-e49d-7ea4-356b-6c1f0814df88.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/7c581d94-89ba-4e5c-9f87-9db5fa42f98d" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/9b27833c-e49d-7ea4-356b-6c1f0814df88.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-03-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/7c581d94-89ba-4e5c-9f87-9db5fa42f98d" ;
  a2a:RecordGUID "{7c581d94-89ba-4e5c-9f87-9db5fa42f98d}" ;
  a2a:SourceRemarkOpmerking "Kerk: Lutherse Kerk" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5001/208A" ;
  a2a:SourceRemarkAkteSoort "Doop" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210118_00042638.xml van SAA" .

