@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_3900a21d-4e6b-7d43-0945-cb73c49804e9
  a a2a:Record ;
  rdfs:label "Doop op 14 mei 1769 te Heusden" ;
  a2a:hasPerson oa:person_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_Person-d99a5d1c-8e8e-9364-46c3-64ffcc4eae4a, oa:person_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_Person-17df42ba-660b-5f88-b03c-04e884721047, oa:person_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_Person-76069a37-94cd-b8bb-f732-dbdff6f12e51, oa:person_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_Person-dfb1a0f2-2215-f095-c0a2-8268eee699f4, oa:person_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_Person-d833c1e5-5b49-aacc-12c2-62b7d3c9a0de ;
  a2a:hasEvent oa:event_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_0, oa:relationep_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_1, oa:relationep_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_2, oa:relationep_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_3, oa:relationep_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_4 ;
  a2a:hasSource oa:source_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9 .

oa:person_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_Person-d99a5d1c-8e8e-9364-46c3-64ffcc4eae4a
  a a2a:Person ;
  rdfs:label "Josephus van den Hoek" ;
  a2a:PersonName [
    rdfs:label "Josephus van den Hoek" ;
    a2a:PersonNameFirstName "Josephus" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Hoek"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_Person-17df42ba-660b-5f88-b03c-04e884721047
  a a2a:Person ;
  rdfs:label "Emericus Ballier" ;
  a2a:PersonName [
    rdfs:label "Emericus Ballier" ;
    a2a:PersonNameFirstName "Emericus" ;
    a2a:PersonNameLastName "Ballier"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_Person-76069a37-94cd-b8bb-f732-dbdff6f12e51
  a a2a:Person ;
  rdfs:label "Maria Pietersen" ;
  a2a:PersonName [
    rdfs:label "Maria Pietersen" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Pietersen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_Person-dfb1a0f2-2215-f095-c0a2-8268eee699f4
  a a2a:Person ;
  rdfs:label "Elizabeth Ballier" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Ballier" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Ballier"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_Person-d833c1e5-5b49-aacc-12c2-62b7d3c9a0de
  a a2a:Person ;
  rdfs:label "Jacoba van den Hoek" ;
  a2a:PersonName [
    rdfs:label "Jacoba van den Hoek" ;
    a2a:PersonNameFirstName "Jacoba" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Hoek"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Hemert" ;
    rdfs:label "Hemert"
  ] .

oa:event_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1769" ;
    a2a:Month "5" ;
    a2a:Day "14" ;
    rdfs:label "1769-05-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] ;
  a2a:EventReligion "RK" .

oa:relationep_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_Person:d99a5d1c-8e8e-9364-46c3-64ffcc4eae4a ;
  a2a:EventKeyRef oa:event_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_Event1 .

oa:relationep_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_Person:17df42ba-660b-5f88-b03c-04e884721047 ;
  a2a:EventKeyRef oa:event_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_Event1 .

oa:relationep_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_Person:76069a37-94cd-b8bb-f732-dbdff6f12e51 ;
  a2a:EventKeyRef oa:event_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_Event1 .

oa:relationep_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_Person:dfb1a0f2-2215-f095-c0a2-8268eee699f4 ;
  a2a:EventKeyRef oa:event_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_Event1 .

oa:relationep_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_Person:d833c1e5-5b49-aacc-12c2-62b7d3c9a0de ;
  a2a:EventKeyRef oa:event_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9_Event1 .

oa:source_sha_3900a21d-4e6b-7d43-0945-cb73c49804e9
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden", "1769-05-14 - 1769-05-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1769-05-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1769-05-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1769" ;
    a2a:Month "5" ;
    a2a:Day "14" ;
    rdfs:label "1769-05-14"^^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: Heusden01, Periode: 1730-1788" ;
    a2a:Book "Dopen (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "Heusden01" ;
    a2a:Folio "136v" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: doop-, trouw- en begraafboek, Deel: Heusden01, Periode: 1730-1788, Dopen (rooms-katholieke parochie), Heusden01, 136v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/dfb43fdb-ef60-75b3-41d9-7d13e2a08310.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/3900a21d-4e6b-7d43-0945-cb73c49804e9" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/dfb43fdb-ef60-75b3-41d9-7d13e2a08310.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/3900a21d-4e6b-7d43-0945-cb73c49804e9" ;
  a2a:RecordGUID "{3900a21d-4e6b-7d43-0945-cb73c49804e9}" ;
  a2a:SourceRemarkOpmerking "Datum dopen: 14-05-1769<br />Plaats dopen: Heusden<br />Religie: RK", "Bevat een index." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_2651_00002651.xml van SHA" .

