@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_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4
  a a2a:Record ;
  rdfs:label "Geboorte op 3 december 1919 te 's-Hertogenbosch" ;
  a2a:hasPerson oa:person_bhi_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4_Person-7e8a4f88-b4f4-571b-c7f1-3ab6bad32870, oa:person_bhi_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4_Person-5414b241-5d1b-0ae6-ccf4-c14c4ca9c6a5, oa:person_bhi_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4_Person-0b064344-5b0b-5d36-cdf1-6719bbb0b603 ;
  a2a:hasEvent oa:event_bhi_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4_0, oa:relationep_bhi_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4_1, oa:relationep_bhi_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4_2 ;
  a2a:hasSource oa:source_bhi_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4 .

oa:person_bhi_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4_Person-7e8a4f88-b4f4-571b-c7f1-3ab6bad32870
  a a2a:Person ;
  rdfs:label "Anna Maria Francken" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Francken" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Francken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4_Person-5414b241-5d1b-0ae6-ccf4-c14c4ca9c6a5
  a a2a:Person ;
  rdfs:label "Martin Philippe Maters" ;
  a2a:PersonName [
    rdfs:label "Martin Philippe Maters" ;
    a2a:PersonNameFirstName "Martin Philippe" ;
    a2a:PersonNameLastName "Maters"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1919" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1919-12-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:person_bhi_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4_Person-0b064344-5b0b-5d36-cdf1-6719bbb0b603
  a a2a:Person ;
  rdfs:label "Philip Hendrik Hubert Maters" ;
  a2a:PersonName [
    rdfs:label "Philip Hendrik Hubert Maters" ;
    a2a:PersonNameFirstName "Philip Hendrik Hubert" ;
    a2a:PersonNameLastName "Maters"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1919" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1919-12-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:relationep_bhi_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4_Person:7e8a4f88-b4f4-571b-c7f1-3ab6bad32870 ;
  a2a:EventKeyRef oa:event_bhi_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4_Event1 .

oa:relationep_bhi_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4_Person:5414b241-5d1b-0ae6-ccf4-c14c4ca9c6a5 ;
  a2a:EventKeyRef oa:event_bhi_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4_Event1 .

oa:relationep_bhi_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4_Person:0b064344-5b0b-5d36-cdf1-6719bbb0b603 ;
  a2a:EventKeyRef oa:event_bhi_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4_Event1 .

oa:source_bhi_2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1919-12-03 - 1919-12-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1919-12-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1919-12-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1919" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1919-12-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1562, Periode: 1919" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1919" ;
    a2a:DocumentNumber "971" ;
    a2a:RegistryNumber "1562" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1562, Periode: 1919, Geboorteregister 's-Hertogenbosch 1919, 971, 1562"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/ba23103c-8ec6-eda7-72f9-23efcf0f99fb.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/ba23103c-8ec6-eda7-72f9-23efcf0f99fb.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4" ;
  a2a:RecordGUID "{2b7ae9c0-e56a-3f3a-cf56-86b2c903f1c4}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2302_00002302.xml van BHI" .

