@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_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C
  a a2a:Record ;
  rdfs:label "Doop op 9 november 1725 te Dommelen" ;
  a2a:hasPerson oa:person_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_Person919008285, oa:person_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_Person919008286, oa:person_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_Person919008287, oa:person_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_Person919008288, oa:person_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_Person919008289 ;
  a2a:hasEvent oa:event_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_Event1 ;
  a2a:hasRelationEP oa:relationep_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_0, oa:relationep_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_1, oa:relationep_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_2, oa:relationep_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_3, oa:relationep_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_4 ;
  a2a:hasSource oa:source_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C .

oa:person_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_Person919008285
  a a2a:Person ;
  rdfs:label "Catharina van Keesop" ;
  a2a:PersonName [
    rdfs:label "Catharina van Keesop" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Keesop"
  ] .

oa:person_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_Person919008286
  a a2a:Person ;
  rdfs:label "Albertus van Keesop" ;
  a2a:PersonName [
    rdfs:label "Albertus van Keesop" ;
    a2a:PersonNameFirstName "Albertus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Keesop"
  ] .

oa:person_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_Person919008287
  a a2a:Person ;
  rdfs:label "Anna Sijmons" ;
  a2a:PersonName [
    rdfs:label "Anna Sijmons" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Sijmons"
  ] .

oa:person_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_Person919008288
  a a2a:Person ;
  rdfs:label "Godefridus Snijers" ;
  a2a:PersonName [
    rdfs:label "Godefridus Snijers" ;
    a2a:PersonNameFirstName "Godefridus" ;
    a2a:PersonNameLastName "Snijers"
  ] .

oa:person_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_Person919008289
  a a2a:Person ;
  rdfs:label "Catharina Peels" ;
  a2a:PersonName [
    rdfs:label "Catharina Peels" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Peels"
  ] .

oa:event_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "09-11-1725" ;
    a2a:Year "1725" ;
    a2a:Month "11" ;
    a2a:Day "09" ;
    rdfs:label "1725-11-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dommelen" ;
    rdfs:label "Dommelen"
  ] .

oa:relationep_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_Person919008285 ;
  a2a:EventKeyRef oa:event_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_Event1 .

oa:relationep_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_Person919008286 ;
  a2a:EventKeyRef oa:event_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_Event1 .

oa:relationep_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_Person919008287 ;
  a2a:EventKeyRef oa:event_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_Event1 .

oa:relationep_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_Person919008288 ;
  a2a:EventKeyRef oa:event_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_Event1 .

oa:relationep_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_Person919008289 ;
  a2a:EventKeyRef oa:event_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C_Event1 .

oa:source_rhe_2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C
  a a2a:Source ;
  rdfs:label "Regionaal Historisch Centrum Eindhoven, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Dommelen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Dommelen, Nederland", "1725-11-09 - 1725-11-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1725-11-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1725-11-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "09-11-1725" ;
    a2a:Year "1725" ;
    a2a:Month "11" ;
    a2a:Day "09" ;
    rdfs:label "09-11-1725"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Historisch Centrum Eindhoven" ;
    a2a:Place "Eindhoven" ;
    a2a:Collection "Collectie doop-, huwelijks- en overlijdensregisters daterend van voor de invoering van de Burgerl..." ;
    a2a:Book "Doop-, trouw- en begraafboek Dommelen" ;
    a2a:RegistryNumber "10.1" ;
    a2a:Folio "63" ;
    rdfs:label "Regionaal Historisch Centrum Eindhoven, Eindhoven, Collectie doop-, huwelijks- en overlijdensregisters daterend van voor de invoering van de Burgerl..., Doop-, trouw- en begraafboek Dommelen, 10.1, 63"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/48/619780157A2349F38B28D1FE2BE2A343" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/48/619780157A2349F38B28D1FE2BE2A343" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/48/619780157A2349F38B28D1FE2BE2A343"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/48/2DB8ABAC26DA42C58F1FDDA4F13FEC5C" ;
  a2a:RecordIdentifier "919008284" ;
  a2a:RecordGUID "{2DB8ABAC-26DA-42C5-8F1F-DDA4F13FEC5C}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/7290BE890FE4419E850A9D497567E3E8" .

