@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_d1b9d85d-4182-018d-e694-b2ddea586e1e
  a a2a:Record ;
  rdfs:label "Geboorte op 27 juli 1903" ;
  a2a:hasPerson oa:person_bhi_d1b9d85d-4182-018d-e694-b2ddea586e1e_Person-c9fb31c7-a15a-c19f-1e4f-31cbbd67cfb9, oa:person_bhi_d1b9d85d-4182-018d-e694-b2ddea586e1e_Person-d5a91322-5b62-3b7e-aeeb-408259204cdd, oa:person_bhi_d1b9d85d-4182-018d-e694-b2ddea586e1e_Person-fb331679-f847-49b1-ed06-cb24876629c5 ;
  a2a:hasEvent oa:event_bhi_d1b9d85d-4182-018d-e694-b2ddea586e1e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_d1b9d85d-4182-018d-e694-b2ddea586e1e_0, oa:relationep_bhi_d1b9d85d-4182-018d-e694-b2ddea586e1e_1, oa:relationep_bhi_d1b9d85d-4182-018d-e694-b2ddea586e1e_2 ;
  a2a:hasSource oa:source_bhi_d1b9d85d-4182-018d-e694-b2ddea586e1e .

oa:person_bhi_d1b9d85d-4182-018d-e694-b2ddea586e1e_Person-c9fb31c7-a15a-c19f-1e4f-31cbbd67cfb9
  a a2a:Person ;
  rdfs:label "Berkvens Maria Elisabeth" ;
  a2a:PersonName [
    rdfs:label "Berkvens Maria Elisabeth" ;
    a2a:PersonNameFirstName "Berkvens" ;
    a2a:PersonNameLastName "Maria Elisabeth"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_d1b9d85d-4182-018d-e694-b2ddea586e1e_Person-d5a91322-5b62-3b7e-aeeb-408259204cdd
  a a2a:Person ;
  rdfs:label "Arnoldus van Herk" ;
  a2a:PersonName [
    rdfs:label "Arnoldus van Herk" ;
    a2a:PersonNameFirstName "Arnoldus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Herk"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1903" ;
    a2a:Month "7" ;
    a2a:Day "27" ;
    rdfs:label "1903-07-27"^^xsd:date
  ] .

oa:person_bhi_d1b9d85d-4182-018d-e694-b2ddea586e1e_Person-fb331679-f847-49b1-ed06-cb24876629c5
  a a2a:Person ;
  rdfs:label "Johannes Cornelis van den Herk" ;
  a2a:PersonName [
    rdfs:label "Johannes Cornelis van den Herk" ;
    a2a:PersonNameFirstName "Johannes Cornelis" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Herk"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_d1b9d85d-4182-018d-e694-b2ddea586e1e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1903" ;
    a2a:Month "7" ;
    a2a:Day "27" ;
    rdfs:label "1903-07-27"^^xsd:date
  ] .

oa:relationep_bhi_d1b9d85d-4182-018d-e694-b2ddea586e1e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_d1b9d85d-4182-018d-e694-b2ddea586e1e_Person:c9fb31c7-a15a-c19f-1e4f-31cbbd67cfb9 ;
  a2a:EventKeyRef oa:event_bhi_d1b9d85d-4182-018d-e694-b2ddea586e1e_Event1 .

oa:relationep_bhi_d1b9d85d-4182-018d-e694-b2ddea586e1e_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_d1b9d85d-4182-018d-e694-b2ddea586e1e_Person:d5a91322-5b62-3b7e-aeeb-408259204cdd ;
  a2a:EventKeyRef oa:event_bhi_d1b9d85d-4182-018d-e694-b2ddea586e1e_Event1 .

oa:relationep_bhi_d1b9d85d-4182-018d-e694-b2ddea586e1e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_d1b9d85d-4182-018d-e694-b2ddea586e1e_Person:fb331679-f847-49b1-ed06-cb24876629c5 ;
  a2a:EventKeyRef oa:event_bhi_d1b9d85d-4182-018d-e694-b2ddea586e1e_Event1 .

oa:source_bhi_d1b9d85d-4182-018d-e694-b2ddea586e1e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Westerhoven" ;
    rdfs:label "Westerhoven", "1903-07-27 - 1903-07-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-07-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1903-07-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1903" ;
    a2a:Month "7" ;
    a2a:Day "27" ;
    rdfs:label "1903-07-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3600, Periode: 1903" ;
    a2a:Book "Geboorteregister Westerhoven 1903" ;
    a2a:DocumentNumber "12" ;
    a2a:RegistryNumber "3600" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3600, Periode: 1903, Geboorteregister Westerhoven 1903, 12, 3600"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/4d8c6110-83b7-c735-c55d-6152ebe0d65a.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/4d8c6110-83b7-c735-c55d-6152ebe0d65a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-01-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/d1b9d85d-4182-018d-e694-b2ddea586e1e" ;
  a2a:RecordGUID "{d1b9d85d-4182-018d-e694-b2ddea586e1e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_81123_00081123.xml van BHI" .

