@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_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49
  a a2a:Record ;
  rdfs:label "Doop op 24 april 1633 te Groede" ;
  a2a:hasPerson oa:person_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Person3938561106, oa:person_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Person3938561107, oa:person_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Person3938561108, oa:person_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Person3938561109, oa:person_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Person3938561110, oa:person_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Person3938561111, oa:person_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Person3938561112 ;
  a2a:hasEvent oa:event_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Event1 ;
  a2a:hasRelationEP oa:relationep_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_0, oa:relationep_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_1, oa:relationep_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_2, oa:relationep_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_3, oa:relationep_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_4, oa:relationep_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_5, oa:relationep_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_6 ;
  a2a:hasSource oa:source_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49 .

oa:person_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Person3938561106
  a a2a:Person ;
  rdfs:label "Mayken Gentebrugge" ;
  a2a:PersonName [
    rdfs:label "Mayken Gentebrugge" ;
    a2a:PersonNameFirstName "Mayken" ;
    a2a:PersonNameLastName "Gentebrugge"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Person3938561107
  a a2a:Person ;
  rdfs:label "Antony Gentebrugge" ;
  a2a:PersonName [
    rdfs:label "Antony Gentebrugge" ;
    a2a:PersonNameFirstName "Antony" ;
    a2a:PersonNameLastName "Gentebrugge"
  ] .

oa:person_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Person3938561108
  a a2a:Person ;
  rdfs:label "N N" ;
  a2a:PersonName [
    rdfs:label "N N" ;
    a2a:PersonNameFirstName "N" ;
    a2a:PersonNameLastName "N"
  ] .

oa:person_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Person3938561109
  a a2a:Person ;
  rdfs:label "Phlips Dannekyn" ;
  a2a:PersonName [
    rdfs:label "Phlips Dannekyn" ;
    a2a:PersonNameFirstName "Phlips" ;
    a2a:PersonNameLastName "Dannekyn"
  ] .

oa:person_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Person3938561110
  a a2a:Person ;
  rdfs:label "Jacob Pontfort" ;
  a2a:PersonName [
    rdfs:label "Jacob Pontfort" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Pontfort"
  ] .

oa:person_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Person3938561111
  a a2a:Person ;
  rdfs:label "Tanneken Diricx" ;
  a2a:PersonName [
    rdfs:label "Tanneken Diricx" ;
    a2a:PersonNameFirstName "Tanneken" ;
    a2a:PersonNameLastName "Diricx"
  ] .

oa:person_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Person3938561112
  a a2a:Person ;
  rdfs:label "Maycken Bracke" ;
  a2a:PersonName [
    rdfs:label "Maycken Bracke" ;
    a2a:PersonNameFirstName "Maycken" ;
    a2a:PersonNameLastName "Bracke"
  ] .

oa:event_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "24-04-1633" ;
    a2a:Year "1633" ;
    a2a:Month "04" ;
    a2a:Day "24" ;
    rdfs:label "1633-04-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groede" ;
    rdfs:label "Groede"
  ] ;
  a2a:EventReligion "Nederduits Gereformeerd" .

oa:relationep_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Person3938561106 ;
  a2a:EventKeyRef oa:event_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Event1 .

oa:relationep_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Person3938561107 ;
  a2a:EventKeyRef oa:event_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Event1 .

oa:relationep_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Person3938561108 ;
  a2a:EventKeyRef oa:event_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Event1 .

oa:relationep_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Person3938561109 ;
  a2a:EventKeyRef oa:event_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Event1 .

oa:relationep_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Person3938561110 ;
  a2a:EventKeyRef oa:event_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Event1 .

oa:relationep_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Person3938561111 ;
  a2a:EventKeyRef oa:event_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Event1 .

oa:relationep_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_6
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Person3938561112 ;
  a2a:EventKeyRef oa:event_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49_Event1 .

oa:source_zar_C71CC12F-09AF-43A6-BBC7-FE9CB455BA49
  a a2a:Source ;
  rdfs:label "Zeeuws Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Groede" ;
    a2a:Country "Nederland" ;
    rdfs:label "Groede, Nederland", "1633-04-24 - 1633-04-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1633-04-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1633-04-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "24-04-1633" ;
    a2a:Year "1633" ;
    a2a:Month "04" ;
    a2a:Day "24" ;
    rdfs:label "24-04-1633"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Zeeuws Archief" ;
    a2a:Collection "Verzameling Doop-, Trouw-, Begraaf- en Lidmatenregisters Zeeland (DTBL), (1527) 1572-1810 (1866)" ;
    a2a:Book "Doopregister Nederduits Gereformeerde kerk te Groede 1613-1642" ;
    a2a:RegistryNumber "GRO-1A" ;
    rdfs:label "Zeeuws Archief, Verzameling Doop-, Trouw-, Begraaf- en Lidmatenregisters Zeeland (DTBL), (1527) 1572-1810 (1866), Doopregister Nederduits Gereformeerde kerk te Groede 1613-1642, GRO-1A"
  ] ;
  a2a:SourceLastChangeDate "2024-10-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12113/C71CC12F09AF43A6BBC7FE9CB455BA49" ;
  a2a:RecordIdentifier "3938561105" ;
  a2a:RecordGUID "{C71CC12F-09AF-43A6-BBC7-FE9CB455BA49}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/15A194111A6F4A9DA97E494F11D529E2" .

