@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_1f34982e-2c19-d90f-3a73-591aa3fca76e
  a a2a:Record ;
  rdfs:label "Doop op 17 juli 1796 te Drunen" ;
  a2a:hasPerson oa:person_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_Person-fb7fc81d-78e8-6b84-2950-21e25fdf43b5, oa:person_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_Person-9b03680b-a3e9-9b7e-b6f9-f2ca49722999, oa:person_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_Person-dc48ce77-8049-842a-6af6-dee0a1abd8be, oa:person_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_Person-9f9fcf8f-d052-6873-467d-7d3574594cf6 ;
  a2a:hasEvent oa:event_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_0, oa:relationep_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_1, oa:relationep_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_2, oa:relationep_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_3 ;
  a2a:hasSource oa:source_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e .

oa:person_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_Person-fb7fc81d-78e8-6b84-2950-21e25fdf43b5
  a a2a:Person ;
  rdfs:label "Adrianus Broek" ;
  a2a:PersonName [
    rdfs:label "Adrianus Broek" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Broek"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_Person-9b03680b-a3e9-9b7e-b6f9-f2ca49722999
  a a2a:Person ;
  rdfs:label "Lucia van de Wiel" ;
  a2a:PersonName [
    rdfs:label "Lucia van de Wiel" ;
    a2a:PersonNameFirstName "Lucia" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Wiel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_Person-dc48ce77-8049-842a-6af6-dee0a1abd8be
  a a2a:Person ;
  rdfs:label "Ida de Zwart" ;
  a2a:PersonName [
    rdfs:label "Ida de Zwart" ;
    a2a:PersonNameFirstName "Ida" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Zwart"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_Person-9f9fcf8f-d052-6873-467d-7d3574594cf6
  a a2a:Person ;
  rdfs:label "Petronella Broek" ;
  a2a:PersonName [
    rdfs:label "Petronella Broek" ;
    a2a:PersonNameFirstName "Petronella" ;
    a2a:PersonNameLastName "Broek"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1796" ;
    a2a:Month "7" ;
    a2a:Day "17" ;
    rdfs:label "1796-07-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Drunen" ;
    rdfs:label "Drunen"
  ] ;
  a2a:EventReligion "RK" .

oa:relationep_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_Person:fb7fc81d-78e8-6b84-2950-21e25fdf43b5 ;
  a2a:EventKeyRef oa:event_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_Event1 .

oa:relationep_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_Person:9b03680b-a3e9-9b7e-b6f9-f2ca49722999 ;
  a2a:EventKeyRef oa:event_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_Event1 .

oa:relationep_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_Person:dc48ce77-8049-842a-6af6-dee0a1abd8be ;
  a2a:EventKeyRef oa:event_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_Event1 .

oa:relationep_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_3
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_Person:9f9fcf8f-d052-6873-467d-7d3574594cf6 ;
  a2a:EventKeyRef oa:event_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e_Event1 .

oa:source_sha_1f34982e-2c19-d90f-3a73-591aa3fca76e
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Drunen" ;
    rdfs:label "Drunen", "1796-07-17 - 1796-07-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1796-07-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1796-07-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1796" ;
    a2a:Month "7" ;
    a2a:Day "17" ;
    rdfs:label "1796-07-17"^^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: Drunen24, Periode: 1740-1811" ;
    a2a:Book "Dopen (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "Drunen24" ;
    a2a:Folio "108v" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: doop-, trouw- en begraafboek, Deel: Drunen24, Periode: 1740-1811, Dopen (rooms-katholieke parochie), Drunen24, 108v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/382c871f-3b2d-0d9f-6b56-12615ce4e979.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/1f34982e-2c19-d90f-3a73-591aa3fca76e" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/382c871f-3b2d-0d9f-6b56-12615ce4e979.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-03-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/1f34982e-2c19-d90f-3a73-591aa3fca76e" ;
  a2a:RecordGUID "{1f34982e-2c19-d90f-3a73-591aa3fca76e}" ;
  a2a:SourceRemarkOpmerking "Datum dopen: 17-07-1796<br />Plaats dopen: Drunen<br />Religie: RK" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_2522_00002522.xml van SHA" .

