@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_e4063a67-a114-e7a5-901e-ca7eb919cc0d
  a a2a:Record ;
  rdfs:label "Doop op 1 februari 1795 te Wijk" ;
  a2a:hasPerson oa:person_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_Person-bdb2acff-1f03-2b84-e330-2af9bcb69285, oa:person_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_Person-d262863d-5eb3-a6a4-ebe0-748b8fc307af, oa:person_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_Person-93589238-1cc1-88b6-4598-6afcf2c05a3b, oa:person_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_Person-305ef995-87e9-f68d-8f00-17660b36ae3b ;
  a2a:hasEvent oa:event_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_0, oa:relationep_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_1, oa:relationep_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_2, oa:relationep_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_3 ;
  a2a:hasSource oa:source_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d .

oa:person_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_Person-bdb2acff-1f03-2b84-e330-2af9bcb69285
  a a2a:Person ;
  rdfs:label "Maria Vos" ;
  a2a:PersonName [
    rdfs:label "Maria Vos" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_Person-d262863d-5eb3-a6a4-ebe0-748b8fc307af
  a a2a:Person ;
  rdfs:label "Leske Vos" ;
  a2a:PersonName [
    rdfs:label "Leske Vos" ;
    a2a:PersonNameFirstName "Leske" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_Person-93589238-1cc1-88b6-4598-6afcf2c05a3b
  a a2a:Person ;
  rdfs:label "Andries Wouterse" ;
  a2a:PersonName [
    rdfs:label "Andries Wouterse" ;
    a2a:PersonNameFirstName "Andries" ;
    a2a:PersonNameLastName "Wouterse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_Person-305ef995-87e9-f68d-8f00-17660b36ae3b
  a a2a:Person ;
  rdfs:label "Aart Wouterse" ;
  a2a:PersonName [
    rdfs:label "Aart Wouterse" ;
    a2a:PersonNameFirstName "Aart" ;
    a2a:PersonNameLastName "Wouterse"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1795" ;
    a2a:Month "1" ;
    a2a:Day "16" ;
    rdfs:label "1795-01-16"^^xsd:date
  ] .

oa:event_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1795" ;
    a2a:Month "2" ;
    a2a:Day "1" ;
    rdfs:label "1795-02-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wijk" ;
    rdfs:label "Wijk"
  ] ;
  a2a:EventReligion "NG" .

oa:relationep_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_Person:bdb2acff-1f03-2b84-e330-2af9bcb69285 ;
  a2a:EventKeyRef oa:event_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_Event1 .

oa:relationep_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_Person:d262863d-5eb3-a6a4-ebe0-748b8fc307af ;
  a2a:EventKeyRef oa:event_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_Event1 .

oa:relationep_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_Person:93589238-1cc1-88b6-4598-6afcf2c05a3b ;
  a2a:EventKeyRef oa:event_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_Event1 .

oa:relationep_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_3
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_Person:305ef995-87e9-f68d-8f00-17660b36ae3b ;
  a2a:EventKeyRef oa:event_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d_Event1 .

oa:source_sha_e4063a67-a114-e7a5-901e-ca7eb919cc0d
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Wijk" ;
    rdfs:label "Wijk", "1795-02-01 - 1795-02-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1795-02-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1795-02-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1795" ;
    a2a:Month "2" ;
    a2a:Day "1" ;
    rdfs:label "1795-02-01"^^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: Wijk01, Periode: 1722-1810" ;
    a2a:Book "Dopen (Nederduits gereformeerde gemeente)" ;
    a2a:RegistryNumber "Wijk01" ;
    a2a:Folio "81" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: doop-, trouw- en begraafboek, Deel: Wijk01, Periode: 1722-1810, Dopen (Nederduits gereformeerde gemeente), Wijk01, 81"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/7616ac86-7e0e-ca26-505f-e50d1644b846.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/e4063a67-a114-e7a5-901e-ca7eb919cc0d" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/7616ac86-7e0e-ca26-505f-e50d1644b846.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/e4063a67-a114-e7a5-901e-ca7eb919cc0d" ;
  a2a:RecordGUID "{e4063a67-a114-e7a5-901e-ca7eb919cc0d}" ;
  a2a:SourceRemarkOpmerking "De vader is R, K<br />Datum dopen: 01-02-1795<br />Plaats dopen: Wijk<br />Religie: NG", "N.B. Vanaf 24 nov. 1790 wordt ook de geboortedatum vermeld. In dit boek zijn ook kinderen uit Aalburg en Nederhemert te vinden." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1791_00001791.xml van SHA" .

