@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_eb9f6134-389e-e7f1-ebed-c6263aa32e46
  a a2a:Record ;
  rdfs:label "Geboorte op 10 juni 1919" ;
  a2a:hasPerson oa:person_bhi_eb9f6134-389e-e7f1-ebed-c6263aa32e46_Person-27fd5b01-1d5e-107f-c519-ea42bd2d4f5e, oa:person_bhi_eb9f6134-389e-e7f1-ebed-c6263aa32e46_Person-02600bed-c212-625d-dce2-d32ffb79ba86, oa:person_bhi_eb9f6134-389e-e7f1-ebed-c6263aa32e46_Person-fe527acb-c955-41f6-48ce-6bc87cecdf37 ;
  a2a:hasEvent oa:event_bhi_eb9f6134-389e-e7f1-ebed-c6263aa32e46_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_eb9f6134-389e-e7f1-ebed-c6263aa32e46_0, oa:relationep_bhi_eb9f6134-389e-e7f1-ebed-c6263aa32e46_1, oa:relationep_bhi_eb9f6134-389e-e7f1-ebed-c6263aa32e46_2 ;
  a2a:hasSource oa:source_bhi_eb9f6134-389e-e7f1-ebed-c6263aa32e46 .

oa:person_bhi_eb9f6134-389e-e7f1-ebed-c6263aa32e46_Person-27fd5b01-1d5e-107f-c519-ea42bd2d4f5e
  a a2a:Person ;
  rdfs:label "Martijntje Sack" ;
  a2a:PersonName [
    rdfs:label "Martijntje Sack" ;
    a2a:PersonNameFirstName "Martijntje" ;
    a2a:PersonNameLastName "Sack"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_eb9f6134-389e-e7f1-ebed-c6263aa32e46_Person-02600bed-c212-625d-dce2-d32ffb79ba86
  a a2a:Person ;
  rdfs:label "Adrianus Duijster" ;
  a2a:PersonName [
    rdfs:label "Adrianus Duijster" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Duijster"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1919" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1919-06-10"^^xsd:date
  ] .

oa:person_bhi_eb9f6134-389e-e7f1-ebed-c6263aa32e46_Person-fe527acb-c955-41f6-48ce-6bc87cecdf37
  a a2a:Person ;
  rdfs:label "Huibert Duijster" ;
  a2a:PersonName [
    rdfs:label "Huibert Duijster" ;
    a2a:PersonNameFirstName "Huibert" ;
    a2a:PersonNameLastName "Duijster"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_eb9f6134-389e-e7f1-ebed-c6263aa32e46_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1919" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1919-06-10"^^xsd:date
  ] .

oa:relationep_bhi_eb9f6134-389e-e7f1-ebed-c6263aa32e46_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_eb9f6134-389e-e7f1-ebed-c6263aa32e46_Person:27fd5b01-1d5e-107f-c519-ea42bd2d4f5e ;
  a2a:EventKeyRef oa:event_bhi_eb9f6134-389e-e7f1-ebed-c6263aa32e46_Event1 .

oa:relationep_bhi_eb9f6134-389e-e7f1-ebed-c6263aa32e46_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_eb9f6134-389e-e7f1-ebed-c6263aa32e46_Person:02600bed-c212-625d-dce2-d32ffb79ba86 ;
  a2a:EventKeyRef oa:event_bhi_eb9f6134-389e-e7f1-ebed-c6263aa32e46_Event1 .

oa:relationep_bhi_eb9f6134-389e-e7f1-ebed-c6263aa32e46_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_eb9f6134-389e-e7f1-ebed-c6263aa32e46_Person:fe527acb-c955-41f6-48ce-6bc87cecdf37 ;
  a2a:EventKeyRef oa:event_bhi_eb9f6134-389e-e7f1-ebed-c6263aa32e46_Event1 .

oa:source_bhi_eb9f6134-389e-e7f1-ebed-c6263aa32e46
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Veen" ;
    rdfs:label "Veen", "1919-06-11 - 1919-06-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1919-06-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1919-06-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1919" ;
    a2a:Month "6" ;
    a2a:Day "11" ;
    rdfs:label "1919-06-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3285, Periode: 1919" ;
    a2a:Book "Geboorteregister Veen 1919" ;
    a2a:DocumentNumber "16" ;
    a2a:RegistryNumber "3285" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3285, Periode: 1919, Geboorteregister Veen 1919, 16, 3285"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/77aea88a-7e19-38a9-f097-fab080eeb13c.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/77aea88a-7e19-38a9-f097-fab080eeb13c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-03-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/eb9f6134-389e-e7f1-ebed-c6263aa32e46" ;
  a2a:RecordGUID "{eb9f6134-389e-e7f1-ebed-c6263aa32e46}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240611_580_00000580.xml van BHI" .

