@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_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd
  a a2a:Record ;
  rdfs:label "Geboorte op 23 november 1906" ;
  a2a:hasPerson oa:person_bhi_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd_Person-9a099ce4-097a-5691-2717-04ba28bd1195, oa:person_bhi_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd_Person-36e9e985-1dd4-701f-150e-ab8171067d8d, oa:person_bhi_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd_Person-d0ddab93-6c72-1d84-0178-0c577b68b09b ;
  a2a:hasEvent oa:event_bhi_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd_0, oa:relationep_bhi_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd_1, oa:relationep_bhi_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd_2 ;
  a2a:hasSource oa:source_bhi_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd .

oa:person_bhi_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd_Person-9a099ce4-097a-5691-2717-04ba28bd1195
  a a2a:Person ;
  rdfs:label "Johanna Jacoba Beset" ;
  a2a:PersonName [
    rdfs:label "Johanna Jacoba Beset" ;
    a2a:PersonNameFirstName "Johanna Jacoba" ;
    a2a:PersonNameLastName "Beset"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1906" ;
    a2a:Month "11" ;
    a2a:Day "23" ;
    rdfs:label "1906-11-23"^^xsd:date
  ] .

oa:person_bhi_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd_Person-36e9e985-1dd4-701f-150e-ab8171067d8d
  a a2a:Person ;
  rdfs:label "Theodora van der Leeden" ;
  a2a:PersonName [
    rdfs:label "Theodora van der Leeden" ;
    a2a:PersonNameFirstName "Theodora" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Leeden"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd_Person-d0ddab93-6c72-1d84-0178-0c577b68b09b
  a a2a:Person ;
  rdfs:label "Franciscus Leonardus Beset" ;
  a2a:PersonName [
    rdfs:label "Franciscus Leonardus Beset" ;
    a2a:PersonNameFirstName "Franciscus Leonardus" ;
    a2a:PersonNameLastName "Beset"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1906" ;
    a2a:Month "11" ;
    a2a:Day "23" ;
    rdfs:label "1906-11-23"^^xsd:date
  ] .

oa:relationep_bhi_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd_Person:9a099ce4-097a-5691-2717-04ba28bd1195 ;
  a2a:EventKeyRef oa:event_bhi_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd_Event1 .

oa:relationep_bhi_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd_Person:36e9e985-1dd4-701f-150e-ab8171067d8d ;
  a2a:EventKeyRef oa:event_bhi_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd_Event1 .

oa:relationep_bhi_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd_Person:d0ddab93-6c72-1d84-0178-0c577b68b09b ;
  a2a:EventKeyRef oa:event_bhi_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd_Event1 .

oa:source_bhi_007a2dd1-e590-cc2d-724b-dbfd5e4a3abd
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1906-11-23 - 1906-11-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1906-11-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1906-11-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1906" ;
    a2a:Month "11" ;
    a2a:Day "23" ;
    rdfs:label "1906-11-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1555, Periode: 1906" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1906" ;
    a2a:DocumentNumber "1114" ;
    a2a:RegistryNumber "1555" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1555, Periode: 1906, Geboorteregister 's-Hertogenbosch 1906, 1114, 1555"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/a6897051-5e9c-5492-c7e7-26ab0f88d043.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/a6897051-5e9c-5492-c7e7-26ab0f88d043.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/007a2dd1-e590-cc2d-724b-dbfd5e4a3abd" ;
  a2a:RecordGUID "{007a2dd1-e590-cc2d-724b-dbfd5e4a3abd}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_1997_00001997.xml van BHI" .

