@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_05076c31-7b63-ba2e-415f-ba7b5481bafa
  a a2a:Record ;
  rdfs:label "Registratie op 23 augustus 1791 te Raamsdonk" ;
  a2a:hasPerson oa:person_rat_05076c31-7b63-ba2e-415f-ba7b5481bafa_Person-7ed35b2c-1d7e-0da6-79b5-fde4c088ec9f ;
  a2a:hasEvent oa:event_rat_05076c31-7b63-ba2e-415f-ba7b5481bafa_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_05076c31-7b63-ba2e-415f-ba7b5481bafa_0 ;
  a2a:hasSource oa:source_rat_05076c31-7b63-ba2e-415f-ba7b5481bafa .

oa:person_rat_05076c31-7b63-ba2e-415f-ba7b5481bafa_Person-7ed35b2c-1d7e-0da6-79b5-fde4c088ec9f
  a a2a:Person ;
  rdfs:label "Anna Waas" ;
  a2a:PersonName [
    rdfs:label "Anna Waas" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Waas"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1791" ;
    a2a:Month "8" ;
    a2a:Day "23" ;
    rdfs:label "1791-08-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Raamsdonk" ;
    rdfs:label "Raamsdonk"
  ] .

oa:event_rat_05076c31-7b63-ba2e-415f-ba7b5481bafa_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1791" ;
    a2a:Month "8" ;
    a2a:Day "23" ;
    rdfs:label "1791-08-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Raamsdonk" ;
    rdfs:label "Raamsdonk"
  ] .

oa:relationep_rat_05076c31-7b63-ba2e-415f-ba7b5481bafa_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rat_05076c31-7b63-ba2e-415f-ba7b5481bafa_Person:7ed35b2c-1d7e-0da6-79b5-fde4c088ec9f ;
  a2a:EventKeyRef oa:event_rat_05076c31-7b63-ba2e-415f-ba7b5481bafa_Event1 .

oa:source_rat_05076c31-7b63-ba2e-415f-ba7b5481bafa
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Raamsdonk" ;
    rdfs:label "Raamsdonk", "1823-01-01 - 1837-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1823-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1837-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Bron: boek, Deel: 003, Periode: 1823-1837" ;
    a2a:Book "Inv. nr. 03 1823-1837 Veer" ;
    a2a:RegistryNumber "003" ;
    a2a:Folio "26" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Bron: boek, Deel: 003, Periode: 1823-1837, Inv. nr. 03 1823-1837 Veer, 003, 26"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/d3bd8cff-93b8-0b5f-da05-f3c2a0bab238.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/05076c31-7b63-ba2e-415f-ba7b5481bafa" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/d3bd8cff-93b8-0b5f-da05-f3c2a0bab238.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/05076c31-7b63-ba2e-415f-ba7b5481bafa" ;
  a2a:RecordGUID "{05076c31-7b63-ba2e-415f-ba7b5481bafa}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231213_10039_00010039.xml van RAT" .

