@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_1997a031-490c-a5cc-c34d-eae889dcb845
  a a2a:Record ;
  rdfs:label "Geboorte op 29 september 1887" ;
  a2a:hasPerson oa:person_bhi_1997a031-490c-a5cc-c34d-eae889dcb845_Person-7a658726-b10b-c190-7186-a42e9c4c72ab, oa:person_bhi_1997a031-490c-a5cc-c34d-eae889dcb845_Person-a6d33c01-47ad-9923-feea-fa8b68c88607, oa:person_bhi_1997a031-490c-a5cc-c34d-eae889dcb845_Person-41bb082f-11be-072d-74ff-01683586ce43 ;
  a2a:hasEvent oa:event_bhi_1997a031-490c-a5cc-c34d-eae889dcb845_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1997a031-490c-a5cc-c34d-eae889dcb845_0, oa:relationep_bhi_1997a031-490c-a5cc-c34d-eae889dcb845_1, oa:relationep_bhi_1997a031-490c-a5cc-c34d-eae889dcb845_2 ;
  a2a:hasSource oa:source_bhi_1997a031-490c-a5cc-c34d-eae889dcb845 .

oa:person_bhi_1997a031-490c-a5cc-c34d-eae889dcb845_Person-7a658726-b10b-c190-7186-a42e9c4c72ab
  a a2a:Person ;
  rdfs:label "Francois Adriaan Beunke" ;
  a2a:PersonName [
    rdfs:label "Francois Adriaan Beunke" ;
    a2a:PersonNameFirstName "Francois Adriaan" ;
    a2a:PersonNameLastName "Beunke"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1887" ;
    a2a:Month "9" ;
    a2a:Day "29" ;
    rdfs:label "1887-09-29"^^xsd:date
  ] .

oa:person_bhi_1997a031-490c-a5cc-c34d-eae889dcb845_Person-a6d33c01-47ad-9923-feea-fa8b68c88607
  a a2a:Person ;
  rdfs:label "Anna Catharina van de Velde" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina van de Velde" ;
    a2a:PersonNameFirstName "Anna Catharina" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Velde"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1997a031-490c-a5cc-c34d-eae889dcb845_Person-41bb082f-11be-072d-74ff-01683586ce43
  a a2a:Person ;
  rdfs:label "Henri Eduard Beunke" ;
  a2a:PersonName [
    rdfs:label "Henri Eduard Beunke" ;
    a2a:PersonNameFirstName "Henri Eduard" ;
    a2a:PersonNameLastName "Beunke"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_1997a031-490c-a5cc-c34d-eae889dcb845_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1887" ;
    a2a:Month "9" ;
    a2a:Day "29" ;
    rdfs:label "1887-09-29"^^xsd:date
  ] .

oa:relationep_bhi_1997a031-490c-a5cc-c34d-eae889dcb845_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_1997a031-490c-a5cc-c34d-eae889dcb845_Person:7a658726-b10b-c190-7186-a42e9c4c72ab ;
  a2a:EventKeyRef oa:event_bhi_1997a031-490c-a5cc-c34d-eae889dcb845_Event1 .

oa:relationep_bhi_1997a031-490c-a5cc-c34d-eae889dcb845_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1997a031-490c-a5cc-c34d-eae889dcb845_Person:a6d33c01-47ad-9923-feea-fa8b68c88607 ;
  a2a:EventKeyRef oa:event_bhi_1997a031-490c-a5cc-c34d-eae889dcb845_Event1 .

oa:relationep_bhi_1997a031-490c-a5cc-c34d-eae889dcb845_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1997a031-490c-a5cc-c34d-eae889dcb845_Person:41bb082f-11be-072d-74ff-01683586ce43 ;
  a2a:EventKeyRef oa:event_bhi_1997a031-490c-a5cc-c34d-eae889dcb845_Event1 .

oa:source_bhi_1997a031-490c-a5cc-c34d-eae889dcb845
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1887-09-30 - 1887-09-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1887-09-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1887-09-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1887" ;
    a2a:Month "9" ;
    a2a:Day "30" ;
    rdfs:label "1887-09-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1192, Periode: 1887" ;
    a2a:Book "Geboorteregister 1887" ;
    a2a:DocumentNumber "565" ;
    a2a:RegistryNumber "1192" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1192, Periode: 1887, Geboorteregister 1887, 565, 1192"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/f6f04cc9-5125-a308-4c39-af4279e78d97.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/f6f04cc9-5125-a308-4c39-af4279e78d97.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1997a031-490c-a5cc-c34d-eae889dcb845" ;
  a2a:RecordGUID "{1997a031-490c-a5cc-c34d-eae889dcb845}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_990_00000990.xml van BHI" .

