@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_ac3d0dab-737b-2edd-e4ad-9d5a00e91317
  a a2a:Record ;
  rdfs:label "Doop op 4 juni 1639 te Terheijden" ;
  a2a:hasPerson oa:person_rat_ac3d0dab-737b-2edd-e4ad-9d5a00e91317_Person-682b262a-0649-44c8-2212-6284b50a7307, oa:person_rat_ac3d0dab-737b-2edd-e4ad-9d5a00e91317_Person-34d33003-42e0-8adf-f723-503aaa57b141, oa:person_rat_ac3d0dab-737b-2edd-e4ad-9d5a00e91317_Person-b65123dc-031c-5924-55dc-34ab979c7217 ;
  a2a:hasEvent oa:event_rat_ac3d0dab-737b-2edd-e4ad-9d5a00e91317_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_ac3d0dab-737b-2edd-e4ad-9d5a00e91317_0, oa:relationep_rat_ac3d0dab-737b-2edd-e4ad-9d5a00e91317_1, oa:relationep_rat_ac3d0dab-737b-2edd-e4ad-9d5a00e91317_2 ;
  a2a:hasSource oa:source_rat_ac3d0dab-737b-2edd-e4ad-9d5a00e91317 .

oa:person_rat_ac3d0dab-737b-2edd-e4ad-9d5a00e91317_Person-682b262a-0649-44c8-2212-6284b50a7307
  a a2a:Person ;
  rdfs:label "Anneken Quirijnen" ;
  a2a:PersonName [
    rdfs:label "Anneken Quirijnen" ;
    a2a:PersonNameFirstName "Anneken" ;
    a2a:PersonNameLastName "Quirijnen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_ac3d0dab-737b-2edd-e4ad-9d5a00e91317_Person-34d33003-42e0-8adf-f723-503aaa57b141
  a a2a:Person ;
  rdfs:label "Elisabeth Peteren Spaens" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Peteren Spaens" ;
    a2a:PersonNameFirstName "Elisabeth Peteren" ;
    a2a:PersonNameLastName "Spaens"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Terheijden" ;
    rdfs:label "Terheijden"
  ] .

oa:person_rat_ac3d0dab-737b-2edd-e4ad-9d5a00e91317_Person-b65123dc-031c-5924-55dc-34ab979c7217
  a a2a:Person ;
  rdfs:label "Govaert Spaens" ;
  a2a:PersonName [
    rdfs:label "Govaert Spaens" ;
    a2a:PersonNameFirstName "Govaert" ;
    a2a:PersonNameLastName "Spaens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_ac3d0dab-737b-2edd-e4ad-9d5a00e91317_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1639" ;
    a2a:Month "6" ;
    a2a:Day "4" ;
    rdfs:label "1639-06-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Terheijden" ;
    rdfs:label "Terheijden"
  ] .

oa:relationep_rat_ac3d0dab-737b-2edd-e4ad-9d5a00e91317_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_ac3d0dab-737b-2edd-e4ad-9d5a00e91317_Person:682b262a-0649-44c8-2212-6284b50a7307 ;
  a2a:EventKeyRef oa:event_rat_ac3d0dab-737b-2edd-e4ad-9d5a00e91317_Event1 .

oa:relationep_rat_ac3d0dab-737b-2edd-e4ad-9d5a00e91317_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_ac3d0dab-737b-2edd-e4ad-9d5a00e91317_Person:34d33003-42e0-8adf-f723-503aaa57b141 ;
  a2a:EventKeyRef oa:event_rat_ac3d0dab-737b-2edd-e4ad-9d5a00e91317_Event1 .

oa:relationep_rat_ac3d0dab-737b-2edd-e4ad-9d5a00e91317_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_ac3d0dab-737b-2edd-e4ad-9d5a00e91317_Person:b65123dc-031c-5924-55dc-34ab979c7217 ;
  a2a:EventKeyRef oa:event_rat_ac3d0dab-737b-2edd-e4ad-9d5a00e91317_Event1 .

oa:source_rat_ac3d0dab-737b-2edd-e4ad-9d5a00e91317
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Terheijden" ;
    rdfs:label "Terheijden", "1639-06-04 - 1639-06-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1639-06-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1639-06-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1639" ;
    a2a:Month "6" ;
    a2a:Day "4" ;
    rdfs:label "1639-06-04"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken van Terheijden, 1602-1810, Bron: boek, Deel: 09, Peri..." ;
    a2a:Book "Inv.nr. 09 - Terheijden - doopboek 1627-1668, lidmatenlijst 1626-1660, doopboek 1669-1692, trouwb..." ;
    a2a:RegistryNumber "09" ;
    a2a:Folio "3" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Terheijden, 1602-1810, Bron: boek, Deel: 09, Peri..., Inv.nr. 09 - Terheijden - doopboek 1627-1668, lidmatenlijst 1626-1660, doopboek 1669-1692, trouwb..., 09, 3"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/ccd77762-95b4-827a-d5ac-d73bad2031e6.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/ac3d0dab-737b-2edd-e4ad-9d5a00e91317" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/ccd77762-95b4-827a-d5ac-d73bad2031e6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-07-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/ac3d0dab-737b-2edd-e4ad-9d5a00e91317" ;
  a2a:RecordGUID "{ac3d0dab-737b-2edd-e4ad-9d5a00e91317}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_29901_00029901.xml van RAT" .

