@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_d1cb482c-e478-c02f-dd98-01db753fa089
  a a2a:Record ;
  rdfs:label "Geboorte op 27 september 1906 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_d1cb482c-e478-c02f-dd98-01db753fa089_Person-f4c87c40-d4d8-4443-6ae6-570b336b25fb, oa:person_rat_d1cb482c-e478-c02f-dd98-01db753fa089_Person-e8b254b0-4011-0b4c-96ad-256e3cb864a5, oa:person_rat_d1cb482c-e478-c02f-dd98-01db753fa089_Person-68cffe74-2d5e-2210-2a35-930fdbe00375 ;
  a2a:hasEvent oa:event_rat_d1cb482c-e478-c02f-dd98-01db753fa089_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_d1cb482c-e478-c02f-dd98-01db753fa089_0, oa:relationep_rat_d1cb482c-e478-c02f-dd98-01db753fa089_1, oa:relationep_rat_d1cb482c-e478-c02f-dd98-01db753fa089_2 ;
  a2a:hasSource oa:source_rat_d1cb482c-e478-c02f-dd98-01db753fa089 .

oa:person_rat_d1cb482c-e478-c02f-dd98-01db753fa089_Person-f4c87c40-d4d8-4443-6ae6-570b336b25fb
  a a2a:Person ;
  rdfs:label "Johannes Jansen" ;
  a2a:PersonName [
    rdfs:label "Johannes Jansen" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_d1cb482c-e478-c02f-dd98-01db753fa089_Person-e8b254b0-4011-0b4c-96ad-256e3cb864a5
  a a2a:Person ;
  rdfs:label "Wilhelmina van Rosmalen" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina van Rosmalen" ;
    a2a:PersonNameFirstName "Wilhelmina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Rosmalen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_d1cb482c-e478-c02f-dd98-01db753fa089_Person-68cffe74-2d5e-2210-2a35-930fdbe00375
  a a2a:Person ;
  rdfs:label "Jacobus Jan Baptist Jansen" ;
  a2a:PersonName [
    rdfs:label "Jacobus Jan Baptist Jansen" ;
    a2a:PersonNameFirstName "Jacobus Jan Baptist" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1906" ;
    a2a:Month "9" ;
    a2a:Day "27" ;
    rdfs:label "1906-09-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:event_rat_d1cb482c-e478-c02f-dd98-01db753fa089_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1906" ;
    a2a:Month "9" ;
    a2a:Day "27" ;
    rdfs:label "1906-09-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:relationep_rat_d1cb482c-e478-c02f-dd98-01db753fa089_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_d1cb482c-e478-c02f-dd98-01db753fa089_Person:f4c87c40-d4d8-4443-6ae6-570b336b25fb ;
  a2a:EventKeyRef oa:event_rat_d1cb482c-e478-c02f-dd98-01db753fa089_Event1 .

oa:relationep_rat_d1cb482c-e478-c02f-dd98-01db753fa089_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_d1cb482c-e478-c02f-dd98-01db753fa089_Person:e8b254b0-4011-0b4c-96ad-256e3cb864a5 ;
  a2a:EventKeyRef oa:event_rat_d1cb482c-e478-c02f-dd98-01db753fa089_Event1 .

oa:relationep_rat_d1cb482c-e478-c02f-dd98-01db753fa089_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_d1cb482c-e478-c02f-dd98-01db753fa089_Person:68cffe74-2d5e-2210-2a35-930fdbe00375 ;
  a2a:EventKeyRef oa:event_rat_d1cb482c-e478-c02f-dd98-01db753fa089_Event1 .

oa:source_rat_d1cb482c-e478-c02f-dd98-01db753fa089
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1906-09-27 - 1906-09-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1906-09-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1906-09-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1906" ;
    a2a:Month "9" ;
    a2a:Day "27" ;
    rdfs:label "1906-09-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Periode: 1906" ;
    a2a:Book "Geboorteregister 1906" ;
    a2a:DocumentNumber "324" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Periode: 1906, Geboorteregister 1906, 324"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/fe5954d8-851c-6d21-2dba-c82556cc1e9b.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/d1cb482c-e478-c02f-dd98-01db753fa089" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/fe5954d8-851c-6d21-2dba-c82556cc1e9b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/d1cb482c-e478-c02f-dd98-01db753fa089" ;
  a2a:RecordGUID "{d1cb482c-e478-c02f-dd98-01db753fa089}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231213_12845_00012845.xml van RAT" .

