@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_d60fecfa-e779-af46-e61e-c82e203d862e
  a a2a:Record ;
  rdfs:label "Geboorte op 29 maart 1839" ;
  a2a:hasPerson oa:person_bhi_d60fecfa-e779-af46-e61e-c82e203d862e_Person-5bbeba9c-4a4f-d6f1-6405-eefbcdd91d59, oa:person_bhi_d60fecfa-e779-af46-e61e-c82e203d862e_Person-578587ef-6775-d86f-1914-13d87eafcb91, oa:person_bhi_d60fecfa-e779-af46-e61e-c82e203d862e_Person-99213cd4-aa98-f7c6-3beb-df9ec0cf35ec ;
  a2a:hasEvent oa:event_bhi_d60fecfa-e779-af46-e61e-c82e203d862e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_d60fecfa-e779-af46-e61e-c82e203d862e_0, oa:relationep_bhi_d60fecfa-e779-af46-e61e-c82e203d862e_1, oa:relationep_bhi_d60fecfa-e779-af46-e61e-c82e203d862e_2 ;
  a2a:hasSource oa:source_bhi_d60fecfa-e779-af46-e61e-c82e203d862e .

oa:person_bhi_d60fecfa-e779-af46-e61e-c82e203d862e_Person-5bbeba9c-4a4f-d6f1-6405-eefbcdd91d59
  a a2a:Person ;
  rdfs:label "Petronella van der Meer" ;
  a2a:PersonName [
    rdfs:label "Petronella van der Meer" ;
    a2a:PersonNameFirstName "Petronella" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Meer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_d60fecfa-e779-af46-e61e-c82e203d862e_Person-578587ef-6775-d86f-1914-13d87eafcb91
  a a2a:Person ;
  rdfs:label "Mathijs Schepers" ;
  a2a:PersonName [
    rdfs:label "Mathijs Schepers" ;
    a2a:PersonNameFirstName "Mathijs" ;
    a2a:PersonNameLastName "Schepers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_d60fecfa-e779-af46-e61e-c82e203d862e_Person-99213cd4-aa98-f7c6-3beb-df9ec0cf35ec
  a a2a:Person ;
  rdfs:label "Arnoldus Leonardus Schepers" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Leonardus Schepers" ;
    a2a:PersonNameFirstName "Arnoldus Leonardus" ;
    a2a:PersonNameLastName "Schepers"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1839" ;
    a2a:Month "3" ;
    a2a:Day "29" ;
    rdfs:label "1839-03-29"^^xsd:date
  ] .

oa:event_bhi_d60fecfa-e779-af46-e61e-c82e203d862e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1839" ;
    a2a:Month "3" ;
    a2a:Day "29" ;
    rdfs:label "1839-03-29"^^xsd:date
  ] .

oa:relationep_bhi_d60fecfa-e779-af46-e61e-c82e203d862e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_d60fecfa-e779-af46-e61e-c82e203d862e_Person:5bbeba9c-4a4f-d6f1-6405-eefbcdd91d59 ;
  a2a:EventKeyRef oa:event_bhi_d60fecfa-e779-af46-e61e-c82e203d862e_Event1 .

oa:relationep_bhi_d60fecfa-e779-af46-e61e-c82e203d862e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_d60fecfa-e779-af46-e61e-c82e203d862e_Person:578587ef-6775-d86f-1914-13d87eafcb91 ;
  a2a:EventKeyRef oa:event_bhi_d60fecfa-e779-af46-e61e-c82e203d862e_Event1 .

oa:relationep_bhi_d60fecfa-e779-af46-e61e-c82e203d862e_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_d60fecfa-e779-af46-e61e-c82e203d862e_Person:99213cd4-aa98-f7c6-3beb-df9ec0cf35ec ;
  a2a:EventKeyRef oa:event_bhi_d60fecfa-e779-af46-e61e-c82e203d862e_Event1 .

oa:source_bhi_d60fecfa-e779-af46-e61e-c82e203d862e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Helmond" ;
    rdfs:label "Helmond", "1839-03-30 - 1839-03-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1839-03-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1839-03-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1839" ;
    a2a:Month "3" ;
    a2a:Day "30" ;
    rdfs:label "1839-03-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3530, Periode: 1839" ;
    a2a:Book "Geboorteregister Helmond 1839" ;
    a2a:DocumentNumber "44" ;
    a2a:RegistryNumber "3530" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3530, Periode: 1839, Geboorteregister Helmond 1839, 44, 3530"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/683094ee-08de-4330-d866-8d1e79819429.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/683094ee-08de-4330-d866-8d1e79819429.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-08-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/d60fecfa-e779-af46-e61e-c82e203d862e" ;
  a2a:RecordGUID "{d60fecfa-e779-af46-e61e-c82e203d862e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_7312_00007312.xml van BHI" .

