@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_184d7802-84ad-bb76-e488-a970f1e3ec47
  a a2a:Record ;
  rdfs:label "Doop op 21 januari 1699 te Heusden" ;
  a2a:hasPerson oa:person_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_Person-a140b317-da8e-240a-f9f1-05d55b295c4a, oa:person_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_Person-dba834e1-b8ab-ea5b-6552-db008ef0ff61, oa:person_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_Person-d8b74e29-2a2c-ed73-da44-ee7af04a3e91, oa:person_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_Person-69c2f2d2-9bb3-3649-35ce-65d86fb820dd, oa:person_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_Person-1fdafc59-dad3-5730-02e3-82e5d7db67c7 ;
  a2a:hasEvent oa:event_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_0, oa:relationep_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_1, oa:relationep_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_2, oa:relationep_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_3, oa:relationep_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_4 ;
  a2a:hasSource oa:source_sha_184d7802-84ad-bb76-e488-a970f1e3ec47 .

oa:person_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_Person-a140b317-da8e-240a-f9f1-05d55b295c4a
  a a2a:Person ;
  rdfs:label "Guilielmus Vervoort" ;
  a2a:PersonName [
    rdfs:label "Guilielmus Vervoort" ;
    a2a:PersonNameFirstName "Guilielmus" ;
    a2a:PersonNameLastName "Vervoort"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_Person-dba834e1-b8ab-ea5b-6552-db008ef0ff61
  a a2a:Person ;
  rdfs:label "Nicolaas Vervoort" ;
  a2a:PersonName [
    rdfs:label "Nicolaas Vervoort" ;
    a2a:PersonNameFirstName "Nicolaas" ;
    a2a:PersonNameLastName "Vervoort"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_Person-d8b74e29-2a2c-ed73-da44-ee7af04a3e91
  a a2a:Person ;
  rdfs:label "Elisabetha Vervoort" ;
  a2a:PersonName [
    rdfs:label "Elisabetha Vervoort" ;
    a2a:PersonNameFirstName "Elisabetha" ;
    a2a:PersonNameLastName "Vervoort"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_Person-69c2f2d2-9bb3-3649-35ce-65d86fb820dd
  a a2a:Person ;
  rdfs:label "Beatrix de Graef" ;
  a2a:PersonName [
    rdfs:label "Beatrix de Graef" ;
    a2a:PersonNameFirstName "Beatrix" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Graef"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_Person-1fdafc59-dad3-5730-02e3-82e5d7db67c7
  a a2a:Person ;
  rdfs:label "Anna Margareta Vervoort" ;
  a2a:PersonName [
    rdfs:label "Anna Margareta Vervoort" ;
    a2a:PersonNameFirstName "Anna Margareta" ;
    a2a:PersonNameLastName "Vervoort"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1699" ;
    a2a:Month "1" ;
    a2a:Day "21" ;
    rdfs:label "1699-01-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] ;
  a2a:EventReligion "RK" .

oa:relationep_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_Person:a140b317-da8e-240a-f9f1-05d55b295c4a ;
  a2a:EventKeyRef oa:event_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_Event1 .

oa:relationep_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_Person:dba834e1-b8ab-ea5b-6552-db008ef0ff61 ;
  a2a:EventKeyRef oa:event_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_Event1 .

oa:relationep_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_Person:d8b74e29-2a2c-ed73-da44-ee7af04a3e91 ;
  a2a:EventKeyRef oa:event_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_Event1 .

oa:relationep_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_Person:69c2f2d2-9bb3-3649-35ce-65d86fb820dd ;
  a2a:EventKeyRef oa:event_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_Event1 .

oa:relationep_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_Person:1fdafc59-dad3-5730-02e3-82e5d7db67c7 ;
  a2a:EventKeyRef oa:event_sha_184d7802-84ad-bb76-e488-a970f1e3ec47_Event1 .

oa:source_sha_184d7802-84ad-bb76-e488-a970f1e3ec47
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden", "1699-01-21 - 1699-01-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1699-01-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1699-01-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1699" ;
    a2a:Month "1" ;
    a2a:Day "21" ;
    rdfs:label "1699-01-21"^^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: Heusden67, Periode: 1695-1703" ;
    a2a:Book "Dopen, trouwen en begraven (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "Heusden67" ;
    a2a:Folio "11v" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: doop-, trouw- en begraafboek, Deel: Heusden67, Periode: 1695-1703, Dopen, trouwen en begraven (rooms-katholieke parochie), Heusden67, 11v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/7013978c-81a8-dd4e-afc6-307c3c6e0370.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/184d7802-84ad-bb76-e488-a970f1e3ec47" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/7013978c-81a8-dd4e-afc6-307c3c6e0370.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/184d7802-84ad-bb76-e488-a970f1e3ec47" ;
  a2a:RecordGUID "{184d7802-84ad-bb76-e488-a970f1e3ec47}" ;
  a2a:SourceRemarkOpmerking "Datum dopen: 21-01-1699<br />Plaats dopen: Heusden<br />Religie: RK", "Bevat akten van doop, trouw en overlijden." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_2173_00002173.xml van SHA" .

