@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_e09b892a-8a62-7a69-604b-3bc06c910fde
  a a2a:Record ;
  rdfs:label "Geboorte op 22 februari 1912" ;
  a2a:hasPerson oa:person_bhi_e09b892a-8a62-7a69-604b-3bc06c910fde_Person-f9218bc7-2db9-7ad4-4e2c-71b8bea5f265, oa:person_bhi_e09b892a-8a62-7a69-604b-3bc06c910fde_Person-19016ea7-66aa-62a2-1c81-582f1b59e8c0, oa:person_bhi_e09b892a-8a62-7a69-604b-3bc06c910fde_Person-147a1ca6-b3f9-0d85-5217-033a0d17a723 ;
  a2a:hasEvent oa:event_bhi_e09b892a-8a62-7a69-604b-3bc06c910fde_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e09b892a-8a62-7a69-604b-3bc06c910fde_0, oa:relationep_bhi_e09b892a-8a62-7a69-604b-3bc06c910fde_1, oa:relationep_bhi_e09b892a-8a62-7a69-604b-3bc06c910fde_2 ;
  a2a:hasSource oa:source_bhi_e09b892a-8a62-7a69-604b-3bc06c910fde .

oa:person_bhi_e09b892a-8a62-7a69-604b-3bc06c910fde_Person-f9218bc7-2db9-7ad4-4e2c-71b8bea5f265
  a a2a:Person ;
  rdfs:label "Dingeman van Beek" ;
  a2a:PersonName [
    rdfs:label "Dingeman van Beek" ;
    a2a:PersonNameFirstName "Dingeman" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Beek"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1912" ;
    a2a:Month "2" ;
    a2a:Day "22" ;
    rdfs:label "1912-02-22"^^xsd:date
  ] .

oa:person_bhi_e09b892a-8a62-7a69-604b-3bc06c910fde_Person-19016ea7-66aa-62a2-1c81-582f1b59e8c0
  a a2a:Person ;
  rdfs:label "Dimphna Gelten" ;
  a2a:PersonName [
    rdfs:label "Dimphna Gelten" ;
    a2a:PersonNameFirstName "Dimphna" ;
    a2a:PersonNameLastName "Gelten"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e09b892a-8a62-7a69-604b-3bc06c910fde_Person-147a1ca6-b3f9-0d85-5217-033a0d17a723
  a a2a:Person ;
  rdfs:label "Jan Cornelis van Beek" ;
  a2a:PersonName [
    rdfs:label "Jan Cornelis van Beek" ;
    a2a:PersonNameFirstName "Jan Cornelis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Beek"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_e09b892a-8a62-7a69-604b-3bc06c910fde_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1912" ;
    a2a:Month "2" ;
    a2a:Day "22" ;
    rdfs:label "1912-02-22"^^xsd:date
  ] .

oa:relationep_bhi_e09b892a-8a62-7a69-604b-3bc06c910fde_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_e09b892a-8a62-7a69-604b-3bc06c910fde_Person:f9218bc7-2db9-7ad4-4e2c-71b8bea5f265 ;
  a2a:EventKeyRef oa:event_bhi_e09b892a-8a62-7a69-604b-3bc06c910fde_Event1 .

oa:relationep_bhi_e09b892a-8a62-7a69-604b-3bc06c910fde_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e09b892a-8a62-7a69-604b-3bc06c910fde_Person:19016ea7-66aa-62a2-1c81-582f1b59e8c0 ;
  a2a:EventKeyRef oa:event_bhi_e09b892a-8a62-7a69-604b-3bc06c910fde_Event1 .

oa:relationep_bhi_e09b892a-8a62-7a69-604b-3bc06c910fde_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e09b892a-8a62-7a69-604b-3bc06c910fde_Person:147a1ca6-b3f9-0d85-5217-033a0d17a723 ;
  a2a:EventKeyRef oa:event_bhi_e09b892a-8a62-7a69-604b-3bc06c910fde_Event1 .

oa:source_bhi_e09b892a-8a62-7a69-604b-3bc06c910fde
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Dinteloord" ;
    rdfs:label "Dinteloord", "1912-02-23 - 1912-02-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1912-02-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1912-02-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1912" ;
    a2a:Month "2" ;
    a2a:Day "23" ;
    rdfs:label "1912-02-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 691, Periode: 1912" ;
    a2a:Book "Geboorteregister Dinteloord 1912" ;
    a2a:DocumentNumber "11" ;
    a2a:RegistryNumber "691" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 691, Periode: 1912, Geboorteregister Dinteloord 1912, 11, 691"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/0448b45d-d96e-0242-c7e2-2119321c75b7.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/0448b45d-d96e-0242-c7e2-2119321c75b7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-04-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e09b892a-8a62-7a69-604b-3bc06c910fde" ;
  a2a:RecordGUID "{e09b892a-8a62-7a69-604b-3bc06c910fde}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_8671_00008671.xml van BHI" .

