@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_ea06032a-79ee-e2db-a3f9-0b93687434c6
  a a2a:Record ;
  rdfs:label "Doop op 25 september 1799 te Diemen" ;
  a2a:hasPerson oa:person_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_Person1, oa:person_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_Person2, oa:person_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_Person3, oa:person_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_Person4, oa:person_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_Person5 ;
  a2a:hasEvent oa:event_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_0, oa:relationep_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_1, oa:relationep_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_2, oa:relationep_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_3, oa:relationep_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_4 ;
  a2a:hasSource oa:source_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6 .

oa:person_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_Person1
  a a2a:Person ;
  rdfs:label "Jacobus van den Berg" ;
  a2a:PersonName [
    rdfs:label "Jacobus van den Berg" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "van den Berg"
  ] ;
  a2a:Residence [
    a2a:Place "Diemerbrug" ;
    rdfs:label "Diemerbrug"
  ] .

oa:person_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_Person2
  a a2a:Person ;
  rdfs:label "Cornelius van den Berg" ;
  a2a:PersonName [
    rdfs:label "Cornelius van den Berg" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNameLastName "van den Berg"
  ] .

oa:person_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_Person3
  a a2a:Person ;
  rdfs:label "Maria Gebbe" ;
  a2a:PersonName [
    rdfs:label "Maria Gebbe" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Gebbe"
  ] .

oa:person_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_Person4
  a a2a:Person ;
  rdfs:label "Wilhelmina van Essen" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina van Essen" ;
    a2a:PersonNameFirstName "Wilhelmina" ;
    a2a:PersonNameLastName "van Essen"
  ] .

oa:person_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_Person5
  a a2a:Person ;
  rdfs:label "Jan Gebbe" ;
  a2a:PersonName [
    rdfs:label "Jan Gebbe" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Gebbe"
  ] .

oa:event_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1799" ;
    a2a:Month "9" ;
    a2a:Day "25" ;
    rdfs:label "1799-09-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Diemen" ;
    rdfs:label "Diemen"
  ] .

oa:relationep_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_Person1 ;
  a2a:EventKeyRef oa:event_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_Event1 .

oa:relationep_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_Person2 ;
  a2a:EventKeyRef oa:event_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_Event1 .

oa:relationep_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_Person3 ;
  a2a:EventKeyRef oa:event_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_Event1 .

oa:relationep_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_Person4 ;
  a2a:EventKeyRef oa:event_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_Event1 .

oa:relationep_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_Person5 ;
  a2a:EventKeyRef oa:event_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6_Event1 .

oa:source_nha_ea06032a-79ee-e2db-a3f9-0b93687434c6
  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 "69" ;
    rdfs:label "Noord-Hollands Archief, 69"
  ] ;
  a2a:SourceLastChangeDate "2021-05-16"^^xsd:date ;
  a2a:RecordIdentifier "717" ;
  a2a:RecordGUID "{ea06032a-79ee-e2db-a3f9-0b93687434c6}" ;
  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" .

