@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_wat_035552B0-8693-4CAE-84C8-B8776FE4C666
  a a2a:Record ;
  rdfs:label "Doop op 3 mei 1782 te Edam" ;
  a2a:hasPerson oa:person_wat_035552B0-8693-4CAE-84C8-B8776FE4C666_Person2913935469, oa:person_wat_035552B0-8693-4CAE-84C8-B8776FE4C666_Person2913935470, oa:person_wat_035552B0-8693-4CAE-84C8-B8776FE4C666_Person2913935471 ;
  a2a:hasEvent oa:event_wat_035552B0-8693-4CAE-84C8-B8776FE4C666_Event1 ;
  a2a:hasRelationEP oa:relationep_wat_035552B0-8693-4CAE-84C8-B8776FE4C666_0, oa:relationep_wat_035552B0-8693-4CAE-84C8-B8776FE4C666_1, oa:relationep_wat_035552B0-8693-4CAE-84C8-B8776FE4C666_2 ;
  a2a:hasSource oa:source_wat_035552B0-8693-4CAE-84C8-B8776FE4C666 .

oa:person_wat_035552B0-8693-4CAE-84C8-B8776FE4C666_Person2913935469
  a a2a:Person ;
  rdfs:label "Pieter Gerritsz de Waert" ;
  a2a:PersonName [
    rdfs:label "Pieter Gerritsz de Waert" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNamePatronym "Gerritsz" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Waert"
  ] .

oa:person_wat_035552B0-8693-4CAE-84C8-B8776FE4C666_Person2913935470
  a a2a:Person ;
  rdfs:label "Gerrit Janz de Waert" ;
  a2a:PersonName [
    rdfs:label "Gerrit Janz de Waert" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNamePatronym "Janz" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Waert"
  ] .

oa:person_wat_035552B0-8693-4CAE-84C8-B8776FE4C666_Person2913935471
  a a2a:Person ;
  rdfs:label "Neeltje Gabels" ;
  a2a:PersonName [
    rdfs:label "Neeltje Gabels" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNameLastName "Gabels"
  ] .

oa:event_wat_035552B0-8693-4CAE-84C8-B8776FE4C666_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "03-05-1782" ;
    a2a:Year "1782" ;
    a2a:Month "05" ;
    a2a:Day "03" ;
    rdfs:label "1782-05-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Edam" ;
    rdfs:label "Edam"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_wat_035552B0-8693-4CAE-84C8-B8776FE4C666_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wat_035552B0-8693-4CAE-84C8-B8776FE4C666_Person2913935469 ;
  a2a:EventKeyRef oa:event_wat_035552B0-8693-4CAE-84C8-B8776FE4C666_Event1 .

oa:relationep_wat_035552B0-8693-4CAE-84C8-B8776FE4C666_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wat_035552B0-8693-4CAE-84C8-B8776FE4C666_Person2913935470 ;
  a2a:EventKeyRef oa:event_wat_035552B0-8693-4CAE-84C8-B8776FE4C666_Event1 .

oa:relationep_wat_035552B0-8693-4CAE-84C8-B8776FE4C666_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wat_035552B0-8693-4CAE-84C8-B8776FE4C666_Person2913935471 ;
  a2a:EventKeyRef oa:event_wat_035552B0-8693-4CAE-84C8-B8776FE4C666_Event1 .

oa:source_wat_035552B0-8693-4CAE-84C8-B8776FE4C666
  a a2a:Source ;
  rdfs:label "Waterlands Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Edam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Edam, Nederland", "1782-05-03 - 1782-05-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1782-05-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1782-05-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "03-05-1782" ;
    a2a:Year "1782" ;
    a2a:Month "05" ;
    a2a:Day "03" ;
    rdfs:label "03-05-1782"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Waterlands Archief" ;
    a2a:Place "Purmerend" ;
    a2a:Collection "DTB's Edam en Volendam, 1581 - 1811 (1857)" ;
    a2a:Book "Dopen rooms-katholiek Edam en Volendam, 1674 - 1811" ;
    a2a:RegistryNumber "31" ;
    rdfs:label "Waterlands Archief, Purmerend, DTB's Edam en Volendam, 1581 - 1811 (1857), Dopen rooms-katholiek Edam en Volendam, 1674 - 1811, 31"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/131/13E1D30FFA1E935A37E4C112F3C911D2" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/131/13E1D30FFA1E935A37E4C112F3C911D2" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/131/13E1D30FFA1E935A37E4C112F3C911D2"
  ] ;
  a2a:SourceLastChangeDate "2022-09-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/131/035552B086934CAE84C8B8776FE4C666" ;
  a2a:RecordIdentifier "2913935468" ;
  a2a:RecordGUID "{035552B0-8693-4CAE-84C8-B8776FE4C666}" ;
  a2a:SourceRemarkOpmerking "Purmer" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/92DD75E81E90458C97636FB2D499F07D" .

