@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_013e5f2b-9cd7-197e-2b5e-23d3b43e337f
  a a2a:Record ;
  rdfs:label "Geboorte op 24 juni 1922 te Udenhout" ;
  a2a:hasPerson oa:person_rat_013e5f2b-9cd7-197e-2b5e-23d3b43e337f_Person-d4bc88a4-255e-08aa-4a20-8b3ec4a99004, oa:person_rat_013e5f2b-9cd7-197e-2b5e-23d3b43e337f_Person-e8e0fbc6-e1c1-2355-e605-935195fa2557, oa:person_rat_013e5f2b-9cd7-197e-2b5e-23d3b43e337f_Person-7c9ccdcf-9e01-36ef-5be9-306a9474b546 ;
  a2a:hasEvent oa:event_rat_013e5f2b-9cd7-197e-2b5e-23d3b43e337f_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_013e5f2b-9cd7-197e-2b5e-23d3b43e337f_0, oa:relationep_rat_013e5f2b-9cd7-197e-2b5e-23d3b43e337f_1, oa:relationep_rat_013e5f2b-9cd7-197e-2b5e-23d3b43e337f_2 ;
  a2a:hasSource oa:source_rat_013e5f2b-9cd7-197e-2b5e-23d3b43e337f .

oa:person_rat_013e5f2b-9cd7-197e-2b5e-23d3b43e337f_Person-d4bc88a4-255e-08aa-4a20-8b3ec4a99004
  a a2a:Person ;
  rdfs:label "Henricus Marinus de Weijer" ;
  a2a:PersonName [
    rdfs:label "Henricus Marinus de Weijer" ;
    a2a:PersonNameFirstName "Henricus Marinus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Weijer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_013e5f2b-9cd7-197e-2b5e-23d3b43e337f_Person-e8e0fbc6-e1c1-2355-e605-935195fa2557
  a a2a:Person ;
  rdfs:label "Maria Catharina van Roij" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina van Roij" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Roij"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_013e5f2b-9cd7-197e-2b5e-23d3b43e337f_Person-7c9ccdcf-9e01-36ef-5be9-306a9474b546
  a a2a:Person ;
  rdfs:label "Adriana Francisca Maria de Weijer" ;
  a2a:PersonName [
    rdfs:label "Adriana Francisca Maria de Weijer" ;
    a2a:PersonNameFirstName "Adriana Francisca Maria" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Weijer"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1922" ;
    a2a:Month "6" ;
    a2a:Day "24" ;
    rdfs:label "1922-06-24"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Udenhout" ;
    rdfs:label "Udenhout"
  ] .

oa:event_rat_013e5f2b-9cd7-197e-2b5e-23d3b43e337f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1922" ;
    a2a:Month "6" ;
    a2a:Day "24" ;
    rdfs:label "1922-06-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Udenhout" ;
    rdfs:label "Udenhout"
  ] .

oa:relationep_rat_013e5f2b-9cd7-197e-2b5e-23d3b43e337f_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_013e5f2b-9cd7-197e-2b5e-23d3b43e337f_Person:d4bc88a4-255e-08aa-4a20-8b3ec4a99004 ;
  a2a:EventKeyRef oa:event_rat_013e5f2b-9cd7-197e-2b5e-23d3b43e337f_Event1 .

oa:relationep_rat_013e5f2b-9cd7-197e-2b5e-23d3b43e337f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_013e5f2b-9cd7-197e-2b5e-23d3b43e337f_Person:e8e0fbc6-e1c1-2355-e605-935195fa2557 ;
  a2a:EventKeyRef oa:event_rat_013e5f2b-9cd7-197e-2b5e-23d3b43e337f_Event1 .

oa:relationep_rat_013e5f2b-9cd7-197e-2b5e-23d3b43e337f_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_013e5f2b-9cd7-197e-2b5e-23d3b43e337f_Person:7c9ccdcf-9e01-36ef-5be9-306a9474b546 ;
  a2a:EventKeyRef oa:event_rat_013e5f2b-9cd7-197e-2b5e-23d3b43e337f_Event1 .

oa:source_rat_013e5f2b-9cd7-197e-2b5e-23d3b43e337f
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Udenhout" ;
    rdfs:label "Udenhout", "1922-06-24 - 1922-06-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1922-06-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1922-06-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1922" ;
    a2a:Month "6" ;
    a2a:Day "24" ;
    rdfs:label "1922-06-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Bron: boek, Periode: 1922" ;
    a2a:Book "Geboorteregister 1922" ;
    a2a:DocumentNumber "43" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Bron: boek, Periode: 1922, Geboorteregister 1922, 43"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/c8159c48-d021-896f-4e86-ca4adc215058.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/013e5f2b-9cd7-197e-2b5e-23d3b43e337f" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/c8159c48-d021-896f-4e86-ca4adc215058.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-03-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/013e5f2b-9cd7-197e-2b5e-23d3b43e337f" ;
  a2a:RecordGUID "{013e5f2b-9cd7-197e-2b5e-23d3b43e337f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_36841_00036841.xml van RAT" .

