@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_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0
  a a2a:Record ;
  rdfs:label "Doop op 29 juni 1728 te Drunen" ;
  a2a:hasPerson oa:person_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_Person-c0954325-0d95-d808-01de-6ee9cd540a45, oa:person_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_Person-47c137d7-5558-c0d5-f36d-7fc9877554b0, oa:person_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_Person-aa35e0c4-f4c3-a3a2-27fd-9feaa757f75c, oa:person_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_Person-3df9a020-114a-9b7d-49fc-1e1f7fb3ece6, oa:person_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_Person-0f61e901-406c-7657-9619-ec5e5e6aca17 ;
  a2a:hasEvent oa:event_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_0, oa:relationep_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_1, oa:relationep_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_2, oa:relationep_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_3, oa:relationep_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_4 ;
  a2a:hasSource oa:source_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0 .

oa:person_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_Person-c0954325-0d95-d808-01de-6ee9cd540a45
  a a2a:Person ;
  rdfs:label "Cornelia van Aelst" ;
  a2a:PersonName [
    rdfs:label "Cornelia van Aelst" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Aelst"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_Person-47c137d7-5558-c0d5-f36d-7fc9877554b0
  a a2a:Person ;
  rdfs:label "Rolandus van Bocxel" ;
  a2a:PersonName [
    rdfs:label "Rolandus van Bocxel" ;
    a2a:PersonNameFirstName "Rolandus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Bocxel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_Person-aa35e0c4-f4c3-a3a2-27fd-9feaa757f75c
  a a2a:Person ;
  rdfs:label "Johanna Kievits" ;
  a2a:PersonName [
    rdfs:label "Johanna Kievits" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Kievits"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_Person-3df9a020-114a-9b7d-49fc-1e1f7fb3ece6
  a a2a:Person ;
  rdfs:label "Andreas van Bocxel" ;
  a2a:PersonName [
    rdfs:label "Andreas van Bocxel" ;
    a2a:PersonNameFirstName "Andreas" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Bocxel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_Person-0f61e901-406c-7657-9619-ec5e5e6aca17
  a a2a:Person ;
  rdfs:label "Adrianus van Bocxel" ;
  a2a:PersonName [
    rdfs:label "Adrianus van Bocxel" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Bocxel"
  ] ;
  a2a:Gender "Man" .

oa:event_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1728" ;
    a2a:Month "6" ;
    a2a:Day "29" ;
    rdfs:label "1728-06-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Drunen" ;
    rdfs:label "Drunen"
  ] ;
  a2a:EventReligion "RK" .

oa:relationep_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_Person:c0954325-0d95-d808-01de-6ee9cd540a45 ;
  a2a:EventKeyRef oa:event_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_Event1 .

oa:relationep_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_Person:47c137d7-5558-c0d5-f36d-7fc9877554b0 ;
  a2a:EventKeyRef oa:event_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_Event1 .

oa:relationep_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_Person:aa35e0c4-f4c3-a3a2-27fd-9feaa757f75c ;
  a2a:EventKeyRef oa:event_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_Event1 .

oa:relationep_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_Person:3df9a020-114a-9b7d-49fc-1e1f7fb3ece6 ;
  a2a:EventKeyRef oa:event_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_Event1 .

oa:relationep_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_Person:0f61e901-406c-7657-9619-ec5e5e6aca17 ;
  a2a:EventKeyRef oa:event_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0_Event1 .

oa:source_sha_c1a30723-4cff-8c66-aa4e-2633f3f2f2e0
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Drunen" ;
    rdfs:label "Drunen", "1728-06-29 - 1728-06-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1728-06-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1728-06-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1728" ;
    a2a:Month "6" ;
    a2a:Day "29" ;
    rdfs:label "1728-06-29"^^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: Drunen08, Periode: 1723-1770" ;
    a2a:Book "Dopen (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "Drunen08" ;
    a2a:Folio "16v" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: doop-, trouw- en begraafboek, Deel: Drunen08, Periode: 1723-1770, Dopen (rooms-katholieke parochie), Drunen08, 16v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/e98b7c31-1283-1d46-3c79-13e28bc65e8b.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/c1a30723-4cff-8c66-aa4e-2633f3f2f2e0" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/e98b7c31-1283-1d46-3c79-13e28bc65e8b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-02-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/c1a30723-4cff-8c66-aa4e-2633f3f2f2e0" ;
  a2a:RecordGUID "{c1a30723-4cff-8c66-aa4e-2633f3f2f2e0}" ;
  a2a:SourceRemarkOpmerking "Datum dopen: 29-06-1728<br />Plaats dopen: Drunen<br />Religie: RK", "Bevat van 1726-1765 de dopen van kinderen van doortrekkende personen." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_2243_00002243.xml van SHA" .

