@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_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb
  a a2a:Record ;
  rdfs:label "Doop op 3 juni 1787 te Hooge en Lage Zwaluwe" ;
  a2a:hasPerson oa:person_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb_Person-a018c151-1b7d-77c0-ad35-695e2bd06530, oa:person_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb_Person-8b5f1baa-3251-4285-b0f2-86d9f85528a5, oa:person_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb_Person-609617f4-4502-7c8a-3d8e-8ac5b89e4feb ;
  a2a:hasEvent oa:event_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb_0, oa:relationep_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb_1, oa:relationep_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb_2 ;
  a2a:hasSource oa:source_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb .

oa:person_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb_Person-a018c151-1b7d-77c0-ad35-695e2bd06530
  a a2a:Person ;
  rdfs:label "Abrijna Lambert de Visser" ;
  a2a:PersonName [
    rdfs:label "Abrijna Lambert de Visser" ;
    a2a:PersonNameFirstName "Abrijna Lambert" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Visser"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb_Person-8b5f1baa-3251-4285-b0f2-86d9f85528a5
  a a2a:Person ;
  rdfs:label "Frans Vos" ;
  a2a:PersonName [
    rdfs:label "Frans Vos" ;
    a2a:PersonNameFirstName "Frans" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb_Person-609617f4-4502-7c8a-3d8e-8ac5b89e4feb
  a a2a:Person ;
  rdfs:label "Cornelia Vos" ;
  a2a:PersonName [
    rdfs:label "Cornelia Vos" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1787" ;
    a2a:Month "6" ;
    a2a:Day "1" ;
    rdfs:label "1787-06-01"^^xsd:date
  ] .

oa:event_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1787" ;
    a2a:Month "6" ;
    a2a:Day "3" ;
    rdfs:label "1787-06-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hooge en Lage Zwaluwe" ;
    rdfs:label "Hooge en Lage Zwaluwe"
  ] .

oa:relationep_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb_Person:a018c151-1b7d-77c0-ad35-695e2bd06530 ;
  a2a:EventKeyRef oa:event_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb_Event1 .

oa:relationep_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb_Person:8b5f1baa-3251-4285-b0f2-86d9f85528a5 ;
  a2a:EventKeyRef oa:event_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb_Event1 .

oa:relationep_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb_Person:609617f4-4502-7c8a-3d8e-8ac5b89e4feb ;
  a2a:EventKeyRef oa:event_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb_Event1 .

oa:source_rat_32a377e0-daa6-8dc7-e984-ab8fadd476eb
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Hooge en Lage Zwaluwe" ;
    rdfs:label "Hooge en Lage Zwaluwe", "1787-06-03 - 1787-06-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1787-06-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1787-06-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1787" ;
    a2a:Month "6" ;
    a2a:Day "3" ;
    rdfs:label "1787-06-03"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken van Hooge en Lage Zwaluwe, 1610-1810, Bron: boek, De..." ;
    a2a:Book "Inv.nr. 05 - Hooge en Lage Zwaluwe - doopboek 1718-1810 (nederduits-gereformeerde gemeente)" ;
    a2a:RegistryNumber "05" ;
    a2a:Folio "81v" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Hooge en Lage Zwaluwe, 1610-1810, Bron: boek, De..., Inv.nr. 05 - Hooge en Lage Zwaluwe - doopboek 1718-1810 (nederduits-gereformeerde gemeente), 05, 81v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/030805e6-bc7c-97d5-e0f8-54ed4a34410c.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/32a377e0-daa6-8dc7-e984-ab8fadd476eb" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/030805e6-bc7c-97d5-e0f8-54ed4a34410c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-02-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/32a377e0-daa6-8dc7-e984-ab8fadd476eb" ;
  a2a:RecordGUID "{32a377e0-daa6-8dc7-e984-ab8fadd476eb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_23103_00023103.xml van RAT" .

