@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_cf215f12-0eed-55ff-5faa-db32d43b4d2b
  a a2a:Record ;
  rdfs:label "Geboorte op 4 april 1923 te Goirle" ;
  a2a:hasPerson oa:person_rat_cf215f12-0eed-55ff-5faa-db32d43b4d2b_Person-b0f09359-f6df-63c4-d132-959c83acf03d, oa:person_rat_cf215f12-0eed-55ff-5faa-db32d43b4d2b_Person-bba32a07-17ea-2ed4-0b1b-84bf8f942378, oa:person_rat_cf215f12-0eed-55ff-5faa-db32d43b4d2b_Person-51c67a02-46ed-9309-c15e-68bdb1e484b9 ;
  a2a:hasEvent oa:event_rat_cf215f12-0eed-55ff-5faa-db32d43b4d2b_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_cf215f12-0eed-55ff-5faa-db32d43b4d2b_0, oa:relationep_rat_cf215f12-0eed-55ff-5faa-db32d43b4d2b_1, oa:relationep_rat_cf215f12-0eed-55ff-5faa-db32d43b4d2b_2 ;
  a2a:hasSource oa:source_rat_cf215f12-0eed-55ff-5faa-db32d43b4d2b .

oa:person_rat_cf215f12-0eed-55ff-5faa-db32d43b4d2b_Person-b0f09359-f6df-63c4-d132-959c83acf03d
  a a2a:Person ;
  rdfs:label "Cornelis Johannes Maria Spapens" ;
  a2a:PersonName [
    rdfs:label "Cornelis Johannes Maria Spapens" ;
    a2a:PersonNameFirstName "Cornelis Johannes Maria" ;
    a2a:PersonNameLastName "Spapens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_cf215f12-0eed-55ff-5faa-db32d43b4d2b_Person-bba32a07-17ea-2ed4-0b1b-84bf8f942378
  a a2a:Person ;
  rdfs:label "Maartje Smits" ;
  a2a:PersonName [
    rdfs:label "Maartje Smits" ;
    a2a:PersonNameFirstName "Maartje" ;
    a2a:PersonNameLastName "Smits"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_cf215f12-0eed-55ff-5faa-db32d43b4d2b_Person-51c67a02-46ed-9309-c15e-68bdb1e484b9
  a a2a:Person ;
  rdfs:label "Alida Elisabeth Spapens" ;
  a2a:PersonName [
    rdfs:label "Alida Elisabeth Spapens" ;
    a2a:PersonNameFirstName "Alida Elisabeth" ;
    a2a:PersonNameLastName "Spapens"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1923" ;
    a2a:Month "4" ;
    a2a:Day "4" ;
    rdfs:label "1923-04-04"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Goirle" ;
    rdfs:label "Goirle"
  ] .

oa:event_rat_cf215f12-0eed-55ff-5faa-db32d43b4d2b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1923" ;
    a2a:Month "4" ;
    a2a:Day "4" ;
    rdfs:label "1923-04-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Goirle" ;
    rdfs:label "Goirle"
  ] .

oa:relationep_rat_cf215f12-0eed-55ff-5faa-db32d43b4d2b_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_cf215f12-0eed-55ff-5faa-db32d43b4d2b_Person:b0f09359-f6df-63c4-d132-959c83acf03d ;
  a2a:EventKeyRef oa:event_rat_cf215f12-0eed-55ff-5faa-db32d43b4d2b_Event1 .

oa:relationep_rat_cf215f12-0eed-55ff-5faa-db32d43b4d2b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_cf215f12-0eed-55ff-5faa-db32d43b4d2b_Person:bba32a07-17ea-2ed4-0b1b-84bf8f942378 ;
  a2a:EventKeyRef oa:event_rat_cf215f12-0eed-55ff-5faa-db32d43b4d2b_Event1 .

oa:relationep_rat_cf215f12-0eed-55ff-5faa-db32d43b4d2b_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_cf215f12-0eed-55ff-5faa-db32d43b4d2b_Person:51c67a02-46ed-9309-c15e-68bdb1e484b9 ;
  a2a:EventKeyRef oa:event_rat_cf215f12-0eed-55ff-5faa-db32d43b4d2b_Event1 .

oa:source_rat_cf215f12-0eed-55ff-5faa-db32d43b4d2b
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Goirle" ;
    rdfs:label "Goirle", "1923-04-04 - 1923-04-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1923-04-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1923-04-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1923" ;
    a2a:Month "4" ;
    a2a:Day "4" ;
    rdfs:label "1923-04-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Bron: boek, Periode: 1923" ;
    a2a:Book "Geboorteregister 1923" ;
    a2a:DocumentNumber "46" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Bron: boek, Periode: 1923, Geboorteregister 1923, 46"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/5b6c1498-7de6-1f76-1c6e-f8b75f31c6ef.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/cf215f12-0eed-55ff-5faa-db32d43b4d2b" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/5b6c1498-7de6-1f76-1c6e-f8b75f31c6ef.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-02-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/cf215f12-0eed-55ff-5faa-db32d43b4d2b" ;
  a2a:RecordGUID "{cf215f12-0eed-55ff-5faa-db32d43b4d2b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240413_13_00000013.xml van RAT" .

