@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_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b
  a a2a:Record ;
  rdfs:label "Doop op 18 april 1773 te Vlijmen" ;
  a2a:hasPerson oa:person_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_Person-15081578-2f35-a364-3334-089fcec371d2, oa:person_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_Person-25862e6c-e676-aabc-fcc0-70c63d241d81, oa:person_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_Person-afd6096e-8a41-391a-d83b-b7932e764043, oa:person_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_Person-d6a437d0-8ced-e8d7-b351-11bc2b13e894, oa:person_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_Person-04be49b5-fdc9-a0b1-9307-380c35dd3fb7 ;
  a2a:hasEvent oa:event_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_0, oa:relationep_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_1, oa:relationep_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_2, oa:relationep_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_3, oa:relationep_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_4 ;
  a2a:hasSource oa:source_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b .

oa:person_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_Person-15081578-2f35-a364-3334-089fcec371d2
  a a2a:Person ;
  rdfs:label "Sara Honcop" ;
  a2a:PersonName [
    rdfs:label "Sara Honcop" ;
    a2a:PersonNameFirstName "Sara" ;
    a2a:PersonNameLastName "Honcop"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_Person-25862e6c-e676-aabc-fcc0-70c63d241d81
  a a2a:Person ;
  rdfs:label "Frederik van Buuren" ;
  a2a:PersonName [
    rdfs:label "Frederik van Buuren" ;
    a2a:PersonNameFirstName "Frederik" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Buuren"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_Person-afd6096e-8a41-391a-d83b-b7932e764043
  a a2a:Person ;
  rdfs:label "Pieternella Colthoff" ;
  a2a:PersonName [
    rdfs:label "Pieternella Colthoff" ;
    a2a:PersonNameFirstName "Pieternella" ;
    a2a:PersonNameLastName "Colthoff"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_Person-d6a437d0-8ced-e8d7-b351-11bc2b13e894
  a a2a:Person ;
  rdfs:label "Johan Leonardus Colthoff" ;
  a2a:PersonName [
    rdfs:label "Johan Leonardus Colthoff" ;
    a2a:PersonNameFirstName "Johan Leonardus" ;
    a2a:PersonNameLastName "Colthoff"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_Person-04be49b5-fdc9-a0b1-9307-380c35dd3fb7
  a a2a:Person ;
  rdfs:label "Frederik Pieter Colthoff" ;
  a2a:PersonName [
    rdfs:label "Frederik Pieter Colthoff" ;
    a2a:PersonNameFirstName "Frederik Pieter" ;
    a2a:PersonNameLastName "Colthoff"
  ] ;
  a2a:Gender "Man" .

oa:event_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1773" ;
    a2a:Month "4" ;
    a2a:Day "18" ;
    rdfs:label "1773-04-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Vlijmen" ;
    rdfs:label "Vlijmen"
  ] ;
  a2a:EventReligion "NG" .

oa:relationep_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_Person:15081578-2f35-a364-3334-089fcec371d2 ;
  a2a:EventKeyRef oa:event_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_Event1 .

oa:relationep_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_Person:25862e6c-e676-aabc-fcc0-70c63d241d81 ;
  a2a:EventKeyRef oa:event_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_Event1 .

oa:relationep_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_Person:afd6096e-8a41-391a-d83b-b7932e764043 ;
  a2a:EventKeyRef oa:event_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_Event1 .

oa:relationep_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_Person:d6a437d0-8ced-e8d7-b351-11bc2b13e894 ;
  a2a:EventKeyRef oa:event_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_Event1 .

oa:relationep_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_Person:04be49b5-fdc9-a0b1-9307-380c35dd3fb7 ;
  a2a:EventKeyRef oa:event_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b_Event1 .

oa:source_sha_eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Vlijmen, Onsenoort" ;
    rdfs:label "Vlijmen, Onsenoort", "1773-04-18 - 1773-04-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1773-04-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1773-04-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1773" ;
    a2a:Month "4" ;
    a2a:Day "18" ;
    rdfs:label "1773-04-18"^^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: Vlijmen05, Periode: 1700-1810" ;
    a2a:Book "Dopen (Nederduits gereformeerde gemeente)" ;
    a2a:RegistryNumber "Vlijmen05" ;
    a2a:Folio "9v" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: doop-, trouw- en begraafboek, Deel: Vlijmen05, Periode: 1700-1810, Dopen (Nederduits gereformeerde gemeente), Vlijmen05, 9v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/6657d0d8-5b1b-de76-4b37-63f31ebcbbf2.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/6657d0d8-5b1b-de76-4b37-63f31ebcbbf2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-07-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b" ;
  a2a:RecordGUID "{eacb124b-1997-0cb5-bf6c-9ae7eeafcb4b}" ;
  a2a:SourceRemarkOpmerking "Datum dopen: 18-04-1773<br />Plaats dopen: Vlijmen<br />Religie: NG" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1826_00001826.xml van SHA" .

[] a2a:PersonRemarkdiversen "Peter, man van Pieternella Colthoff" .
[] a2a:PersonRemarkdiversen "Meter, vrouw van Frederik van Buuren" .
