@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_223595af-d167-68d2-ecec-609192a73149
  a a2a:Record ;
  rdfs:label "Geboorte op 17 juni 1920" ;
  a2a:hasPerson oa:person_bhi_223595af-d167-68d2-ecec-609192a73149_Person-43f1c7d0-aaaf-455d-d2c0-04604d6258da, oa:person_bhi_223595af-d167-68d2-ecec-609192a73149_Person-c8eb8051-98e7-f445-91a2-4fba02bc123e, oa:person_bhi_223595af-d167-68d2-ecec-609192a73149_Person-e64b5f4b-1e19-219e-b74d-f16622ee6e00 ;
  a2a:hasEvent oa:event_bhi_223595af-d167-68d2-ecec-609192a73149_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_223595af-d167-68d2-ecec-609192a73149_0, oa:relationep_bhi_223595af-d167-68d2-ecec-609192a73149_1, oa:relationep_bhi_223595af-d167-68d2-ecec-609192a73149_2 ;
  a2a:hasSource oa:source_bhi_223595af-d167-68d2-ecec-609192a73149 .

oa:person_bhi_223595af-d167-68d2-ecec-609192a73149_Person-43f1c7d0-aaaf-455d-d2c0-04604d6258da
  a a2a:Person ;
  rdfs:label "Hendricus Hubertus van Goch" ;
  a2a:PersonName [
    rdfs:label "Hendricus Hubertus van Goch" ;
    a2a:PersonNameFirstName "Hendricus Hubertus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Goch"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1920" ;
    a2a:Month "6" ;
    a2a:Day "17" ;
    rdfs:label "1920-06-17"^^xsd:date
  ] .

oa:person_bhi_223595af-d167-68d2-ecec-609192a73149_Person-c8eb8051-98e7-f445-91a2-4fba02bc123e
  a a2a:Person ;
  rdfs:label "Maria van Hoof" ;
  a2a:PersonName [
    rdfs:label "Maria van Hoof" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hoof"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_223595af-d167-68d2-ecec-609192a73149_Person-e64b5f4b-1e19-219e-b74d-f16622ee6e00
  a a2a:Person ;
  rdfs:label "Hubertus Hendricus van Goch" ;
  a2a:PersonName [
    rdfs:label "Hubertus Hendricus van Goch" ;
    a2a:PersonNameFirstName "Hubertus Hendricus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Goch"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_223595af-d167-68d2-ecec-609192a73149_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1920" ;
    a2a:Month "6" ;
    a2a:Day "17" ;
    rdfs:label "1920-06-17"^^xsd:date
  ] .

oa:relationep_bhi_223595af-d167-68d2-ecec-609192a73149_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_223595af-d167-68d2-ecec-609192a73149_Person:43f1c7d0-aaaf-455d-d2c0-04604d6258da ;
  a2a:EventKeyRef oa:event_bhi_223595af-d167-68d2-ecec-609192a73149_Event1 .

oa:relationep_bhi_223595af-d167-68d2-ecec-609192a73149_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_223595af-d167-68d2-ecec-609192a73149_Person:c8eb8051-98e7-f445-91a2-4fba02bc123e ;
  a2a:EventKeyRef oa:event_bhi_223595af-d167-68d2-ecec-609192a73149_Event1 .

oa:relationep_bhi_223595af-d167-68d2-ecec-609192a73149_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_223595af-d167-68d2-ecec-609192a73149_Person:e64b5f4b-1e19-219e-b74d-f16622ee6e00 ;
  a2a:EventKeyRef oa:event_bhi_223595af-d167-68d2-ecec-609192a73149_Event1 .

oa:source_bhi_223595af-d167-68d2-ecec-609192a73149
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Helmond" ;
    rdfs:label "Helmond", "1920-06-17 - 1920-06-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-06-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-06-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1920" ;
    a2a:Month "6" ;
    a2a:Day "17" ;
    rdfs:label "1920-06-17"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1441, Periode: 1920" ;
    a2a:Book "Geboorteregister Helmond 1920" ;
    a2a:DocumentNumber "358" ;
    a2a:RegistryNumber "1441" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1441, Periode: 1920, Geboorteregister Helmond 1920, 358, 1441"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b70fbfea-686e-0095-ba25-c083be97c990.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b70fbfea-686e-0095-ba25-c083be97c990.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-01-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/223595af-d167-68d2-ecec-609192a73149" ;
  a2a:RecordGUID "{223595af-d167-68d2-ecec-609192a73149}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_4527_00004527.xml van BHI" .

