@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_557807db-eb3d-4a73-e655-441c83d20dd4
  a a2a:Record ;
  rdfs:label "Geboorte op 12 februari 1876" ;
  a2a:hasPerson oa:person_bhi_557807db-eb3d-4a73-e655-441c83d20dd4_Person-ef3644c8-a7af-a51e-155a-c960862621cf, oa:person_bhi_557807db-eb3d-4a73-e655-441c83d20dd4_Person-d44a38bb-9b7f-9938-08ea-8c3da05a2711, oa:person_bhi_557807db-eb3d-4a73-e655-441c83d20dd4_Person-eb336d22-7490-2405-79b3-0445b16803e2 ;
  a2a:hasEvent oa:event_bhi_557807db-eb3d-4a73-e655-441c83d20dd4_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_557807db-eb3d-4a73-e655-441c83d20dd4_0, oa:relationep_bhi_557807db-eb3d-4a73-e655-441c83d20dd4_1, oa:relationep_bhi_557807db-eb3d-4a73-e655-441c83d20dd4_2 ;
  a2a:hasSource oa:source_bhi_557807db-eb3d-4a73-e655-441c83d20dd4 .

oa:person_bhi_557807db-eb3d-4a73-e655-441c83d20dd4_Person-ef3644c8-a7af-a51e-155a-c960862621cf
  a a2a:Person ;
  rdfs:label "Maria Catharina Leijs" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Leijs" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Leijs"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1876" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1876-02-12"^^xsd:date
  ] .

oa:person_bhi_557807db-eb3d-4a73-e655-441c83d20dd4_Person-d44a38bb-9b7f-9938-08ea-8c3da05a2711
  a a2a:Person ;
  rdfs:label "Joanna Philomena de Beukelaer" ;
  a2a:PersonName [
    rdfs:label "Joanna Philomena de Beukelaer" ;
    a2a:PersonNameFirstName "Joanna Philomena" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Beukelaer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_557807db-eb3d-4a73-e655-441c83d20dd4_Person-eb336d22-7490-2405-79b3-0445b16803e2
  a a2a:Person ;
  rdfs:label "Theodorus Carolus Leijs" ;
  a2a:PersonName [
    rdfs:label "Theodorus Carolus Leijs" ;
    a2a:PersonNameFirstName "Theodorus Carolus" ;
    a2a:PersonNameLastName "Leijs"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_557807db-eb3d-4a73-e655-441c83d20dd4_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1876" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1876-02-12"^^xsd:date
  ] .

oa:relationep_bhi_557807db-eb3d-4a73-e655-441c83d20dd4_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_557807db-eb3d-4a73-e655-441c83d20dd4_Person:ef3644c8-a7af-a51e-155a-c960862621cf ;
  a2a:EventKeyRef oa:event_bhi_557807db-eb3d-4a73-e655-441c83d20dd4_Event1 .

oa:relationep_bhi_557807db-eb3d-4a73-e655-441c83d20dd4_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_557807db-eb3d-4a73-e655-441c83d20dd4_Person:d44a38bb-9b7f-9938-08ea-8c3da05a2711 ;
  a2a:EventKeyRef oa:event_bhi_557807db-eb3d-4a73-e655-441c83d20dd4_Event1 .

oa:relationep_bhi_557807db-eb3d-4a73-e655-441c83d20dd4_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_557807db-eb3d-4a73-e655-441c83d20dd4_Person:eb336d22-7490-2405-79b3-0445b16803e2 ;
  a2a:EventKeyRef oa:event_bhi_557807db-eb3d-4a73-e655-441c83d20dd4_Event1 .

oa:source_bhi_557807db-eb3d-4a73-e655-441c83d20dd4
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte", "1876-01-01 - 1876-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1876-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1876-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1876" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6393, Periode: 1876" ;
    a2a:Book "Geboorteregister Putte 1876" ;
    a2a:DocumentNumber "9" ;
    a2a:RegistryNumber "6393" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6393, Periode: 1876, Geboorteregister Putte 1876, 9, 6393"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/a1a6a542-377a-9101-3251-d658e0587c53.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/a1a6a542-377a-9101-3251-d658e0587c53.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-03-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/557807db-eb3d-4a73-e655-441c83d20dd4" ;
  a2a:RecordGUID "{557807db-eb3d-4a73-e655-441c83d20dd4}" ;
  a2a:SourceRemarkdeel "6393" ;
  a2a:SourceRemarkregister_periode "1876" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250607_765_00000765.xml van BHI" .

