@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_sha_3ca3e207-69fa-962e-546d-9c488a4752e6
  a a2a:Record ;
  rdfs:label "Doop op 9 november 1740 te Nieuwkuijk" ;
  a2a:hasPerson oa:person_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_Person-b4642674-9ca6-f493-7394-2048d1833159, oa:person_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_Person-4cb0e597-6e62-f9ac-7416-2f0fc7834dba, oa:person_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_Person-9aaa33fb-c080-57ff-431c-518fe048752c, oa:person_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_Person-304a32b9-7ceb-084d-8cc9-da75477bb2c1 ;
  a2a:hasEvent oa:event_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_0, oa:relationep_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_1, oa:relationep_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_2, oa:relationep_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_3 ;
  a2a:hasSource oa:source_sha_3ca3e207-69fa-962e-546d-9c488a4752e6 .

oa:person_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_Person-b4642674-9ca6-f493-7394-2048d1833159
  a a2a:Person ;
  rdfs:label "Joannis Wouter van Esch" ;
  a2a:PersonName [
    rdfs:label "Joannis Wouter van Esch" ;
    a2a:PersonNameFirstName "Joannis Wouter" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Esch"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_Person-4cb0e597-6e62-f9ac-7416-2f0fc7834dba
  a a2a:Person ;
  rdfs:label "Adriana Wouter van Es" ;
  a2a:PersonName [
    rdfs:label "Adriana Wouter van Es" ;
    a2a:PersonNameFirstName "Adriana Wouter" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Es"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_Person-9aaa33fb-c080-57ff-431c-518fe048752c
  a a2a:Person ;
  rdfs:label "Catharina Gijsbert Oorlemans" ;
  a2a:PersonName [
    rdfs:label "Catharina Gijsbert Oorlemans" ;
    a2a:PersonNameFirstName "Catharina Gijsbert" ;
    a2a:PersonNameLastName "Oorlemans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_Person-304a32b9-7ceb-084d-8cc9-da75477bb2c1
  a a2a:Person ;
  rdfs:label "Walterus van Es" ;
  a2a:PersonName [
    rdfs:label "Walterus van Es" ;
    a2a:PersonNameFirstName "Walterus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Es"
  ] ;
  a2a:Gender "Man" .

oa:event_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1740" ;
    a2a:Month "11" ;
    a2a:Day "9" ;
    rdfs:label "1740-11-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nieuwkuijk" ;
    rdfs:label "Nieuwkuijk"
  ] ;
  a2a:EventReligion "RK" .

oa:relationep_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_Person:b4642674-9ca6-f493-7394-2048d1833159 ;
  a2a:EventKeyRef oa:event_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_Event1 .

oa:relationep_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_Person:4cb0e597-6e62-f9ac-7416-2f0fc7834dba ;
  a2a:EventKeyRef oa:event_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_Event1 .

oa:relationep_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_Person:9aaa33fb-c080-57ff-431c-518fe048752c ;
  a2a:EventKeyRef oa:event_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_Event1 .

oa:relationep_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_3
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_Person:304a32b9-7ceb-084d-8cc9-da75477bb2c1 ;
  a2a:EventKeyRef oa:event_sha_3ca3e207-69fa-962e-546d-9c488a4752e6_Event1 .

oa:source_sha_3ca3e207-69fa-962e-546d-9c488a4752e6
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Nieuwkuijk, Onsenoort" ;
    rdfs:label "Nieuwkuijk, Onsenoort", "1740-11-09 - 1740-11-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1740-11-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1740-11-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1740" ;
    a2a:Month "11" ;
    a2a:Day "9" ;
    rdfs:label "1740-11-09"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Langstraat Heusden Altena" ;
    a2a:Place "Heusden en Altena" ;
    a2a:Collection "Bron: doop-, trouw- en begraafboek, Deel: Vlijmen20, Periode: 1726-1804" ;
    a2a:Book "Dopen (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "Vlijmen20" ;
    a2a:Folio "23v" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: doop-, trouw- en begraafboek, Deel: Vlijmen20, Periode: 1726-1804, Dopen (rooms-katholieke parochie), Vlijmen20, 23v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/45650733-b5d8-f11e-79f7-913c594ba230.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/3ca3e207-69fa-962e-546d-9c488a4752e6" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/45650733-b5d8-f11e-79f7-913c594ba230.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-02-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/3ca3e207-69fa-962e-546d-9c488a4752e6" ;
  a2a:RecordGUID "{3ca3e207-69fa-962e-546d-9c488a4752e6}" ;
  a2a:SourceRemarkOpmerking "Datum dopen: 09-11-1740<br />Plaats dopen: Nieuwkuijk<br />Religie: RK", "Zie voor 1600-1677 Drunen DTB 1-7." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_2670_00002670.xml van SHA" .

