@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_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0
  a a2a:Record ;
  rdfs:label "Geboorte op 27 oktober 1924 te Nieuw-Buinen" ;
  a2a:hasPerson oa:person_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0_Person-24f7be9f-ea3d-e4e5-e18a-4772479f0d32, oa:person_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0_Person-d63c5644-3188-ff64-1c66-90342c2efe2f, oa:person_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0_Person-e14f1c19-ec23-957f-95c9-25d610c2ac02 ;
  a2a:hasEvent oa:event_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0_0, oa:relationep_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0_1, oa:relationep_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0_2 ;
  a2a:hasSource oa:source_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0 .

oa:person_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0_Person-24f7be9f-ea3d-e4e5-e18a-4772479f0d32
  a a2a:Person ;
  rdfs:label "Bronno Oost" ;
  a2a:PersonName [
    rdfs:label "Bronno Oost" ;
    a2a:PersonNameFirstName "Bronno" ;
    a2a:PersonNameLastName "Oost"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeider" .

oa:person_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0_Person-d63c5644-3188-ff64-1c66-90342c2efe2f
  a a2a:Person ;
  rdfs:label "Johanna Oost" ;
  a2a:PersonName [
    rdfs:label "Johanna Oost" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Oost"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1924" ;
    a2a:Month "10" ;
    a2a:Day "27" ;
    rdfs:label "1924-10-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nieuw-Buinen" ;
    rdfs:label "Nieuw-Buinen"
  ] .

oa:person_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0_Person-e14f1c19-ec23-957f-95c9-25d610c2ac02
  a a2a:Person ;
  rdfs:label "Willemtien Pronk" ;
  a2a:PersonName [
    rdfs:label "Willemtien Pronk" ;
    a2a:PersonNameFirstName "Willemtien" ;
    a2a:PersonNameLastName "Pronk"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1924" ;
    a2a:Month "10" ;
    a2a:Day "27" ;
    rdfs:label "1924-10-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nieuw-Buinen" ;
    rdfs:label "Nieuw-Buinen"
  ] .

oa:relationep_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0_Person:24f7be9f-ea3d-e4e5-e18a-4772479f0d32 ;
  a2a:EventKeyRef oa:event_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0_Event1 .

oa:relationep_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0_Person:d63c5644-3188-ff64-1c66-90342c2efe2f ;
  a2a:EventKeyRef oa:event_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0_Event1 .

oa:relationep_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0_Person:e14f1c19-ec23-957f-95c9-25d610c2ac02 ;
  a2a:EventKeyRef oa:event_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0_Event1 .

oa:source_dar_cb05752f-e7ec-9fe5-17ce-44a01cae56b0
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Borger" ;
    rdfs:label "Borger", "1924-10-27 - 1924-10-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1924-10-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1924-10-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1924" ;
    a2a:Month "10" ;
    a2a:Day "27" ;
    rdfs:label "1924-10-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1924, Periode: 1924" ;
    a2a:Book "Geboorteregister Borger 1924" ;
    a2a:DocumentNumber "225" ;
    a2a:RegistryNumber "1924" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1924, Periode: 1924, Geboorteregister Borger 1924, 225, 1924"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/c37d2815-7240-a8ba-79dd-beb251c6b1f4.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/cb05752f-e7ec-9fe5-17ce-44a01cae56b0" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/c37d2815-7240-a8ba-79dd-beb251c6b1f4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/cb05752f-e7ec-9fe5-17ce-44a01cae56b0" ;
  a2a:RecordGUID "{cb05752f-e7ec-9fe5-17ce-44a01cae56b0}" ;
  a2a:SourceRemarkdeel "1924" ;
  a2a:SourceRemarkregister_periode "1924" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_512_00000512.xml van DAR" .

