@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_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7
  a a2a:Record ;
  rdfs:label "Doop op 11 oktober 1705 te Grijpskerke" ;
  a2a:hasPerson oa:person_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_Person4577458038, oa:person_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_Person4577458039, oa:person_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_Person4577458040, oa:person_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_Person4577458041, oa:person_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_Person4577458042 ;
  a2a:hasEvent oa:event_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_Event1 ;
  a2a:hasRelationEP oa:relationep_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_0, oa:relationep_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_1, oa:relationep_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_2, oa:relationep_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_3, oa:relationep_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_4 ;
  a2a:hasSource oa:source_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7 .

oa:person_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_Person4577458038
  a a2a:Person ;
  rdfs:label "Anna Gerbrandus" ;
  a2a:PersonName [
    rdfs:label "Anna Gerbrandus" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Gerbrandus"
  ] .

oa:person_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_Person4577458039
  a a2a:Person ;
  rdfs:label "Antoni Gerbrandus" ;
  a2a:PersonName [
    rdfs:label "Antoni Gerbrandus" ;
    a2a:PersonNameFirstName "Antoni" ;
    a2a:PersonNameLastName "Gerbrandus"
  ] .

oa:person_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_Person4577458040
  a a2a:Person ;
  rdfs:label "Willemina van der Beeke" ;
  a2a:PersonName [
    rdfs:label "Willemina van der Beeke" ;
    a2a:PersonNameFirstName "Willemina" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Beeke"
  ] .

oa:person_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_Person4577458041
  a a2a:Person ;
  rdfs:label "Godefridus Deijs" ;
  a2a:PersonName [
    rdfs:label "Godefridus Deijs" ;
    a2a:PersonNameFirstName "Godefridus" ;
    a2a:PersonNameLastName "Deijs"
  ] .

oa:person_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_Person4577458042
  a a2a:Person ;
  rdfs:label "Anna Sophia Garbrandus" ;
  a2a:PersonName [
    rdfs:label "Anna Sophia Garbrandus" ;
    a2a:PersonNameFirstName "Anna Sophia" ;
    a2a:PersonNameLastName "Garbrandus"
  ] .

oa:event_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "11-10-1705" ;
    a2a:Year "1705" ;
    a2a:Month "10" ;
    a2a:Day "11" ;
    rdfs:label "1705-10-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Grijpskerke" ;
    rdfs:label "Grijpskerke"
  ] ;
  a2a:EventReligion "Nederduits Gereformeerd" .

oa:relationep_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_Person4577458038 ;
  a2a:EventKeyRef oa:event_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_Event1 .

oa:relationep_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_Person4577458039 ;
  a2a:EventKeyRef oa:event_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_Event1 .

oa:relationep_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_Person4577458040 ;
  a2a:EventKeyRef oa:event_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_Event1 .

oa:relationep_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_Person4577458041 ;
  a2a:EventKeyRef oa:event_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_Event1 .

oa:relationep_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_Person4577458042 ;
  a2a:EventKeyRef oa:event_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7_Event1 .

oa:source_zar_4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7
  a a2a:Source ;
  rdfs:label "Zeeuws Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Grijpskerke" ;
    a2a:Country "Nederland" ;
    rdfs:label "Grijpskerke, Nederland", "1705-10-11 - 1705-10-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1705-10-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1705-10-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "11-10-1705" ;
    a2a:Year "1705" ;
    a2a:Month "10" ;
    a2a:Day "11" ;
    rdfs:label "11-10-1705"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Zeeuws Archief" ;
    a2a:Place "Middelburg" ;
    a2a:Collection "Retroacta Burgerlijke Stand Zeeland [Doop-, Trouw- en Begraafregisters (DTB)], 1527-1810" ;
    a2a:Book "Grijpskerke doopboek 1704-1730" ;
    a2a:RegistryNumber "215" ;
    rdfs:label "Zeeuws Archief, Middelburg, Retroacta Burgerlijke Stand Zeeland [Doop-, Trouw- en Begraafregisters (DTB)], 1527-1810, Grijpskerke doopboek 1704-1730, 215"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/239/B8F812A773F14996A9D8FAFF210FC452" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/239/B8F812A773F14996A9D8FAFF210FC452" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/239/B8F812A773F14996A9D8FAFF210FC452"
  ] ;
  a2a:SourceLastChangeDate "2026-03-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12113/4D7293FDA9CF7ABCE06301C91F0AFDC7" ;
  a2a:RecordIdentifier "4577458037" ;
  a2a:RecordGUID "{4D7293FD-A9CF-7ABC-E063-01C91F0AFDC7}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/4D7293FDAF627ABCE06301C91F0AFDC7" .

