@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_c8a0c5cb-a0e1-970b-ea97-324be7b4011a
  a a2a:Record ;
  rdfs:label "Geboorte op 2 mei 1923" ;
  a2a:hasPerson oa:person_bhi_c8a0c5cb-a0e1-970b-ea97-324be7b4011a_Person-2d4a5dd6-2518-ef03-06c5-311e4aa6df0e, oa:person_bhi_c8a0c5cb-a0e1-970b-ea97-324be7b4011a_Person-fbb89eae-a84b-0918-22e4-ec25defe9b76, oa:person_bhi_c8a0c5cb-a0e1-970b-ea97-324be7b4011a_Person-9c8310b9-3fd1-3f89-1b4a-4bb057d5e2f4 ;
  a2a:hasEvent oa:event_bhi_c8a0c5cb-a0e1-970b-ea97-324be7b4011a_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_c8a0c5cb-a0e1-970b-ea97-324be7b4011a_0, oa:relationep_bhi_c8a0c5cb-a0e1-970b-ea97-324be7b4011a_1, oa:relationep_bhi_c8a0c5cb-a0e1-970b-ea97-324be7b4011a_2 ;
  a2a:hasSource oa:source_bhi_c8a0c5cb-a0e1-970b-ea97-324be7b4011a .

oa:person_bhi_c8a0c5cb-a0e1-970b-ea97-324be7b4011a_Person-2d4a5dd6-2518-ef03-06c5-311e4aa6df0e
  a a2a:Person ;
  rdfs:label "Mina van Blijdensteijn" ;
  a2a:PersonName [
    rdfs:label "Mina van Blijdensteijn" ;
    a2a:PersonNameFirstName "Mina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Blijdensteijn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c8a0c5cb-a0e1-970b-ea97-324be7b4011a_Person-fbb89eae-a84b-0918-22e4-ec25defe9b76
  a a2a:Person ;
  rdfs:label "Nathan Simon Gotlieb" ;
  a2a:PersonName [
    rdfs:label "Nathan Simon Gotlieb" ;
    a2a:PersonNameFirstName "Nathan Simon" ;
    a2a:PersonNameLastName "Gotlieb"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1923" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1923-05-02"^^xsd:date
  ] .

oa:person_bhi_c8a0c5cb-a0e1-970b-ea97-324be7b4011a_Person-9c8310b9-3fd1-3f89-1b4a-4bb057d5e2f4
  a a2a:Person ;
  rdfs:label "Jacques Gotlieb" ;
  a2a:PersonName [
    rdfs:label "Jacques Gotlieb" ;
    a2a:PersonNameFirstName "Jacques" ;
    a2a:PersonNameLastName "Gotlieb"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_c8a0c5cb-a0e1-970b-ea97-324be7b4011a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1923" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1923-05-02"^^xsd:date
  ] .

oa:relationep_bhi_c8a0c5cb-a0e1-970b-ea97-324be7b4011a_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_c8a0c5cb-a0e1-970b-ea97-324be7b4011a_Person:2d4a5dd6-2518-ef03-06c5-311e4aa6df0e ;
  a2a:EventKeyRef oa:event_bhi_c8a0c5cb-a0e1-970b-ea97-324be7b4011a_Event1 .

oa:relationep_bhi_c8a0c5cb-a0e1-970b-ea97-324be7b4011a_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_c8a0c5cb-a0e1-970b-ea97-324be7b4011a_Person:fbb89eae-a84b-0918-22e4-ec25defe9b76 ;
  a2a:EventKeyRef oa:event_bhi_c8a0c5cb-a0e1-970b-ea97-324be7b4011a_Event1 .

oa:relationep_bhi_c8a0c5cb-a0e1-970b-ea97-324be7b4011a_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_c8a0c5cb-a0e1-970b-ea97-324be7b4011a_Person:9c8310b9-3fd1-3f89-1b4a-4bb057d5e2f4 ;
  a2a:EventKeyRef oa:event_bhi_c8a0c5cb-a0e1-970b-ea97-324be7b4011a_Event1 .

oa:source_bhi_c8a0c5cb-a0e1-970b-ea97-324be7b4011a
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1923-05-02 - 1923-05-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1923-05-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1923-05-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1923" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1923-05-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1564, Periode: 1923" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1923" ;
    a2a:DocumentNumber "451" ;
    a2a:RegistryNumber "1564" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1564, Periode: 1923, Geboorteregister 's-Hertogenbosch 1923, 451, 1564"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/d48739fd-96df-fab5-bf66-243c54b3705f.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/d48739fd-96df-fab5-bf66-243c54b3705f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-07-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/c8a0c5cb-a0e1-970b-ea97-324be7b4011a" ;
  a2a:RecordGUID "{c8a0c5cb-a0e1-970b-ea97-324be7b4011a}" ;
  a2a:SourceRemarkdeel "1564" ;
  a2a:SourceRemarkregister_periode "1923" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250909_840_00000840.xml van BHI" .

