@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_6a7637e2-df3d-c33d-b477-e71dadbf4856
  a a2a:Record ;
  rdfs:label "Geboorte op 25 april 1906" ;
  a2a:hasPerson oa:person_bhi_6a7637e2-df3d-c33d-b477-e71dadbf4856_Person-e642ad67-bb53-4128-7fc4-75f3b684ba3b, oa:person_bhi_6a7637e2-df3d-c33d-b477-e71dadbf4856_Person-f2940a54-fd07-f36b-2600-f4ce6307b21c, oa:person_bhi_6a7637e2-df3d-c33d-b477-e71dadbf4856_Person-dbf11af9-5d60-56e3-e996-030e1f5e6f78 ;
  a2a:hasEvent oa:event_bhi_6a7637e2-df3d-c33d-b477-e71dadbf4856_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_6a7637e2-df3d-c33d-b477-e71dadbf4856_0, oa:relationep_bhi_6a7637e2-df3d-c33d-b477-e71dadbf4856_1, oa:relationep_bhi_6a7637e2-df3d-c33d-b477-e71dadbf4856_2 ;
  a2a:hasSource oa:source_bhi_6a7637e2-df3d-c33d-b477-e71dadbf4856 .

oa:person_bhi_6a7637e2-df3d-c33d-b477-e71dadbf4856_Person-e642ad67-bb53-4128-7fc4-75f3b684ba3b
  a a2a:Person ;
  rdfs:label "Elsje Kloet" ;
  a2a:PersonName [
    rdfs:label "Elsje Kloet" ;
    a2a:PersonNameFirstName "Elsje" ;
    a2a:PersonNameLastName "Kloet"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_6a7637e2-df3d-c33d-b477-e71dadbf4856_Person-f2940a54-fd07-f36b-2600-f4ce6307b21c
  a a2a:Person ;
  rdfs:label "Elsje Hoekstra" ;
  a2a:PersonName [
    rdfs:label "Elsje Hoekstra" ;
    a2a:PersonNameFirstName "Elsje" ;
    a2a:PersonNameLastName "Hoekstra"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1906" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1906-04-25"^^xsd:date
  ] .

oa:person_bhi_6a7637e2-df3d-c33d-b477-e71dadbf4856_Person-dbf11af9-5d60-56e3-e996-030e1f5e6f78
  a a2a:Person ;
  rdfs:label "Wiebe Hoekstra" ;
  a2a:PersonName [
    rdfs:label "Wiebe Hoekstra" ;
    a2a:PersonNameFirstName "Wiebe" ;
    a2a:PersonNameLastName "Hoekstra"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_6a7637e2-df3d-c33d-b477-e71dadbf4856_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1906" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1906-04-25"^^xsd:date
  ] .

oa:relationep_bhi_6a7637e2-df3d-c33d-b477-e71dadbf4856_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_6a7637e2-df3d-c33d-b477-e71dadbf4856_Person:e642ad67-bb53-4128-7fc4-75f3b684ba3b ;
  a2a:EventKeyRef oa:event_bhi_6a7637e2-df3d-c33d-b477-e71dadbf4856_Event1 .

oa:relationep_bhi_6a7637e2-df3d-c33d-b477-e71dadbf4856_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_6a7637e2-df3d-c33d-b477-e71dadbf4856_Person:f2940a54-fd07-f36b-2600-f4ce6307b21c ;
  a2a:EventKeyRef oa:event_bhi_6a7637e2-df3d-c33d-b477-e71dadbf4856_Event1 .

oa:relationep_bhi_6a7637e2-df3d-c33d-b477-e71dadbf4856_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_6a7637e2-df3d-c33d-b477-e71dadbf4856_Person:dbf11af9-5d60-56e3-e996-030e1f5e6f78 ;
  a2a:EventKeyRef oa:event_bhi_6a7637e2-df3d-c33d-b477-e71dadbf4856_Event1 .

oa:source_bhi_6a7637e2-df3d-c33d-b477-e71dadbf4856
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1906-04-26 - 1906-04-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1906-04-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1906-04-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1906" ;
    a2a:Month "4" ;
    a2a:Day "26" ;
    rdfs:label "1906-04-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 443, Periode: 1906" ;
    a2a:Book "Geboorteregister 1906" ;
    a2a:DocumentNumber "279" ;
    a2a:RegistryNumber "443" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 443, Periode: 1906, Geboorteregister 1906, 279, 443"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/d1736aa1-78f2-61dd-c0a5-081fc1a5246c.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/d1736aa1-78f2-61dd-c0a5-081fc1a5246c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/6a7637e2-df3d-c33d-b477-e71dadbf4856" ;
  a2a:RecordGUID "{6a7637e2-df3d-c33d-b477-e71dadbf4856}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_1616_00001616.xml van BHI" .

