@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_fd2acfc2-563b-bd15-7a76-eb2d50616c19
  a a2a:Record ;
  rdfs:label "Geboorte op 12 juli 1902 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_fd2acfc2-563b-bd15-7a76-eb2d50616c19_Person-f961ce9c-1a81-a5ff-4d5d-5261ac3f740b, oa:person_rat_fd2acfc2-563b-bd15-7a76-eb2d50616c19_Person-e6828f3a-00f3-a474-4a87-b832274f54e7, oa:person_rat_fd2acfc2-563b-bd15-7a76-eb2d50616c19_Person-d9210d2d-b8c2-22d3-1fd2-0c28d20da34b ;
  a2a:hasEvent oa:event_rat_fd2acfc2-563b-bd15-7a76-eb2d50616c19_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_fd2acfc2-563b-bd15-7a76-eb2d50616c19_0, oa:relationep_rat_fd2acfc2-563b-bd15-7a76-eb2d50616c19_1, oa:relationep_rat_fd2acfc2-563b-bd15-7a76-eb2d50616c19_2 ;
  a2a:hasSource oa:source_rat_fd2acfc2-563b-bd15-7a76-eb2d50616c19 .

oa:person_rat_fd2acfc2-563b-bd15-7a76-eb2d50616c19_Person-f961ce9c-1a81-a5ff-4d5d-5261ac3f740b
  a a2a:Person ;
  rdfs:label "Hendricus Waltherus Verheijden" ;
  a2a:PersonName [
    rdfs:label "Hendricus Waltherus Verheijden" ;
    a2a:PersonNameFirstName "Hendricus Waltherus" ;
    a2a:PersonNameLastName "Verheijden"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_fd2acfc2-563b-bd15-7a76-eb2d50616c19_Person-e6828f3a-00f3-a474-4a87-b832274f54e7
  a a2a:Person ;
  rdfs:label "Cornelia Dekkers" ;
  a2a:PersonName [
    rdfs:label "Cornelia Dekkers" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Dekkers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_fd2acfc2-563b-bd15-7a76-eb2d50616c19_Person-d9210d2d-b8c2-22d3-1fd2-0c28d20da34b
  a a2a:Person ;
  rdfs:label "Adriana Johanna Maria Verheijden" ;
  a2a:PersonName [
    rdfs:label "Adriana Johanna Maria Verheijden" ;
    a2a:PersonNameFirstName "Adriana Johanna Maria" ;
    a2a:PersonNameLastName "Verheijden"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1902" ;
    a2a:Month "7" ;
    a2a:Day "12" ;
    rdfs:label "1902-07-12"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:event_rat_fd2acfc2-563b-bd15-7a76-eb2d50616c19_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1902" ;
    a2a:Month "7" ;
    a2a:Day "12" ;
    rdfs:label "1902-07-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:relationep_rat_fd2acfc2-563b-bd15-7a76-eb2d50616c19_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_fd2acfc2-563b-bd15-7a76-eb2d50616c19_Person:f961ce9c-1a81-a5ff-4d5d-5261ac3f740b ;
  a2a:EventKeyRef oa:event_rat_fd2acfc2-563b-bd15-7a76-eb2d50616c19_Event1 .

oa:relationep_rat_fd2acfc2-563b-bd15-7a76-eb2d50616c19_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_fd2acfc2-563b-bd15-7a76-eb2d50616c19_Person:e6828f3a-00f3-a474-4a87-b832274f54e7 ;
  a2a:EventKeyRef oa:event_rat_fd2acfc2-563b-bd15-7a76-eb2d50616c19_Event1 .

oa:relationep_rat_fd2acfc2-563b-bd15-7a76-eb2d50616c19_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_fd2acfc2-563b-bd15-7a76-eb2d50616c19_Person:d9210d2d-b8c2-22d3-1fd2-0c28d20da34b ;
  a2a:EventKeyRef oa:event_rat_fd2acfc2-563b-bd15-7a76-eb2d50616c19_Event1 .

oa:source_rat_fd2acfc2-563b-bd15-7a76-eb2d50616c19
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1902-07-12 - 1902-07-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1902-07-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1902-07-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1902" ;
    a2a:Month "7" ;
    a2a:Day "12" ;
    rdfs:label "1902-07-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Periode: 1902" ;
    a2a:Book "Geboorteregister 1902" ;
    a2a:DocumentNumber "255" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Periode: 1902, Geboorteregister 1902, 255"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/6104d0eb-1b60-957e-7200-4783fc005ad4.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/fd2acfc2-563b-bd15-7a76-eb2d50616c19" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/6104d0eb-1b60-957e-7200-4783fc005ad4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/fd2acfc2-563b-bd15-7a76-eb2d50616c19" ;
  a2a:RecordGUID "{fd2acfc2-563b-bd15-7a76-eb2d50616c19}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210908_13732_00013732.xml van RAT" .

