@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_32fae440-d96e-738f-5689-86e2215acdfd
  a a2a:Record ;
  rdfs:label "Geboorte op 21 maart 1915 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_32fae440-d96e-738f-5689-86e2215acdfd_Person-0e4974d3-976e-5d6e-d31f-16db6b52bc6c, oa:person_rat_32fae440-d96e-738f-5689-86e2215acdfd_Person-9c5e3c78-4add-2317-1d6c-698dfe1e5ed8, oa:person_rat_32fae440-d96e-738f-5689-86e2215acdfd_Person-32ed2466-cec0-20b3-7d5f-dd242dd21cd0 ;
  a2a:hasEvent oa:event_rat_32fae440-d96e-738f-5689-86e2215acdfd_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_32fae440-d96e-738f-5689-86e2215acdfd_0, oa:relationep_rat_32fae440-d96e-738f-5689-86e2215acdfd_1, oa:relationep_rat_32fae440-d96e-738f-5689-86e2215acdfd_2 ;
  a2a:hasSource oa:source_rat_32fae440-d96e-738f-5689-86e2215acdfd .

oa:person_rat_32fae440-d96e-738f-5689-86e2215acdfd_Person-0e4974d3-976e-5d6e-d31f-16db6b52bc6c
  a a2a:Person ;
  rdfs:label "Willem Halters" ;
  a2a:PersonName [
    rdfs:label "Willem Halters" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Halters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_32fae440-d96e-738f-5689-86e2215acdfd_Person-9c5e3c78-4add-2317-1d6c-698dfe1e5ed8
  a a2a:Person ;
  rdfs:label "Maria Geleijns" ;
  a2a:PersonName [
    rdfs:label "Maria Geleijns" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Geleijns"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_32fae440-d96e-738f-5689-86e2215acdfd_Person-32ed2466-cec0-20b3-7d5f-dd242dd21cd0
  a a2a:Person ;
  rdfs:label "Willem Adriaan Halters" ;
  a2a:PersonName [
    rdfs:label "Willem Adriaan Halters" ;
    a2a:PersonNameFirstName "Willem Adriaan" ;
    a2a:PersonNameLastName "Halters"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1915" ;
    a2a:Month "3" ;
    a2a:Day "21" ;
    rdfs:label "1915-03-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:event_rat_32fae440-d96e-738f-5689-86e2215acdfd_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1915" ;
    a2a:Month "3" ;
    a2a:Day "21" ;
    rdfs:label "1915-03-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:relationep_rat_32fae440-d96e-738f-5689-86e2215acdfd_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_32fae440-d96e-738f-5689-86e2215acdfd_Person:0e4974d3-976e-5d6e-d31f-16db6b52bc6c ;
  a2a:EventKeyRef oa:event_rat_32fae440-d96e-738f-5689-86e2215acdfd_Event1 .

oa:relationep_rat_32fae440-d96e-738f-5689-86e2215acdfd_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_32fae440-d96e-738f-5689-86e2215acdfd_Person:9c5e3c78-4add-2317-1d6c-698dfe1e5ed8 ;
  a2a:EventKeyRef oa:event_rat_32fae440-d96e-738f-5689-86e2215acdfd_Event1 .

oa:relationep_rat_32fae440-d96e-738f-5689-86e2215acdfd_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_32fae440-d96e-738f-5689-86e2215acdfd_Person:32ed2466-cec0-20b3-7d5f-dd242dd21cd0 ;
  a2a:EventKeyRef oa:event_rat_32fae440-d96e-738f-5689-86e2215acdfd_Event1 .

oa:source_rat_32fae440-d96e-738f-5689-86e2215acdfd
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1915-03-21 - 1915-03-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1915-03-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1915-03-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1915" ;
    a2a:Month "3" ;
    a2a:Day "21" ;
    rdfs:label "1915-03-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Periode: 1915" ;
    a2a:Book "Geboorteregister 1915" ;
    a2a:DocumentNumber "101" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Periode: 1915, Geboorteregister 1915, 101"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/2da33f7e-ea5c-cb44-9c41-ec576404fc3e.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/32fae440-d96e-738f-5689-86e2215acdfd" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/2da33f7e-ea5c-cb44-9c41-ec576404fc3e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-07-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/32fae440-d96e-738f-5689-86e2215acdfd" ;
  a2a:RecordGUID "{32fae440-d96e-738f-5689-86e2215acdfd}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231213_15475_00015475.xml van RAT" .

