@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_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b
  a a2a:Record ;
  rdfs:label "Geboorte op 15 december 1849" ;
  a2a:hasPerson oa:person_bhi_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b_Person-9f2e72f4-99c7-bff7-3e39-0a97c6cee438, oa:person_bhi_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b_Person-94bac9ea-acfd-8452-2785-e44677c92b41, oa:person_bhi_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b_Person-b6fb32be-a992-1f25-8b47-80c535ccacfc ;
  a2a:hasEvent oa:event_bhi_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b_0, oa:relationep_bhi_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b_1, oa:relationep_bhi_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b_2 ;
  a2a:hasSource oa:source_bhi_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b .

oa:person_bhi_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b_Person-9f2e72f4-99c7-bff7-3e39-0a97c6cee438
  a a2a:Person ;
  rdfs:label "Johanna Golaz" ;
  a2a:PersonName [
    rdfs:label "Johanna Golaz" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Golaz"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b_Person-94bac9ea-acfd-8452-2785-e44677c92b41
  a a2a:Person ;
  rdfs:label "Hendrik Gerse" ;
  a2a:PersonName [
    rdfs:label "Hendrik Gerse" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Gerse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b_Person-b6fb32be-a992-1f25-8b47-80c535ccacfc
  a a2a:Person ;
  rdfs:label "Henricus Martinus Gerse" ;
  a2a:PersonName [
    rdfs:label "Henricus Martinus Gerse" ;
    a2a:PersonNameFirstName "Henricus Martinus" ;
    a2a:PersonNameLastName "Gerse"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1849" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "1849-12-15"^^xsd:date
  ] .

oa:event_bhi_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1849" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "1849-12-15"^^xsd:date
  ] .

oa:relationep_bhi_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b_Person:9f2e72f4-99c7-bff7-3e39-0a97c6cee438 ;
  a2a:EventKeyRef oa:event_bhi_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b_Event1 .

oa:relationep_bhi_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b_Person:94bac9ea-acfd-8452-2785-e44677c92b41 ;
  a2a:EventKeyRef oa:event_bhi_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b_Event1 .

oa:relationep_bhi_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b_Person:b6fb32be-a992-1f25-8b47-80c535ccacfc ;
  a2a:EventKeyRef oa:event_bhi_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b_Event1 .

oa:source_bhi_d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1849-12-15 - 1849-12-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1849-12-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1849-12-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1849" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "1849-12-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3781, Periode: 1849" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1849" ;
    a2a:DocumentNumber "678" ;
    a2a:RegistryNumber "3781" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3781, Periode: 1849, Geboorteregister 's-Hertogenbosch 1849, 678, 3781"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b" ;
  a2a:RecordGUID "{d5f4836a-b7cd-48f7-e6f6-d39dd6746b2b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2540_00002540.xml van BHI" .

