@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_d12a4ada-feab-b87f-0d18-497ff079d9ce
  a a2a:Record ;
  rdfs:label "Doop op 2 juni 1713 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_d12a4ada-feab-b87f-0d18-497ff079d9ce_Person-cfc2b0ff-97f9-e586-9837-d7cf922613ae, oa:person_rat_d12a4ada-feab-b87f-0d18-497ff079d9ce_Person-18cd5342-f212-5f8f-e417-f388f3381560, oa:person_rat_d12a4ada-feab-b87f-0d18-497ff079d9ce_Person-9663c578-38df-e8e4-9745-b5f679fd457c ;
  a2a:hasEvent oa:event_rat_d12a4ada-feab-b87f-0d18-497ff079d9ce_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_d12a4ada-feab-b87f-0d18-497ff079d9ce_0, oa:relationep_rat_d12a4ada-feab-b87f-0d18-497ff079d9ce_1, oa:relationep_rat_d12a4ada-feab-b87f-0d18-497ff079d9ce_2 ;
  a2a:hasSource oa:source_rat_d12a4ada-feab-b87f-0d18-497ff079d9ce .

oa:person_rat_d12a4ada-feab-b87f-0d18-497ff079d9ce_Person-cfc2b0ff-97f9-e586-9837-d7cf922613ae
  a a2a:Person ;
  rdfs:label "Christianus Joannes Haeneveer" ;
  a2a:PersonName [
    rdfs:label "Christianus Joannes Haeneveer" ;
    a2a:PersonNameFirstName "Christianus Joannes" ;
    a2a:PersonNameLastName "Haeneveer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_d12a4ada-feab-b87f-0d18-497ff079d9ce_Person-18cd5342-f212-5f8f-e417-f388f3381560
  a a2a:Person ;
  rdfs:label "Maria Cornelius van der Made" ;
  a2a:PersonName [
    rdfs:label "Maria Cornelius van der Made" ;
    a2a:PersonNameFirstName "Maria Cornelius" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Made"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_d12a4ada-feab-b87f-0d18-497ff079d9ce_Person-9663c578-38df-e8e4-9745-b5f679fd457c
  a a2a:Person ;
  rdfs:label "Cornelius Haeneveer" ;
  a2a:PersonName [
    rdfs:label "Cornelius Haeneveer" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNameLastName "Haeneveer"
  ] ;
  a2a:Gender "Man" .

oa:event_rat_d12a4ada-feab-b87f-0d18-497ff079d9ce_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1713" ;
    a2a:Month "6" ;
    a2a:Day "2" ;
    rdfs:label "1713-06-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_rat_d12a4ada-feab-b87f-0d18-497ff079d9ce_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_d12a4ada-feab-b87f-0d18-497ff079d9ce_Person:cfc2b0ff-97f9-e586-9837-d7cf922613ae ;
  a2a:EventKeyRef oa:event_rat_d12a4ada-feab-b87f-0d18-497ff079d9ce_Event1 .

oa:relationep_rat_d12a4ada-feab-b87f-0d18-497ff079d9ce_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_d12a4ada-feab-b87f-0d18-497ff079d9ce_Person:18cd5342-f212-5f8f-e417-f388f3381560 ;
  a2a:EventKeyRef oa:event_rat_d12a4ada-feab-b87f-0d18-497ff079d9ce_Event1 .

oa:relationep_rat_d12a4ada-feab-b87f-0d18-497ff079d9ce_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_d12a4ada-feab-b87f-0d18-497ff079d9ce_Person:9663c578-38df-e8e4-9745-b5f679fd457c ;
  a2a:EventKeyRef oa:event_rat_d12a4ada-feab-b87f-0d18-497ff079d9ce_Event1 .

oa:source_rat_d12a4ada-feab-b87f-0d18-497ff079d9ce
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1713-06-02 - 1713-06-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1713-06-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1713-06-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1713" ;
    a2a:Month "6" ;
    a2a:Day "2" ;
    rdfs:label "1713-06-02"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Bron: register, Deel: 12, Periode: 1703-1727" ;
    a2a:Book "Inv.nr. 12 - Oosterhout - doopboek 1703-1727 (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "12" ;
    a2a:Folio "120" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Bron: register, Deel: 12, Periode: 1703-1727, Inv.nr. 12 - Oosterhout - doopboek 1703-1727 (rooms-katholieke parochie), 12, 120"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/21fd1c4a-c526-c803-c204-0a671156c484.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/d12a4ada-feab-b87f-0d18-497ff079d9ce" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/21fd1c4a-c526-c803-c204-0a671156c484.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-01-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/d12a4ada-feab-b87f-0d18-497ff079d9ce" ;
  a2a:RecordGUID "{d12a4ada-feab-b87f-0d18-497ff079d9ce}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_25052_00025052.xml van RAT" .

