@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_0518b7cc-e792-adfc-c5f1-626d2abb77c4
  a a2a:Record ;
  rdfs:label "Geboorte op 20 september 1862" ;
  a2a:hasPerson oa:person_bhi_0518b7cc-e792-adfc-c5f1-626d2abb77c4_Person-5270bcfe-7cf0-5612-f3a8-a6aa87c3c65e, oa:person_bhi_0518b7cc-e792-adfc-c5f1-626d2abb77c4_Person-fad4b53a-240c-f251-ff62-d48940a063fe, oa:person_bhi_0518b7cc-e792-adfc-c5f1-626d2abb77c4_Person-461d539e-fbda-d003-ec66-e2c05cf2f64a ;
  a2a:hasEvent oa:event_bhi_0518b7cc-e792-adfc-c5f1-626d2abb77c4_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0518b7cc-e792-adfc-c5f1-626d2abb77c4_0, oa:relationep_bhi_0518b7cc-e792-adfc-c5f1-626d2abb77c4_1, oa:relationep_bhi_0518b7cc-e792-adfc-c5f1-626d2abb77c4_2 ;
  a2a:hasSource oa:source_bhi_0518b7cc-e792-adfc-c5f1-626d2abb77c4 .

oa:person_bhi_0518b7cc-e792-adfc-c5f1-626d2abb77c4_Person-5270bcfe-7cf0-5612-f3a8-a6aa87c3c65e
  a a2a:Person ;
  rdfs:label "Johannes Franciscus Verkaar" ;
  a2a:PersonName [
    rdfs:label "Johannes Franciscus Verkaar" ;
    a2a:PersonNameFirstName "Johannes Franciscus" ;
    a2a:PersonNameLastName "Verkaar"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1862" ;
    a2a:Month "9" ;
    a2a:Day "20" ;
    rdfs:label "1862-09-20"^^xsd:date
  ] .

oa:person_bhi_0518b7cc-e792-adfc-c5f1-626d2abb77c4_Person-fad4b53a-240c-f251-ff62-d48940a063fe
  a a2a:Person ;
  rdfs:label "Helena Petronella Maria Govers" ;
  a2a:PersonName [
    rdfs:label "Helena Petronella Maria Govers" ;
    a2a:PersonNameFirstName "Helena Petronella Maria" ;
    a2a:PersonNameLastName "Govers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0518b7cc-e792-adfc-c5f1-626d2abb77c4_Person-461d539e-fbda-d003-ec66-e2c05cf2f64a
  a a2a:Person ;
  rdfs:label "Jacobus Johannes Wilhelmus Verkaar" ;
  a2a:PersonName [
    rdfs:label "Jacobus Johannes Wilhelmus Verkaar" ;
    a2a:PersonNameFirstName "Jacobus Johannes Wilhelmus" ;
    a2a:PersonNameLastName "Verkaar"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_0518b7cc-e792-adfc-c5f1-626d2abb77c4_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1862" ;
    a2a:Month "9" ;
    a2a:Day "20" ;
    rdfs:label "1862-09-20"^^xsd:date
  ] .

oa:relationep_bhi_0518b7cc-e792-adfc-c5f1-626d2abb77c4_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_0518b7cc-e792-adfc-c5f1-626d2abb77c4_Person:5270bcfe-7cf0-5612-f3a8-a6aa87c3c65e ;
  a2a:EventKeyRef oa:event_bhi_0518b7cc-e792-adfc-c5f1-626d2abb77c4_Event1 .

oa:relationep_bhi_0518b7cc-e792-adfc-c5f1-626d2abb77c4_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0518b7cc-e792-adfc-c5f1-626d2abb77c4_Person:fad4b53a-240c-f251-ff62-d48940a063fe ;
  a2a:EventKeyRef oa:event_bhi_0518b7cc-e792-adfc-c5f1-626d2abb77c4_Event1 .

oa:relationep_bhi_0518b7cc-e792-adfc-c5f1-626d2abb77c4_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0518b7cc-e792-adfc-c5f1-626d2abb77c4_Person:461d539e-fbda-d003-ec66-e2c05cf2f64a ;
  a2a:EventKeyRef oa:event_bhi_0518b7cc-e792-adfc-c5f1-626d2abb77c4_Event1 .

oa:source_bhi_0518b7cc-e792-adfc-c5f1-626d2abb77c4
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1862-09-20 - 1862-09-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1862-09-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1862-09-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1862" ;
    a2a:Month "9" ;
    a2a:Day "20" ;
    rdfs:label "1862-09-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1185, Periode: 1862" ;
    a2a:Book "Geboorteregister 1862" ;
    a2a:DocumentNumber "333" ;
    a2a:RegistryNumber "1185" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1185, Periode: 1862, Geboorteregister 1862, 333, 1185"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/5ac5115b-0cd9-2d8e-6c6b-bc353ef88ef2.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/5ac5115b-0cd9-2d8e-6c6b-bc353ef88ef2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0518b7cc-e792-adfc-c5f1-626d2abb77c4" ;
  a2a:RecordGUID "{0518b7cc-e792-adfc-c5f1-626d2abb77c4}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_1211_00001211.xml van BHI" .

