@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_0e972d92-94de-4587-9ef1-c8dc11df4777
  a a2a:Record ;
  rdfs:label "Doop op 23 december 1792 te Barsingerhorn" ;
  a2a:hasPerson oa:person_raa_0e972d92-94de-4587-9ef1-c8dc11df4777_Person-b6fda78c-0156-4801-964c-be3574c7d361, oa:person_raa_0e972d92-94de-4587-9ef1-c8dc11df4777_Person-3212be6b-8e35-4170-a198-ab540f07a5b2, oa:person_raa_0e972d92-94de-4587-9ef1-c8dc11df4777_Person-6e86104e-8089-49f0-9ecb-11d6ce5809a5 ;
  a2a:hasEvent oa:event_raa_0e972d92-94de-4587-9ef1-c8dc11df4777_Event1 ;
  a2a:hasRelationEP oa:relationep_raa_0e972d92-94de-4587-9ef1-c8dc11df4777_0, oa:relationep_raa_0e972d92-94de-4587-9ef1-c8dc11df4777_1, oa:relationep_raa_0e972d92-94de-4587-9ef1-c8dc11df4777_2 ;
  a2a:hasSource oa:source_raa_0e972d92-94de-4587-9ef1-c8dc11df4777 .

oa:person_raa_0e972d92-94de-4587-9ef1-c8dc11df4777_Person-b6fda78c-0156-4801-964c-be3574c7d361
  a a2a:Person ;
  rdfs:label "Albert" ;
  a2a:PersonName [
    rdfs:label "Albert" ;
    a2a:PersonNameFirstName "Albert"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_raa_0e972d92-94de-4587-9ef1-c8dc11df4777_Person-3212be6b-8e35-4170-a198-ab540f07a5b2
  a a2a:Person ;
  rdfs:label "Jacob Dirksz Kwast" ;
  a2a:PersonName [
    rdfs:label "Jacob Dirksz Kwast" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePatronym "Dirksz" ;
    a2a:PersonNameLastName "Kwast"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_raa_0e972d92-94de-4587-9ef1-c8dc11df4777_Person-6e86104e-8089-49f0-9ecb-11d6ce5809a5
  a a2a:Person ;
  rdfs:label "Neeltje Jans Waard" ;
  a2a:PersonName [
    rdfs:label "Neeltje Jans Waard" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNameLastName "Waard"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_raa_0e972d92-94de-4587-9ef1-c8dc11df4777_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1792" ;
    a2a:Month "12" ;
    a2a:Day "23" ;
    rdfs:label "1792-12-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Barsingerhorn" ;
    rdfs:label "Barsingerhorn"
  ] ;
  a2a:EventReligion "Gereformeerd" .

oa:relationep_raa_0e972d92-94de-4587-9ef1-c8dc11df4777_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_raa_0e972d92-94de-4587-9ef1-c8dc11df4777_Person:b6fda78c-0156-4801-964c-be3574c7d361 ;
  a2a:EventKeyRef oa:event_raa_0e972d92-94de-4587-9ef1-c8dc11df4777_Event1 .

oa:relationep_raa_0e972d92-94de-4587-9ef1-c8dc11df4777_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_raa_0e972d92-94de-4587-9ef1-c8dc11df4777_Person:3212be6b-8e35-4170-a198-ab540f07a5b2 ;
  a2a:EventKeyRef oa:event_raa_0e972d92-94de-4587-9ef1-c8dc11df4777_Event1 .

oa:relationep_raa_0e972d92-94de-4587-9ef1-c8dc11df4777_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_raa_0e972d92-94de-4587-9ef1-c8dc11df4777_Person:6e86104e-8089-49f0-9ecb-11d6ce5809a5 ;
  a2a:EventKeyRef oa:event_raa_0e972d92-94de-4587-9ef1-c8dc11df4777_Event1 .

oa:source_raa_0e972d92-94de-4587-9ef1-c8dc11df4777
  a a2a:Source ;
  rdfs:label "Regionaal Archief Alkmaar, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Barsingerhorn" ;
    rdfs:label "Barsingerhorn", "1792-12-23 - 1792-12-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1792-12-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1792-12-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1792" ;
    a2a:Month "12" ;
    a2a:Day "23" ;
    rdfs:label "1792-12-23"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Alkmaar" ;
    a2a:Place "Alkmaar" ;
    a2a:Collection "Archiefnaam: Collectie dtb, Bron: boek, Deel: 07, Periode: 1773-1793" ;
    a2a:Book "Dopen (Kolhorn)" ;
    a2a:RegistryNumber "07" ;
    a2a:Folio "59828" ;
    rdfs:label "Regionaal Archief Alkmaar, Alkmaar, Archiefnaam: Collectie dtb, Bron: boek, Deel: 07, Periode: 1773-1793, Dopen (Kolhorn), 07, 59828"
  ] ;
  a2a:SourceLastChangeDate "2012-05-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchiefalkmaar.nl/collecties/personen-zoeken/zoeken-in-personen/deeds/0e972d92-94de-4587-9ef1-c8dc11df4777" ;
  a2a:RecordGUID "{0e972d92-94de-4587-9ef1-c8dc11df4777}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20180705_00003669.xml van RAA" .

