@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_44041f54-ce4f-a61d-eaf8-2afb9176f3dd
  a a2a:Record ;
  rdfs:label "Geboorte op 30 april 1919" ;
  a2a:hasPerson oa:person_bhi_44041f54-ce4f-a61d-eaf8-2afb9176f3dd_Person-54b59a2d-48c8-97ca-e2ce-5e927be8504a, oa:person_bhi_44041f54-ce4f-a61d-eaf8-2afb9176f3dd_Person-590d11a6-5e6c-98a2-2afb-c0eb88ba5f41, oa:person_bhi_44041f54-ce4f-a61d-eaf8-2afb9176f3dd_Person-64f968bd-c82e-e881-1da6-e7da899d0d22 ;
  a2a:hasEvent oa:event_bhi_44041f54-ce4f-a61d-eaf8-2afb9176f3dd_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_44041f54-ce4f-a61d-eaf8-2afb9176f3dd_0, oa:relationep_bhi_44041f54-ce4f-a61d-eaf8-2afb9176f3dd_1, oa:relationep_bhi_44041f54-ce4f-a61d-eaf8-2afb9176f3dd_2 ;
  a2a:hasSource oa:source_bhi_44041f54-ce4f-a61d-eaf8-2afb9176f3dd .

oa:person_bhi_44041f54-ce4f-a61d-eaf8-2afb9176f3dd_Person-54b59a2d-48c8-97ca-e2ce-5e927be8504a
  a a2a:Person ;
  rdfs:label "Mathilda Elisabeth Maria Lamee" ;
  a2a:PersonName [
    rdfs:label "Mathilda Elisabeth Maria Lamee" ;
    a2a:PersonNameFirstName "Mathilda Elisabeth Maria" ;
    a2a:PersonNameLastName "Lamee"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_44041f54-ce4f-a61d-eaf8-2afb9176f3dd_Person-590d11a6-5e6c-98a2-2afb-c0eb88ba5f41
  a a2a:Person ;
  rdfs:label "Arnoldus Hermans" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Hermans" ;
    a2a:PersonNameFirstName "Arnoldus" ;
    a2a:PersonNameLastName "Hermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_44041f54-ce4f-a61d-eaf8-2afb9176f3dd_Person-64f968bd-c82e-e881-1da6-e7da899d0d22
  a a2a:Person ;
  rdfs:label "Cornelis Josephus Gerardus Hermans" ;
  a2a:PersonName [
    rdfs:label "Cornelis Josephus Gerardus Hermans" ;
    a2a:PersonNameFirstName "Cornelis Josephus Gerardus" ;
    a2a:PersonNameLastName "Hermans"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1919" ;
    a2a:Month "4" ;
    a2a:Day "30" ;
    rdfs:label "1919-04-30"^^xsd:date
  ] .

oa:event_bhi_44041f54-ce4f-a61d-eaf8-2afb9176f3dd_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1919" ;
    a2a:Month "4" ;
    a2a:Day "30" ;
    rdfs:label "1919-04-30"^^xsd:date
  ] .

oa:relationep_bhi_44041f54-ce4f-a61d-eaf8-2afb9176f3dd_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_44041f54-ce4f-a61d-eaf8-2afb9176f3dd_Person:54b59a2d-48c8-97ca-e2ce-5e927be8504a ;
  a2a:EventKeyRef oa:event_bhi_44041f54-ce4f-a61d-eaf8-2afb9176f3dd_Event1 .

oa:relationep_bhi_44041f54-ce4f-a61d-eaf8-2afb9176f3dd_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_44041f54-ce4f-a61d-eaf8-2afb9176f3dd_Person:590d11a6-5e6c-98a2-2afb-c0eb88ba5f41 ;
  a2a:EventKeyRef oa:event_bhi_44041f54-ce4f-a61d-eaf8-2afb9176f3dd_Event1 .

oa:relationep_bhi_44041f54-ce4f-a61d-eaf8-2afb9176f3dd_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_44041f54-ce4f-a61d-eaf8-2afb9176f3dd_Person:64f968bd-c82e-e881-1da6-e7da899d0d22 ;
  a2a:EventKeyRef oa:event_bhi_44041f54-ce4f-a61d-eaf8-2afb9176f3dd_Event1 .

oa:source_bhi_44041f54-ce4f-a61d-eaf8-2afb9176f3dd
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Boxmeer" ;
    rdfs:label "Boxmeer", "1919-05-01 - 1919-05-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1919-05-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1919-05-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1919" ;
    a2a:Month "5" ;
    a2a:Day "1" ;
    rdfs:label "1919-05-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 394, Periode: 1919" ;
    a2a:Book "Geboorteregister Boxmeer 1919" ;
    a2a:DocumentNumber "26" ;
    a2a:RegistryNumber "394" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 394, Periode: 1919, Geboorteregister Boxmeer 1919, 26, 394"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/861ff0df-9c82-51ee-ee1f-055881ac3aa0.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/861ff0df-9c82-51ee-ee1f-055881ac3aa0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-01-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/44041f54-ce4f-a61d-eaf8-2afb9176f3dd" ;
  a2a:RecordGUID "{44041f54-ce4f-a61d-eaf8-2afb9176f3dd}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_3621_00003621.xml van BHI" .

