@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_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844
  a a2a:Record ;
  rdfs:label "Doop op 26 juli 1778 te Alkmaar" ;
  a2a:hasPerson oa:person_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844_Person-c5562e61-2700-4485-9df8-efcaf3624bb6, oa:person_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844_Person-e0df9f67-28fb-476c-b9b6-eee45f6b6448, oa:person_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844_Person-073d105c-4cc2-43f2-bf01-c328e6d0ce6b ;
  a2a:hasEvent oa:event_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844_Event1 ;
  a2a:hasRelationEP oa:relationep_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844_0, oa:relationep_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844_1, oa:relationep_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844_2 ;
  a2a:hasSource oa:source_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844 .

oa:person_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844_Person-c5562e61-2700-4485-9df8-efcaf3624bb6
  a a2a:Person ;
  rdfs:label "Johanna Margaretha Winder" ;
  a2a:PersonName [
    rdfs:label "Johanna Margaretha Winder" ;
    a2a:PersonNameFirstName "Johanna Margaretha" ;
    a2a:PersonNameLastName "Winder"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844_Person-e0df9f67-28fb-476c-b9b6-eee45f6b6448
  a a2a:Person ;
  rdfs:label "Jacob" ;
  a2a:PersonName [
    rdfs:label "Jacob" ;
    a2a:PersonNameFirstName "Jacob"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844_Person-073d105c-4cc2-43f2-bf01-c328e6d0ce6b
  a a2a:Person ;
  rdfs:label "Jacob Baert" ;
  a2a:PersonName [
    rdfs:label "Jacob Baert" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Baert"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1778" ;
    a2a:Month "7" ;
    a2a:Day "26" ;
    rdfs:label "1778-07-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Alkmaar" ;
    rdfs:label "Alkmaar"
  ] ;
  a2a:EventReligion "Gereformeerd" .

oa:relationep_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844_Person:c5562e61-2700-4485-9df8-efcaf3624bb6 ;
  a2a:EventKeyRef oa:event_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844_Event1 .

oa:relationep_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844_Person:e0df9f67-28fb-476c-b9b6-eee45f6b6448 ;
  a2a:EventKeyRef oa:event_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844_Event1 .

oa:relationep_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844_Person:073d105c-4cc2-43f2-bf01-c328e6d0ce6b ;
  a2a:EventKeyRef oa:event_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844_Event1 .

oa:source_raa_97099f3c-a593-40f2-9cc1-c8ba5cc50844
  a a2a:Source ;
  rdfs:label "Regionaal Archief Alkmaar, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Alkmaar" ;
    rdfs:label "Alkmaar", "1778-07-26 - 1778-07-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1778-07-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1778-07-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1778" ;
    a2a:Month "7" ;
    a2a:Day "26" ;
    rdfs:label "1778-07-26"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Alkmaar" ;
    a2a:Place "Alkmaar" ;
    a2a:Collection "Archiefnaam: Oude Kerkelijke Doop-, Trouw- en Doden- (Begraaf-) boeken te Alkmaar, Bron: Dopen (G..." ;
    a2a:Book "Dopen (Grote Kerk)" ;
    a2a:RegistryNumber "16" ;
    a2a:Folio "2176" ;
    rdfs:label "Regionaal Archief Alkmaar, Alkmaar, Archiefnaam: Oude Kerkelijke Doop-, Trouw- en Doden- (Begraaf-) boeken te Alkmaar, Bron: Dopen (G..., Dopen (Grote Kerk), 16, 2176"
  ] ;
  a2a:SourceLastChangeDate "2018-10-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchiefalkmaar.nl/collecties/personen-zoeken/zoeken-in-personen/deeds/97099f3c-a593-40f2-9cc1-c8ba5cc50844" ;
  a2a:RecordGUID "{97099f3c-a593-40f2-9cc1-c8ba5cc50844}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231213_1447_00001447.xml van RAA" .

