@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_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0
  a a2a:Record ;
  rdfs:label "Geboorte op 17 augustus 1910 te Valkenswaard" ;
  a2a:hasPerson oa:person_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0_Person-9f72343f-b1aa-57b0-1243-be1b259ed79f, oa:person_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0_Person-3bae2432-f0b3-319a-9a5c-5374365b4a9f, oa:person_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0_Person-82a52f2e-917f-4df5-4990-f31bd08dcd67 ;
  a2a:hasEvent oa:event_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0_0, oa:relationep_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0_1, oa:relationep_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0_2 ;
  a2a:hasSource oa:source_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0 .

oa:person_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0_Person-9f72343f-b1aa-57b0-1243-be1b259ed79f
  a a2a:Person ;
  rdfs:label "Johanna Maria Anna Cleven" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Anna Cleven" ;
    a2a:PersonNameFirstName "Johanna Maria Anna" ;
    a2a:PersonNameLastName "Cleven"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0_Person-3bae2432-f0b3-319a-9a5c-5374365b4a9f
  a a2a:Person ;
  rdfs:label "Maria Johanna Adriana Francisca Peeters" ;
  a2a:PersonName [
    rdfs:label "Maria Johanna Adriana Francisca Peeters" ;
    a2a:PersonNameFirstName "Maria Johanna Adriana Francisca" ;
    a2a:PersonNameLastName "Peeters"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1910" ;
    a2a:Month "8" ;
    a2a:Day "17" ;
    rdfs:label "1910-08-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Valkenswaard" ;
    rdfs:label "Valkenswaard"
  ] .

oa:person_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0_Person-82a52f2e-917f-4df5-4990-f31bd08dcd67
  a a2a:Person ;
  rdfs:label "Adrianus Augustinus Peeters" ;
  a2a:PersonName [
    rdfs:label "Adrianus Augustinus Peeters" ;
    a2a:PersonNameFirstName "Adrianus Augustinus" ;
    a2a:PersonNameLastName "Peeters"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1910" ;
    a2a:Month "8" ;
    a2a:Day "17" ;
    rdfs:label "1910-08-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Valkenswaard" ;
    rdfs:label "Valkenswaard"
  ] .

oa:relationep_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0_Person:9f72343f-b1aa-57b0-1243-be1b259ed79f ;
  a2a:EventKeyRef oa:event_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0_Event1 .

oa:relationep_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0_Person:3bae2432-f0b3-319a-9a5c-5374365b4a9f ;
  a2a:EventKeyRef oa:event_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0_Event1 .

oa:relationep_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0_Person:82a52f2e-917f-4df5-4990-f31bd08dcd67 ;
  a2a:EventKeyRef oa:event_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0_Event1 .

oa:source_bhi_7549cfe3-e34f-422a-5232-d097b6e8d1b0
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Valkenswaard" ;
    rdfs:label "Valkenswaard", "1910-08-17 - 1910-08-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-08-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-08-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1910" ;
    a2a:Month "8" ;
    a2a:Day "17" ;
    rdfs:label "1910-08-17"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3260, Periode: 1910" ;
    a2a:Book "Geboorteregister Valkenswaard 1910" ;
    a2a:DocumentNumber "94" ;
    a2a:RegistryNumber "3260" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3260, Periode: 1910, Geboorteregister Valkenswaard 1910, 94, 3260"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/1eff5f3f-9c34-a148-b081-aa533a7cf726.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/1eff5f3f-9c34-a148-b081-aa533a7cf726.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-03-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/7549cfe3-e34f-422a-5232-d097b6e8d1b0" ;
  a2a:RecordGUID "{7549cfe3-e34f-422a-5232-d097b6e8d1b0}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231031_2292_00002292.xml van BHI" .

