@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_fb606726-e9cd-6938-bcac-2fcb42fdd539
  a a2a:Record ;
  rdfs:label "Geboorte op 19 april 1910" ;
  a2a:hasPerson oa:person_bhi_fb606726-e9cd-6938-bcac-2fcb42fdd539_Person-6340fb0d-c6e8-eac6-4190-7296de70040c, oa:person_bhi_fb606726-e9cd-6938-bcac-2fcb42fdd539_Person-62622916-4697-0f35-8338-946a09980657, oa:person_bhi_fb606726-e9cd-6938-bcac-2fcb42fdd539_Person-bede0aba-9d9a-e695-08f4-8d29f29a2f1b ;
  a2a:hasEvent oa:event_bhi_fb606726-e9cd-6938-bcac-2fcb42fdd539_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_fb606726-e9cd-6938-bcac-2fcb42fdd539_0, oa:relationep_bhi_fb606726-e9cd-6938-bcac-2fcb42fdd539_1, oa:relationep_bhi_fb606726-e9cd-6938-bcac-2fcb42fdd539_2 ;
  a2a:hasSource oa:source_bhi_fb606726-e9cd-6938-bcac-2fcb42fdd539 .

oa:person_bhi_fb606726-e9cd-6938-bcac-2fcb42fdd539_Person-6340fb0d-c6e8-eac6-4190-7296de70040c
  a a2a:Person ;
  rdfs:label "Dirkje Antonia Kentie" ;
  a2a:PersonName [
    rdfs:label "Dirkje Antonia Kentie" ;
    a2a:PersonNameFirstName "Dirkje Antonia" ;
    a2a:PersonNameLastName "Kentie"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_fb606726-e9cd-6938-bcac-2fcb42fdd539_Person-62622916-4697-0f35-8338-946a09980657
  a a2a:Person ;
  rdfs:label "Cornelis de Leng" ;
  a2a:PersonName [
    rdfs:label "Cornelis de Leng" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Leng"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1910" ;
    a2a:Month "4" ;
    a2a:Day "19" ;
    rdfs:label "1910-04-19"^^xsd:date
  ] .

oa:person_bhi_fb606726-e9cd-6938-bcac-2fcb42fdd539_Person-bede0aba-9d9a-e695-08f4-8d29f29a2f1b
  a a2a:Person ;
  rdfs:label "Hermanus de Leng" ;
  a2a:PersonName [
    rdfs:label "Hermanus de Leng" ;
    a2a:PersonNameFirstName "Hermanus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Leng"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_fb606726-e9cd-6938-bcac-2fcb42fdd539_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1910" ;
    a2a:Month "4" ;
    a2a:Day "19" ;
    rdfs:label "1910-04-19"^^xsd:date
  ] .

oa:relationep_bhi_fb606726-e9cd-6938-bcac-2fcb42fdd539_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_fb606726-e9cd-6938-bcac-2fcb42fdd539_Person:6340fb0d-c6e8-eac6-4190-7296de70040c ;
  a2a:EventKeyRef oa:event_bhi_fb606726-e9cd-6938-bcac-2fcb42fdd539_Event1 .

oa:relationep_bhi_fb606726-e9cd-6938-bcac-2fcb42fdd539_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_fb606726-e9cd-6938-bcac-2fcb42fdd539_Person:62622916-4697-0f35-8338-946a09980657 ;
  a2a:EventKeyRef oa:event_bhi_fb606726-e9cd-6938-bcac-2fcb42fdd539_Event1 .

oa:relationep_bhi_fb606726-e9cd-6938-bcac-2fcb42fdd539_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_fb606726-e9cd-6938-bcac-2fcb42fdd539_Person:bede0aba-9d9a-e695-08f4-8d29f29a2f1b ;
  a2a:EventKeyRef oa:event_bhi_fb606726-e9cd-6938-bcac-2fcb42fdd539_Event1 .

oa:source_bhi_fb606726-e9cd-6938-bcac-2fcb42fdd539
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem", "1910-04-19 - 1910-04-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-04-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-04-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1910" ;
    a2a:Month "4" ;
    a2a:Day "19" ;
    rdfs:label "1910-04-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3683, Periode: 1910" ;
    a2a:Book "Geboorteregister Woudrichem 1910" ;
    a2a:DocumentNumber "24" ;
    a2a:RegistryNumber "3683" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3683, Periode: 1910, Geboorteregister Woudrichem 1910, 24, 3683"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/ffba3d4c-5c86-7891-3292-36d2aba1cd0e.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/ffba3d4c-5c86-7891-3292-36d2aba1cd0e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-03-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/fb606726-e9cd-6938-bcac-2fcb42fdd539" ;
  a2a:RecordGUID "{fb606726-e9cd-6938-bcac-2fcb42fdd539}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_82185_00082185.xml van BHI" .

