@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_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b
  a a2a:Record ;
  rdfs:label "Geboorte op 13 augustus 1924" ;
  a2a:hasPerson oa:person_bhi_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b_Person-23f26861-bf11-3f91-a8e7-5ece8e46da9e, oa:person_bhi_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b_Person-83329dc7-c39f-306e-bab2-05a79e749fca, oa:person_bhi_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b_Person-c2f6d18d-c6cf-fea6-cc00-7f30e2aa29a7 ;
  a2a:hasEvent oa:event_bhi_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b_0, oa:relationep_bhi_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b_1, oa:relationep_bhi_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b_2 ;
  a2a:hasSource oa:source_bhi_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b .

oa:person_bhi_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b_Person-23f26861-bf11-3f91-a8e7-5ece8e46da9e
  a a2a:Person ;
  rdfs:label "Hendrika Maria van Heck" ;
  a2a:PersonName [
    rdfs:label "Hendrika Maria van Heck" ;
    a2a:PersonNameFirstName "Hendrika Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heck"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b_Person-83329dc7-c39f-306e-bab2-05a79e749fca
  a a2a:Person ;
  rdfs:label "Johannes Marie Knuvers" ;
  a2a:PersonName [
    rdfs:label "Johannes Marie Knuvers" ;
    a2a:PersonNameFirstName "Johannes Marie" ;
    a2a:PersonNameLastName "Knuvers"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1924" ;
    a2a:Month "8" ;
    a2a:Day "13" ;
    rdfs:label "1924-08-13"^^xsd:date
  ] .

oa:person_bhi_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b_Person-c2f6d18d-c6cf-fea6-cc00-7f30e2aa29a7
  a a2a:Person ;
  rdfs:label "Franciscus Gerardus Knuvers" ;
  a2a:PersonName [
    rdfs:label "Franciscus Gerardus Knuvers" ;
    a2a:PersonNameFirstName "Franciscus Gerardus" ;
    a2a:PersonNameLastName "Knuvers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1924" ;
    a2a:Month "8" ;
    a2a:Day "13" ;
    rdfs:label "1924-08-13"^^xsd:date
  ] .

oa:relationep_bhi_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b_Person:23f26861-bf11-3f91-a8e7-5ece8e46da9e ;
  a2a:EventKeyRef oa:event_bhi_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b_Event1 .

oa:relationep_bhi_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b_Person:83329dc7-c39f-306e-bab2-05a79e749fca ;
  a2a:EventKeyRef oa:event_bhi_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b_Event1 .

oa:relationep_bhi_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b_Person:c2f6d18d-c6cf-fea6-cc00-7f30e2aa29a7 ;
  a2a:EventKeyRef oa:event_bhi_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b_Event1 .

oa:source_bhi_bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1924-08-14 - 1924-08-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1924-08-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1924-08-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1924" ;
    a2a:Month "8" ;
    a2a:Day "14" ;
    rdfs:label "1924-08-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1564, Periode: 1924" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1924" ;
    a2a:DocumentNumber "769" ;
    a2a:RegistryNumber "1564" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1564, Periode: 1924, Geboorteregister 's-Hertogenbosch 1924, 769, 1564"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/15626ad7-c445-4622-b13d-8a1fcf2e0c7b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/15626ad7-c445-4622-b13d-8a1fcf2e0c7b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-07-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b" ;
  a2a:RecordGUID "{bb28a75f-ebcd-31cd-0c8d-9f7a95481b3b}" ;
  a2a:SourceRemarkdeel "1564" ;
  a2a:SourceRemarkregister_periode "1924" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251116_613_00000613.xml van BHI" .

