@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_fb443197-29af-e60b-c11e-2f17ff1e20fb
  a a2a:Record ;
  rdfs:label "Geboorte op 3 oktober 1913 te Raamsdonk" ;
  a2a:hasPerson oa:person_rat_fb443197-29af-e60b-c11e-2f17ff1e20fb_Person-5b7df2f6-7384-0a7b-cb64-a5f205e1e800, oa:person_rat_fb443197-29af-e60b-c11e-2f17ff1e20fb_Person-10191c82-0871-ad2a-0159-a8bdad6b5c68, oa:person_rat_fb443197-29af-e60b-c11e-2f17ff1e20fb_Person-fe29d131-56f5-21f3-3d71-c5e756d29aff ;
  a2a:hasEvent oa:event_rat_fb443197-29af-e60b-c11e-2f17ff1e20fb_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_fb443197-29af-e60b-c11e-2f17ff1e20fb_0, oa:relationep_rat_fb443197-29af-e60b-c11e-2f17ff1e20fb_1, oa:relationep_rat_fb443197-29af-e60b-c11e-2f17ff1e20fb_2 ;
  a2a:hasSource oa:source_rat_fb443197-29af-e60b-c11e-2f17ff1e20fb .

oa:person_rat_fb443197-29af-e60b-c11e-2f17ff1e20fb_Person-5b7df2f6-7384-0a7b-cb64-a5f205e1e800
  a a2a:Person ;
  rdfs:label "Hendrik Josephus Staps" ;
  a2a:PersonName [
    rdfs:label "Hendrik Josephus Staps" ;
    a2a:PersonNameFirstName "Hendrik Josephus" ;
    a2a:PersonNameLastName "Staps"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_fb443197-29af-e60b-c11e-2f17ff1e20fb_Person-10191c82-0871-ad2a-0159-a8bdad6b5c68
  a a2a:Person ;
  rdfs:label "Anna Angelina van Bekhoven" ;
  a2a:PersonName [
    rdfs:label "Anna Angelina van Bekhoven" ;
    a2a:PersonNameFirstName "Anna Angelina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Bekhoven"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_fb443197-29af-e60b-c11e-2f17ff1e20fb_Person-fe29d131-56f5-21f3-3d71-c5e756d29aff
  a a2a:Person ;
  rdfs:label "Adrianus Johannes Maria Petrus Staps" ;
  a2a:PersonName [
    rdfs:label "Adrianus Johannes Maria Petrus Staps" ;
    a2a:PersonNameFirstName "Adrianus Johannes Maria Petrus" ;
    a2a:PersonNameLastName "Staps"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1913" ;
    a2a:Month "10" ;
    a2a:Day "3" ;
    rdfs:label "1913-10-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Raamsdonk" ;
    rdfs:label "Raamsdonk"
  ] .

oa:event_rat_fb443197-29af-e60b-c11e-2f17ff1e20fb_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1913" ;
    a2a:Month "10" ;
    a2a:Day "3" ;
    rdfs:label "1913-10-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Raamsdonk" ;
    rdfs:label "Raamsdonk"
  ] .

oa:relationep_rat_fb443197-29af-e60b-c11e-2f17ff1e20fb_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_fb443197-29af-e60b-c11e-2f17ff1e20fb_Person:5b7df2f6-7384-0a7b-cb64-a5f205e1e800 ;
  a2a:EventKeyRef oa:event_rat_fb443197-29af-e60b-c11e-2f17ff1e20fb_Event1 .

oa:relationep_rat_fb443197-29af-e60b-c11e-2f17ff1e20fb_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_fb443197-29af-e60b-c11e-2f17ff1e20fb_Person:10191c82-0871-ad2a-0159-a8bdad6b5c68 ;
  a2a:EventKeyRef oa:event_rat_fb443197-29af-e60b-c11e-2f17ff1e20fb_Event1 .

oa:relationep_rat_fb443197-29af-e60b-c11e-2f17ff1e20fb_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_fb443197-29af-e60b-c11e-2f17ff1e20fb_Person:fe29d131-56f5-21f3-3d71-c5e756d29aff ;
  a2a:EventKeyRef oa:event_rat_fb443197-29af-e60b-c11e-2f17ff1e20fb_Event1 .

oa:source_rat_fb443197-29af-e60b-c11e-2f17ff1e20fb
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Raamsdonk" ;
    rdfs:label "Raamsdonk", "1913-10-03 - 1913-10-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1913-10-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1913-10-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1913" ;
    a2a:Month "10" ;
    a2a:Day "3" ;
    rdfs:label "1913-10-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Periode: 1913" ;
    a2a:Book "Geboorteregister 1913" ;
    a2a:DocumentNumber "154" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Periode: 1913, Geboorteregister 1913, 154"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/cf8dd0ac-3677-39af-e36b-58f55e6887c7.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/fb443197-29af-e60b-c11e-2f17ff1e20fb" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/cf8dd0ac-3677-39af-e36b-58f55e6887c7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-07-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/fb443197-29af-e60b-c11e-2f17ff1e20fb" ;
  a2a:RecordGUID "{fb443197-29af-e60b-c11e-2f17ff1e20fb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231213_13642_00013642.xml van RAT" .

