@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_1f901def-d58a-b334-e082-1484150c190f
  a a2a:Record ;
  rdfs:label "Doop op 6 april 1766 te Made en Drimmelen" ;
  a2a:hasPerson oa:person_rat_1f901def-d58a-b334-e082-1484150c190f_Person-6207f71b-c118-4e35-2cf1-7e15ca334343, oa:person_rat_1f901def-d58a-b334-e082-1484150c190f_Person-898a1ea0-72d5-6172-32df-15c062c5e160, oa:person_rat_1f901def-d58a-b334-e082-1484150c190f_Person-a89230cc-5869-3c45-1b73-f18e5fa9f898 ;
  a2a:hasEvent oa:event_rat_1f901def-d58a-b334-e082-1484150c190f_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_1f901def-d58a-b334-e082-1484150c190f_0, oa:relationep_rat_1f901def-d58a-b334-e082-1484150c190f_1, oa:relationep_rat_1f901def-d58a-b334-e082-1484150c190f_2 ;
  a2a:hasSource oa:source_rat_1f901def-d58a-b334-e082-1484150c190f .

oa:person_rat_1f901def-d58a-b334-e082-1484150c190f_Person-6207f71b-c118-4e35-2cf1-7e15ca334343
  a a2a:Person ;
  rdfs:label "Laurens Mustert" ;
  a2a:PersonName [
    rdfs:label "Laurens Mustert" ;
    a2a:PersonNameFirstName "Laurens" ;
    a2a:PersonNameLastName "Mustert"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_1f901def-d58a-b334-e082-1484150c190f_Person-898a1ea0-72d5-6172-32df-15c062c5e160
  a a2a:Person ;
  rdfs:label "Anna van Diemen" ;
  a2a:PersonName [
    rdfs:label "Anna van Diemen" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Diemen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_1f901def-d58a-b334-e082-1484150c190f_Person-a89230cc-5869-3c45-1b73-f18e5fa9f898
  a a2a:Person ;
  rdfs:label "Cornelia Mustert" ;
  a2a:PersonName [
    rdfs:label "Cornelia Mustert" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Mustert"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1766" ;
    a2a:Month "4" ;
    a2a:Day "4" ;
    rdfs:label "1766-04-04"^^xsd:date
  ] .

oa:event_rat_1f901def-d58a-b334-e082-1484150c190f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1766" ;
    a2a:Month "4" ;
    a2a:Day "6" ;
    rdfs:label "1766-04-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Made en Drimmelen" ;
    rdfs:label "Made en Drimmelen"
  ] .

oa:relationep_rat_1f901def-d58a-b334-e082-1484150c190f_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_1f901def-d58a-b334-e082-1484150c190f_Person:6207f71b-c118-4e35-2cf1-7e15ca334343 ;
  a2a:EventKeyRef oa:event_rat_1f901def-d58a-b334-e082-1484150c190f_Event1 .

oa:relationep_rat_1f901def-d58a-b334-e082-1484150c190f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_1f901def-d58a-b334-e082-1484150c190f_Person:898a1ea0-72d5-6172-32df-15c062c5e160 ;
  a2a:EventKeyRef oa:event_rat_1f901def-d58a-b334-e082-1484150c190f_Event1 .

oa:relationep_rat_1f901def-d58a-b334-e082-1484150c190f_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_1f901def-d58a-b334-e082-1484150c190f_Person:a89230cc-5869-3c45-1b73-f18e5fa9f898 ;
  a2a:EventKeyRef oa:event_rat_1f901def-d58a-b334-e082-1484150c190f_Event1 .

oa:source_rat_1f901def-d58a-b334-e082-1484150c190f
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Made en Drimmelen" ;
    rdfs:label "Made en Drimmelen", "1766-04-06 - 1766-04-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1766-04-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1766-04-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1766" ;
    a2a:Month "4" ;
    a2a:Day "6" ;
    rdfs:label "1766-04-06"^^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: 1..." ;
    a2a:Book "Inv.nr. 10 - Made en Drimmelen - doopboek van Made 1731-1810 (nederduits-gereformeerde gemeente)" ;
    a2a:RegistryNumber "10" ;
    a2a:Folio "16" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop- trouw- en begraafboeken van Made en Drimmelen, 1671-1812, Bron: boek, Deel: 1..., Inv.nr. 10 - Made en Drimmelen - doopboek van Made 1731-1810 (nederduits-gereformeerde gemeente), 10, 16"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/ae98807b-c31e-f236-8e69-c5f3917e8be0.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/1f901def-d58a-b334-e082-1484150c190f" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/ae98807b-c31e-f236-8e69-c5f3917e8be0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-07-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/1f901def-d58a-b334-e082-1484150c190f" ;
  a2a:RecordGUID "{1f901def-d58a-b334-e082-1484150c190f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_21980_00021980.xml van RAT" .

