@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_7c606325-dafe-944e-2f33-e02da2539a56
  a a2a:Record ;
  rdfs:label "Geboorte op 2 mei 1891" ;
  a2a:hasPerson oa:person_bhi_7c606325-dafe-944e-2f33-e02da2539a56_Person-ca3afb90-1a7d-d8f7-178b-8d4dabe25c5c, oa:person_bhi_7c606325-dafe-944e-2f33-e02da2539a56_Person-d59287de-fee0-fbb4-d72b-6b2a1740b17a, oa:person_bhi_7c606325-dafe-944e-2f33-e02da2539a56_Person-e366128d-2b4d-e6f1-dfc3-a4cf9a97f077 ;
  a2a:hasEvent oa:event_bhi_7c606325-dafe-944e-2f33-e02da2539a56_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_7c606325-dafe-944e-2f33-e02da2539a56_0, oa:relationep_bhi_7c606325-dafe-944e-2f33-e02da2539a56_1, oa:relationep_bhi_7c606325-dafe-944e-2f33-e02da2539a56_2 ;
  a2a:hasSource oa:source_bhi_7c606325-dafe-944e-2f33-e02da2539a56 .

oa:person_bhi_7c606325-dafe-944e-2f33-e02da2539a56_Person-ca3afb90-1a7d-d8f7-178b-8d4dabe25c5c
  a a2a:Person ;
  rdfs:label "Goverd Regardus Staal" ;
  a2a:PersonName [
    rdfs:label "Goverd Regardus Staal" ;
    a2a:PersonNameFirstName "Goverd Regardus" ;
    a2a:PersonNameLastName "Staal"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1891" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1891-05-02"^^xsd:date
  ] .

oa:person_bhi_7c606325-dafe-944e-2f33-e02da2539a56_Person-d59287de-fee0-fbb4-d72b-6b2a1740b17a
  a a2a:Person ;
  rdfs:label "Emerencia van der Vaart" ;
  a2a:PersonName [
    rdfs:label "Emerencia van der Vaart" ;
    a2a:PersonNameFirstName "Emerencia" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Vaart"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_7c606325-dafe-944e-2f33-e02da2539a56_Person-e366128d-2b4d-e6f1-dfc3-a4cf9a97f077
  a a2a:Person ;
  rdfs:label "Regardus Staal" ;
  a2a:PersonName [
    rdfs:label "Regardus Staal" ;
    a2a:PersonNameFirstName "Regardus" ;
    a2a:PersonNameLastName "Staal"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_7c606325-dafe-944e-2f33-e02da2539a56_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1891" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1891-05-02"^^xsd:date
  ] .

oa:relationep_bhi_7c606325-dafe-944e-2f33-e02da2539a56_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_7c606325-dafe-944e-2f33-e02da2539a56_Person:ca3afb90-1a7d-d8f7-178b-8d4dabe25c5c ;
  a2a:EventKeyRef oa:event_bhi_7c606325-dafe-944e-2f33-e02da2539a56_Event1 .

oa:relationep_bhi_7c606325-dafe-944e-2f33-e02da2539a56_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_7c606325-dafe-944e-2f33-e02da2539a56_Person:d59287de-fee0-fbb4-d72b-6b2a1740b17a ;
  a2a:EventKeyRef oa:event_bhi_7c606325-dafe-944e-2f33-e02da2539a56_Event1 .

oa:relationep_bhi_7c606325-dafe-944e-2f33-e02da2539a56_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_7c606325-dafe-944e-2f33-e02da2539a56_Person:e366128d-2b4d-e6f1-dfc3-a4cf9a97f077 ;
  a2a:EventKeyRef oa:event_bhi_7c606325-dafe-944e-2f33-e02da2539a56_Event1 .

oa:source_bhi_7c606325-dafe-944e-2f33-e02da2539a56
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Made en Drimmelen" ;
    rdfs:label "Made en Drimmelen", "1891-05-03 - 1891-05-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1891-05-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1891-05-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1891" ;
    a2a:Month "5" ;
    a2a:Day "3" ;
    rdfs:label "1891-05-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 5010, Periode: 1891" ;
    a2a:Book "Geboorteregister Made en Drimmelen 1891" ;
    a2a:DocumentNumber "39" ;
    a2a:RegistryNumber "5010" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 5010, Periode: 1891, Geboorteregister Made en Drimmelen 1891, 39, 5010"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/aa23f97e-883a-a36a-212c-d30572c99aa8.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/aa23f97e-883a-a36a-212c-d30572c99aa8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-03-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/7c606325-dafe-944e-2f33-e02da2539a56" ;
  a2a:RecordGUID "{7c606325-dafe-944e-2f33-e02da2539a56}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_76184_00076184.xml van BHI" .

