@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_d0b2983a-94c2-f014-e28e-413cfd3b6a2e
  a a2a:Record ;
  rdfs:label "Doop op 30 april 1736 te Baarle-Nassau" ;
  a2a:hasPerson oa:person_rat_d0b2983a-94c2-f014-e28e-413cfd3b6a2e_Person-9027fc1c-3d43-29bd-89a5-dd4199e4a7b8, oa:person_rat_d0b2983a-94c2-f014-e28e-413cfd3b6a2e_Person-47d28495-7035-5f47-020a-c4d51728ccee, oa:person_rat_d0b2983a-94c2-f014-e28e-413cfd3b6a2e_Person-dbd5b176-a0bd-44a9-2cee-c3bb39a95543 ;
  a2a:hasEvent oa:event_rat_d0b2983a-94c2-f014-e28e-413cfd3b6a2e_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_d0b2983a-94c2-f014-e28e-413cfd3b6a2e_0, oa:relationep_rat_d0b2983a-94c2-f014-e28e-413cfd3b6a2e_1, oa:relationep_rat_d0b2983a-94c2-f014-e28e-413cfd3b6a2e_2 ;
  a2a:hasSource oa:source_rat_d0b2983a-94c2-f014-e28e-413cfd3b6a2e .

oa:person_rat_d0b2983a-94c2-f014-e28e-413cfd3b6a2e_Person-9027fc1c-3d43-29bd-89a5-dd4199e4a7b8
  a a2a:Person ;
  rdfs:label "Cornelia Bogaerts" ;
  a2a:PersonName [
    rdfs:label "Cornelia Bogaerts" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Bogaerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_d0b2983a-94c2-f014-e28e-413cfd3b6a2e_Person-47d28495-7035-5f47-020a-c4d51728ccee
  a a2a:Person ;
  rdfs:label "Adrianus Franciscus Stoops" ;
  a2a:PersonName [
    rdfs:label "Adrianus Franciscus Stoops" ;
    a2a:PersonNameFirstName "Adrianus Franciscus" ;
    a2a:PersonNameLastName "Stoops"
  ] ;
  a2a:Gender "Man" .

oa:person_rat_d0b2983a-94c2-f014-e28e-413cfd3b6a2e_Person-dbd5b176-a0bd-44a9-2cee-c3bb39a95543
  a a2a:Person ;
  rdfs:label "Adrianus Stoops" ;
  a2a:PersonName [
    rdfs:label "Adrianus Stoops" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Stoops"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_d0b2983a-94c2-f014-e28e-413cfd3b6a2e_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1736" ;
    a2a:Month "4" ;
    a2a:Day "30" ;
    rdfs:label "1736-04-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Baarle-Nassau" ;
    rdfs:label "Baarle-Nassau"
  ] .

oa:relationep_rat_d0b2983a-94c2-f014-e28e-413cfd3b6a2e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_d0b2983a-94c2-f014-e28e-413cfd3b6a2e_Person:9027fc1c-3d43-29bd-89a5-dd4199e4a7b8 ;
  a2a:EventKeyRef oa:event_rat_d0b2983a-94c2-f014-e28e-413cfd3b6a2e_Event1 .

oa:relationep_rat_d0b2983a-94c2-f014-e28e-413cfd3b6a2e_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_d0b2983a-94c2-f014-e28e-413cfd3b6a2e_Person:47d28495-7035-5f47-020a-c4d51728ccee ;
  a2a:EventKeyRef oa:event_rat_d0b2983a-94c2-f014-e28e-413cfd3b6a2e_Event1 .

oa:relationep_rat_d0b2983a-94c2-f014-e28e-413cfd3b6a2e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_d0b2983a-94c2-f014-e28e-413cfd3b6a2e_Person:dbd5b176-a0bd-44a9-2cee-c3bb39a95543 ;
  a2a:EventKeyRef oa:event_rat_d0b2983a-94c2-f014-e28e-413cfd3b6a2e_Event1 .

oa:source_rat_d0b2983a-94c2-f014-e28e-413cfd3b6a2e
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Baarle-Nassau" ;
    rdfs:label "Baarle-Nassau", "1736-04-30 - 1736-04-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1736-04-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1736-04-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1736" ;
    a2a:Month "4" ;
    a2a:Day "30" ;
    rdfs:label "1736-04-30"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken van Baarle-Nassau, 1616-1810, Bron: boek, Deel: 02, P..." ;
    a2a:Book "Inv.nr. 02 - Baarle - akten van doop, trouw en aantekeningen van begraven 1716-1737 (rooms-katho..." ;
    a2a:RegistryNumber "02" ;
    a2a:Folio "83" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Baarle-Nassau, 1616-1810, Bron: boek, Deel: 02, P..., Inv.nr. 02 - Baarle - akten van doop, trouw en aantekeningen van begraven 1716-1737 (rooms-katho..., 02, 83"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/d6fddecd-7ec1-3063-6c59-20d3e497421f.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/d0b2983a-94c2-f014-e28e-413cfd3b6a2e" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/d6fddecd-7ec1-3063-6c59-20d3e497421f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-04-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/d0b2983a-94c2-f014-e28e-413cfd3b6a2e" ;
  a2a:RecordGUID "{d0b2983a-94c2-f014-e28e-413cfd3b6a2e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_25049_00025049.xml van RAT" .

