@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_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5
  a a2a:Record ;
  rdfs:label "Geboorte op 26 september 1906" ;
  a2a:hasPerson oa:person_bhi_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5_Person-ecf36701-2097-fdde-e664-d21df72a3f12, oa:person_bhi_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5_Person-16dfa029-d931-b935-1466-d662499db1e0, oa:person_bhi_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5_Person-6a8015fc-b198-fd6f-4382-8ea66be3a7b9 ;
  a2a:hasEvent oa:event_bhi_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5_0, oa:relationep_bhi_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5_1, oa:relationep_bhi_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5_2 ;
  a2a:hasSource oa:source_bhi_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5 .

oa:person_bhi_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5_Person-ecf36701-2097-fdde-e664-d21df72a3f12
  a a2a:Person ;
  rdfs:label "Maria Martha van der Horst" ;
  a2a:PersonName [
    rdfs:label "Maria Martha van der Horst" ;
    a2a:PersonNameFirstName "Maria Martha" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Horst"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5_Person-16dfa029-d931-b935-1466-d662499db1e0
  a a2a:Person ;
  rdfs:label "Johanna Maria Sebilla A. Janssen" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Sebilla A. Janssen" ;
    a2a:PersonNameFirstName "Johanna Maria Sebilla A." ;
    a2a:PersonNameLastName "Janssen"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1906" ;
    a2a:Month "9" ;
    a2a:Day "26" ;
    rdfs:label "1906-09-26"^^xsd:date
  ] .

oa:person_bhi_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5_Person-6a8015fc-b198-fd6f-4382-8ea66be3a7b9
  a a2a:Person ;
  rdfs:label "Johannes Janssen" ;
  a2a:PersonName [
    rdfs:label "Johannes Janssen" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Janssen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1906" ;
    a2a:Month "9" ;
    a2a:Day "26" ;
    rdfs:label "1906-09-26"^^xsd:date
  ] .

oa:relationep_bhi_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5_Person:ecf36701-2097-fdde-e664-d21df72a3f12 ;
  a2a:EventKeyRef oa:event_bhi_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5_Event1 .

oa:relationep_bhi_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5_Person:16dfa029-d931-b935-1466-d662499db1e0 ;
  a2a:EventKeyRef oa:event_bhi_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5_Event1 .

oa:relationep_bhi_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5_Person:6a8015fc-b198-fd6f-4382-8ea66be3a7b9 ;
  a2a:EventKeyRef oa:event_bhi_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5_Event1 .

oa:source_bhi_dc3d19be-6fcb-772c-a11a-e9eec15eb7e5
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Strijp" ;
    rdfs:label "Strijp", "1906-09-26 - 1906-09-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1906-09-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1906-09-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1906" ;
    a2a:Month "9" ;
    a2a:Day "26" ;
    rdfs:label "1906-09-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2916, Periode: 1906" ;
    a2a:Book "Geboorteregister Strijp 1906" ;
    a2a:DocumentNumber "87" ;
    a2a:RegistryNumber "2916" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2916, Periode: 1906, Geboorteregister Strijp 1906, 87, 2916"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/dcab1606-f8c7-9003-f166-fb47a5fc3d80.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/dcab1606-f8c7-9003-f166-fb47a5fc3d80.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/dc3d19be-6fcb-772c-a11a-e9eec15eb7e5" ;
  a2a:RecordGUID "{dc3d19be-6fcb-772c-a11a-e9eec15eb7e5}" ;
  a2a:SourceRemarkdeel "2916" ;
  a2a:SourceRemarkregister_periode "1906" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_553_00000553.xml van BHI" .

