@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_09cb600b-ff0b-2736-e419-b23424f45ccf
  a a2a:Record ;
  rdfs:label "Doop op 19 november 1724 te Oudheusden" ;
  a2a:hasPerson oa:person_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Person-57739952-47b7-aeb1-ff91-de3777996fdf, oa:person_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Person-3293b981-8c29-14fc-a623-dbe379e18525, oa:person_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Person-991d6c39-c800-3d44-959d-73f729a1ad59, oa:person_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Person-65528ec7-3ef5-d820-4024-79d7b1d8b348, oa:person_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Person-842760db-1650-a55b-1858-ff3b3e6d8ece, oa:person_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Person-b8acf462-887b-b0a3-24e0-d420a6e8b7fb ;
  a2a:hasEvent oa:event_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_0, oa:relationep_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_1, oa:relationep_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_2, oa:relationep_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_3, oa:relationep_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_4, oa:relationep_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_5 ;
  a2a:hasSource oa:source_sha_09cb600b-ff0b-2736-e419-b23424f45ccf .

oa:person_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Person-57739952-47b7-aeb1-ff91-de3777996fdf
  a a2a:Person ;
  rdfs:label "Wilhelma van de Grindt" ;
  a2a:PersonName [
    rdfs:label "Wilhelma van de Grindt" ;
    a2a:PersonNameFirstName "Wilhelma" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Grindt"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Person-3293b981-8c29-14fc-a623-dbe379e18525
  a a2a:Person ;
  rdfs:label "Adrianus Willem van Tappel" ;
  a2a:PersonName [
    rdfs:label "Adrianus Willem van Tappel" ;
    a2a:PersonNameFirstName "Adrianus Willem" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Tappel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Person-991d6c39-c800-3d44-959d-73f729a1ad59
  a a2a:Person ;
  rdfs:label "Ariken Willem Clerckx" ;
  a2a:PersonName [
    rdfs:label "Ariken Willem Clerckx" ;
    a2a:PersonNameFirstName "Ariken Willem" ;
    a2a:PersonNameLastName "Clerckx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Person-65528ec7-3ef5-d820-4024-79d7b1d8b348
  a a2a:Person ;
  rdfs:label "Gertrudis van Roij" ;
  a2a:PersonName [
    rdfs:label "Gertrudis van Roij" ;
    a2a:PersonNameFirstName "Gertrudis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Roij"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Person-842760db-1650-a55b-1858-ff3b3e6d8ece
  a a2a:Person ;
  rdfs:label "Johannes Theunis van de Grindt" ;
  a2a:PersonName [
    rdfs:label "Johannes Theunis van de Grindt" ;
    a2a:PersonNameFirstName "Johannes Theunis" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Grindt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Person-b8acf462-887b-b0a3-24e0-d420a6e8b7fb
  a a2a:Person ;
  rdfs:label "Maria Cornelij van Hulst" ;
  a2a:PersonName [
    rdfs:label "Maria Cornelij van Hulst" ;
    a2a:PersonNameFirstName "Maria Cornelij" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hulst"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1724" ;
    a2a:Month "11" ;
    a2a:Day "19" ;
    rdfs:label "1724-11-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oudheusden" ;
    rdfs:label "Oudheusden"
  ] ;
  a2a:EventReligion "RK" .

oa:relationep_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Person:57739952-47b7-aeb1-ff91-de3777996fdf ;
  a2a:EventKeyRef oa:event_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Event1 .

oa:relationep_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Person:3293b981-8c29-14fc-a623-dbe379e18525 ;
  a2a:EventKeyRef oa:event_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Event1 .

oa:relationep_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Person:991d6c39-c800-3d44-959d-73f729a1ad59 ;
  a2a:EventKeyRef oa:event_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Event1 .

oa:relationep_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Person:65528ec7-3ef5-d820-4024-79d7b1d8b348 ;
  a2a:EventKeyRef oa:event_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Event1 .

oa:relationep_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Person:842760db-1650-a55b-1858-ff3b3e6d8ece ;
  a2a:EventKeyRef oa:event_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Event1 .

oa:relationep_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_5
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Person:b8acf462-887b-b0a3-24e0-d420a6e8b7fb ;
  a2a:EventKeyRef oa:event_sha_09cb600b-ff0b-2736-e419-b23424f45ccf_Event1 .

oa:source_sha_09cb600b-ff0b-2736-e419-b23424f45ccf
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Elshout" ;
    rdfs:label "Elshout", "1724-11-19 - 1724-11-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1724-11-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1724-11-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1724" ;
    a2a:Month "11" ;
    a2a:Day "19" ;
    rdfs:label "1724-11-19"^^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: Elshout03, Periode: 1701-1742" ;
    a2a:Book "Dopen (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "Elshout03" ;
    a2a:Folio "29r" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: doop-, trouw- en begraafboek, Deel: Elshout03, Periode: 1701-1742, Dopen (rooms-katholieke parochie), Elshout03, 29r"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/fdd61a3e-91b7-ac02-4a24-56764eae3f9f.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/09cb600b-ff0b-2736-e419-b23424f45ccf" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/fdd61a3e-91b7-ac02-4a24-56764eae3f9f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-05-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/09cb600b-ff0b-2736-e419-b23424f45ccf" ;
  a2a:RecordGUID "{09cb600b-ff0b-2736-e419-b23424f45ccf}" ;
  a2a:SourceRemarkOpmerking "Datum dopen: 19-11-1724<br />Plaats dopen: Oudheusden<br />Religie: RK" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_7799_00007799.xml van SHA" .

