@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_023888e1-e41d-4a1c-b100-9a3a00a1e388
  a a2a:Record ;
  rdfs:label "Doop op 16 maart 1744 te Diemen" ;
  a2a:hasPerson oa:person_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_Person1, oa:person_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_Person2, oa:person_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_Person3, oa:person_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_Person4, oa:person_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_Person5 ;
  a2a:hasEvent oa:event_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_0, oa:relationep_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_1, oa:relationep_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_2, oa:relationep_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_3, oa:relationep_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_4 ;
  a2a:hasSource oa:source_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388 .

oa:person_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_Person1
  a a2a:Person ;
  rdfs:label "Aleidis" ;
  a2a:PersonName [
    rdfs:label "Aleidis" ;
    a2a:PersonNameFirstName "Aleidis"
  ] ;
  a2a:Residence [
    a2a:Place "Diemerbrug" ;
    rdfs:label "Diemerbrug"
  ] .

oa:person_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_Person2
  a a2a:Person ;
  rdfs:label "Anske Iges" ;
  a2a:PersonName [
    rdfs:label "Anske Iges" ;
    a2a:PersonNameFirstName "Anske" ;
    a2a:PersonNamePatronym "Iges"
  ] .

oa:person_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_Person3
  a a2a:Person ;
  rdfs:label "Joanna de Jongh" ;
  a2a:PersonName [
    rdfs:label "Joanna de Jongh" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNameLastName "de Jongh"
  ] .

oa:person_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_Person4
  a a2a:Person ;
  rdfs:label "Jan Henerink" ;
  a2a:PersonName [
    rdfs:label "Jan Henerink" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Henerink"
  ] .

oa:person_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_Person5
  a a2a:Person ;
  rdfs:label "Gerritje Schilthuijs" ;
  a2a:PersonName [
    rdfs:label "Gerritje Schilthuijs" ;
    a2a:PersonNameFirstName "Gerritje" ;
    a2a:PersonNameLastName "Schilthuijs"
  ] .

oa:event_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1744" ;
    a2a:Month "3" ;
    a2a:Day "16" ;
    rdfs:label "1744-03-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Diemen" ;
    rdfs:label "Diemen"
  ] .

oa:relationep_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_Person1 ;
  a2a:EventKeyRef oa:event_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_Event1 .

oa:relationep_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_Person2 ;
  a2a:EventKeyRef oa:event_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_Event1 .

oa:relationep_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_Person3 ;
  a2a:EventKeyRef oa:event_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_Event1 .

oa:relationep_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_Person4 ;
  a2a:EventKeyRef oa:event_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_Event1 .

oa:relationep_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_Person5 ;
  a2a:EventKeyRef oa:event_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388_Event1 .

oa:source_nha_023888e1-e41d-4a1c-b100-9a3a00a1e388
  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 "7" ;
    rdfs:label "Noord-Hollands Archief, 7"
  ] ;
  a2a:SourceLastChangeDate "2021-05-16"^^xsd:date ;
  a2a:RecordIdentifier "48" ;
  a2a:RecordGUID "{023888e1-e41d-4a1c-b100-9a3a00a1e388}" ;
  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" .

