@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_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5
  a a2a:Record ;
  rdfs:label "Doop op 17 maart 1794 te Diemen" ;
  a2a:hasPerson oa:person_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_Person1, oa:person_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_Person2, oa:person_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_Person3, oa:person_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_Person4, oa:person_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_Person5 ;
  a2a:hasEvent oa:event_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_0, oa:relationep_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_1, oa:relationep_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_2, oa:relationep_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_3, oa:relationep_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_4 ;
  a2a:hasSource oa:source_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5 .

oa:person_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_Person1
  a a2a:Person ;
  rdfs:label "Japik Pieters Bakes" ;
  a2a:PersonName [
    rdfs:label "Japik Pieters Bakes" ;
    a2a:PersonNameFirstName "Japik Pieters" ;
    a2a:PersonNameLastName "Bakes"
  ] ;
  a2a:Residence [
    a2a:Place "Diemerbrug" ;
    rdfs:label "Diemerbrug"
  ] .

oa:person_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_Person2
  a a2a:Person ;
  rdfs:label "Hendrik Bakes" ;
  a2a:PersonName [
    rdfs:label "Hendrik Bakes" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Bakes"
  ] .

oa:person_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_Person3
  a a2a:Person ;
  rdfs:label "Anna Mouris" ;
  a2a:PersonName [
    rdfs:label "Anna Mouris" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Mouris"
  ] .

oa:person_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_Person4
  a a2a:Person ;
  rdfs:label "Jansje Smathoven" ;
  a2a:PersonName [
    rdfs:label "Jansje Smathoven" ;
    a2a:PersonNameFirstName "Jansje" ;
    a2a:PersonNameLastName "Smathoven"
  ] .

oa:person_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_Person5
  a a2a:Person ;
  rdfs:label "Japik Oudewaal" ;
  a2a:PersonName [
    rdfs:label "Japik Oudewaal" ;
    a2a:PersonNameFirstName "Japik" ;
    a2a:PersonNameLastName "Oudewaal"
  ] .

oa:event_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1794" ;
    a2a:Month "3" ;
    a2a:Day "17" ;
    rdfs:label "1794-03-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Diemen" ;
    rdfs:label "Diemen"
  ] .

oa:relationep_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_Person1 ;
  a2a:EventKeyRef oa:event_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_Event1 .

oa:relationep_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_Person2 ;
  a2a:EventKeyRef oa:event_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_Event1 .

oa:relationep_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_Person3 ;
  a2a:EventKeyRef oa:event_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_Event1 .

oa:relationep_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_Person4 ;
  a2a:EventKeyRef oa:event_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_Event1 .

oa:relationep_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_Person5 ;
  a2a:EventKeyRef oa:event_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5_Event1 .

oa:source_nha_02300dfb-2f97-2859-7ab6-059ec91f73b5
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Haarlem" ;
    rdfs:label "Haarlem", "1741-01-01 - 1812-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1741-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1812-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Noord-Hollands Archief" ;
    a2a:Folio "64" ;
    rdfs:label "Noord-Hollands Archief, 64"
  ] ;
  a2a:SourceLastChangeDate "2021-05-16"^^xsd:date ;
  a2a:RecordIdentifier "637" ;
  a2a:RecordGUID "{02300dfb-2f97-2859-7ab6-059ec91f73b5}" ;
  a2a:SourceRemarkVrijwilliger "Willem R. J. Vermeulen" ;
  a2a:SourceRemarkIndexNaam "Index op de Rooms-Katholieke Dopen in het dorp Diemen tussen 1741 en 1812" ;
  a2a:SourceRemarkProvenance "data_Diemen_Roman_Catholic_baptisms_1741_1812.csv index uploaded by author - CC0" .

