@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_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6
  a a2a:Record ;
  rdfs:label "Geboorte op 15 maart 1922 te Tilburg" ;
  a2a:hasPerson oa:person_rat_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6_Person-4ce959b5-8780-4a45-b6d8-b8f74330f15e, oa:person_rat_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6_Person-3d9b7a58-9a4f-c2a4-015b-974fec04bf80, oa:person_rat_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6_Person-736b865c-e9dc-2168-4ab5-de9ec45924a8 ;
  a2a:hasEvent oa:event_rat_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6_0, oa:relationep_rat_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6_1, oa:relationep_rat_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6_2 ;
  a2a:hasSource oa:source_rat_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6 .

oa:person_rat_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6_Person-4ce959b5-8780-4a45-b6d8-b8f74330f15e
  a a2a:Person ;
  rdfs:label "Hendrikus Everardus Vereijken" ;
  a2a:PersonName [
    rdfs:label "Hendrikus Everardus Vereijken" ;
    a2a:PersonNameFirstName "Hendrikus Everardus" ;
    a2a:PersonNameLastName "Vereijken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6_Person-3d9b7a58-9a4f-c2a4-015b-974fec04bf80
  a a2a:Person ;
  rdfs:label "Paulina Spiljard" ;
  a2a:PersonName [
    rdfs:label "Paulina Spiljard" ;
    a2a:PersonNameFirstName "Paulina" ;
    a2a:PersonNameLastName "Spiljard"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6_Person-736b865c-e9dc-2168-4ab5-de9ec45924a8
  a a2a:Person ;
  rdfs:label "Andreas Martinus Josephus Vereijken" ;
  a2a:PersonName [
    rdfs:label "Andreas Martinus Josephus Vereijken" ;
    a2a:PersonNameFirstName "Andreas Martinus Josephus" ;
    a2a:PersonNameLastName "Vereijken"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1922" ;
    a2a:Month "3" ;
    a2a:Day "15" ;
    rdfs:label "1922-03-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:event_rat_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1922" ;
    a2a:Month "3" ;
    a2a:Day "15" ;
    rdfs:label "1922-03-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6_Person:4ce959b5-8780-4a45-b6d8-b8f74330f15e ;
  a2a:EventKeyRef oa:event_rat_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6_Event1 .

oa:relationep_rat_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6_Person:3d9b7a58-9a4f-c2a4-015b-974fec04bf80 ;
  a2a:EventKeyRef oa:event_rat_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6_Event1 .

oa:relationep_rat_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6_Person:736b865c-e9dc-2168-4ab5-de9ec45924a8 ;
  a2a:EventKeyRef oa:event_rat_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6_Event1 .

oa:source_rat_95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1922-03-15 - 1922-03-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1922-03-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1922-03-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1922" ;
    a2a:Month "3" ;
    a2a:Day "15" ;
    rdfs:label "1922-03-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 576, Periode: 1922" ;
    a2a:Book "Geboorteregister 1922" ;
    a2a:DocumentNumber "389" ;
    a2a:RegistryNumber "576" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 576, Periode: 1922, Geboorteregister 1922, 389, 576"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/4eb810b0-ea0d-0119-cebf-c42423ebea8c.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/4eb810b0-ea0d-0119-cebf-c42423ebea8c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6" ;
  a2a:RecordGUID "{95ebce93-c1cd-d8a4-c6e8-b39db9d8c6e6}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_90_00000090.xml van RAT" .

