@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_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39
  a a2a:Record ;
  rdfs:label "Geboorte op 2 mei 1925 te Nieuw-Buinen" ;
  a2a:hasPerson oa:person_dar_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39_Person-5a412d87-66c6-e933-7615-1d96f9402451, oa:person_dar_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39_Person-9f47bda8-d485-3b0c-ed99-f181a7c169a4, oa:person_dar_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39_Person-f703837e-7033-26db-b094-fc46e727b69c ;
  a2a:hasEvent oa:event_dar_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39_0, oa:relationep_dar_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39_1, oa:relationep_dar_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39_2 ;
  a2a:hasSource oa:source_dar_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39 .

oa:person_dar_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39_Person-5a412d87-66c6-e933-7615-1d96f9402451
  a a2a:Person ;
  rdfs:label "Adrianus Albertus Boelens" ;
  a2a:PersonName [
    rdfs:label "Adrianus Albertus Boelens" ;
    a2a:PersonNameFirstName "Adrianus Albertus" ;
    a2a:PersonNameLastName "Boelens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:Profession "kleermaker" .

oa:person_dar_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39_Person-9f47bda8-d485-3b0c-ed99-f181a7c169a4
  a a2a:Person ;
  rdfs:label "Sikko Boelens" ;
  a2a:PersonName [
    rdfs:label "Sikko Boelens" ;
    a2a:PersonNameFirstName "Sikko" ;
    a2a:PersonNameLastName "Boelens"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1925" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1925-05-02"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nieuw-Buinen" ;
    rdfs:label "Nieuw-Buinen"
  ] .

oa:person_dar_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39_Person-f703837e-7033-26db-b094-fc46e727b69c
  a a2a:Person ;
  rdfs:label "Mettien Poppema" ;
  a2a:PersonName [
    rdfs:label "Mettien Poppema" ;
    a2a:PersonNameFirstName "Mettien" ;
    a2a:PersonNameLastName "Poppema"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1925" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1925-05-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nieuw-Buinen" ;
    rdfs:label "Nieuw-Buinen"
  ] .

oa:relationep_dar_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39_Person:5a412d87-66c6-e933-7615-1d96f9402451 ;
  a2a:EventKeyRef oa:event_dar_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39_Event1 .

oa:relationep_dar_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39_Person:9f47bda8-d485-3b0c-ed99-f181a7c169a4 ;
  a2a:EventKeyRef oa:event_dar_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39_Event1 .

oa:relationep_dar_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39_Person:f703837e-7033-26db-b094-fc46e727b69c ;
  a2a:EventKeyRef oa:event_dar_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39_Event1 .

oa:source_dar_45eeec88-4c8d-0dbd-94bd-cb68d26c6f39
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Borger" ;
    rdfs:label "Borger", "1925-05-05 - 1925-05-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1925-05-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1925-05-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1925" ;
    a2a:Month "5" ;
    a2a:Day "5" ;
    rdfs:label "1925-05-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1925, Periode: 1925" ;
    a2a:Book "Geboorteregister Borger 1925" ;
    a2a:DocumentNumber "105" ;
    a2a:RegistryNumber "1925" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1925, Periode: 1925, Geboorteregister Borger 1925, 105, 1925"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/f920e361-22b6-96ff-aeaa-660a0ae83727.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/45eeec88-4c8d-0dbd-94bd-cb68d26c6f39" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/f920e361-22b6-96ff-aeaa-660a0ae83727.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/45eeec88-4c8d-0dbd-94bd-cb68d26c6f39" ;
  a2a:RecordGUID "{45eeec88-4c8d-0dbd-94bd-cb68d26c6f39}" ;
  a2a:SourceRemarkdeel "1925" ;
  a2a:SourceRemarkregister_periode "1925" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_772_00000772.xml van DAR" .

