@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_7bfdba12-89f4-e061-db9a-e78e6fe77312
  a a2a:Record ;
  rdfs:label "Doop op 7 april 1697 te Made en Drimmelen" ;
  a2a:hasPerson oa:person_rat_7bfdba12-89f4-e061-db9a-e78e6fe77312_Person-c412670b-7748-517b-0026-ab316f1e62e8, oa:person_rat_7bfdba12-89f4-e061-db9a-e78e6fe77312_Person-210bfac3-025e-1691-741e-e2581864f18f, oa:person_rat_7bfdba12-89f4-e061-db9a-e78e6fe77312_Person-5a749cad-bf4c-838a-ca93-e4865eae6481 ;
  a2a:hasEvent oa:event_rat_7bfdba12-89f4-e061-db9a-e78e6fe77312_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_7bfdba12-89f4-e061-db9a-e78e6fe77312_0, oa:relationep_rat_7bfdba12-89f4-e061-db9a-e78e6fe77312_1, oa:relationep_rat_7bfdba12-89f4-e061-db9a-e78e6fe77312_2 ;
  a2a:hasSource oa:source_rat_7bfdba12-89f4-e061-db9a-e78e6fe77312 .

oa:person_rat_7bfdba12-89f4-e061-db9a-e78e6fe77312_Person-c412670b-7748-517b-0026-ab316f1e62e8
  a a2a:Person ;
  rdfs:label "Maria Bosmans" ;
  a2a:PersonName [
    rdfs:label "Maria Bosmans" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Bosmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_7bfdba12-89f4-e061-db9a-e78e6fe77312_Person-210bfac3-025e-1691-741e-e2581864f18f
  a a2a:Person ;
  rdfs:label "Petronilla Dierckx" ;
  a2a:PersonName [
    rdfs:label "Petronilla Dierckx" ;
    a2a:PersonNameFirstName "Petronilla" ;
    a2a:PersonNameLastName "Dierckx"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rat_7bfdba12-89f4-e061-db9a-e78e6fe77312_Person-5a749cad-bf4c-838a-ca93-e4865eae6481
  a a2a:Person ;
  rdfs:label "Andreas Dierckx" ;
  a2a:PersonName [
    rdfs:label "Andreas Dierckx" ;
    a2a:PersonNameFirstName "Andreas" ;
    a2a:PersonNameLastName "Dierckx"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_7bfdba12-89f4-e061-db9a-e78e6fe77312_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1697" ;
    a2a:Month "4" ;
    a2a:Day "7" ;
    rdfs:label "1697-04-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Made en Drimmelen" ;
    rdfs:label "Made en Drimmelen"
  ] .

oa:relationep_rat_7bfdba12-89f4-e061-db9a-e78e6fe77312_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_7bfdba12-89f4-e061-db9a-e78e6fe77312_Person:c412670b-7748-517b-0026-ab316f1e62e8 ;
  a2a:EventKeyRef oa:event_rat_7bfdba12-89f4-e061-db9a-e78e6fe77312_Event1 .

oa:relationep_rat_7bfdba12-89f4-e061-db9a-e78e6fe77312_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_7bfdba12-89f4-e061-db9a-e78e6fe77312_Person:210bfac3-025e-1691-741e-e2581864f18f ;
  a2a:EventKeyRef oa:event_rat_7bfdba12-89f4-e061-db9a-e78e6fe77312_Event1 .

oa:relationep_rat_7bfdba12-89f4-e061-db9a-e78e6fe77312_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_7bfdba12-89f4-e061-db9a-e78e6fe77312_Person:5a749cad-bf4c-838a-ca93-e4865eae6481 ;
  a2a:EventKeyRef oa:event_rat_7bfdba12-89f4-e061-db9a-e78e6fe77312_Event1 .

oa:source_rat_7bfdba12-89f4-e061-db9a-e78e6fe77312
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Made en Drimmelen" ;
    rdfs:label "Made en Drimmelen", "1697-04-07 - 1697-04-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1697-04-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1697-04-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1697" ;
    a2a:Month "4" ;
    a2a:Day "7" ;
    rdfs:label "1697-04-07"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Archiefnaam: Doop- trouw- en begraafboeken van Made en Drimmelen, 1671-1812, Bron: boek, Deel: 0..." ;
    a2a:Book "Inv.nr. 01 - Made, Drimmelen, Hooge en Lage Zwaluwe en Standhazen - doopboek 1671-1708 (rooms-ka..." ;
    a2a:RegistryNumber "01" ;
    a2a:Folio "49v" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop- trouw- en begraafboeken van Made en Drimmelen, 1671-1812, Bron: boek, Deel: 0..., Inv.nr. 01 - Made, Drimmelen, Hooge en Lage Zwaluwe en Standhazen - doopboek 1671-1708 (rooms-ka..., 01, 49v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/be8014b8-3891-0b4f-6a73-defacf4c790d.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/7bfdba12-89f4-e061-db9a-e78e6fe77312" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/be8014b8-3891-0b4f-6a73-defacf4c790d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-11-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/7bfdba12-89f4-e061-db9a-e78e6fe77312" ;
  a2a:RecordGUID "{7bfdba12-89f4-e061-db9a-e78e6fe77312}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_20540_00020540.xml van RAT" .

