@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_0a1e2340-352b-4f1d-a3a2-33359e2fae4e
  a a2a:Record ;
  rdfs:label "Geboorte op 21 oktober 1905 te Nieuw-Buinen" ;
  a2a:hasPerson oa:person_dar_0a1e2340-352b-4f1d-a3a2-33359e2fae4e_Person-df96ea51-2a6f-4718-8d86-07dd0b51ee5a, oa:person_dar_0a1e2340-352b-4f1d-a3a2-33359e2fae4e_Person-60f88498-8027-487e-a6c5-f02636e94215, oa:person_dar_0a1e2340-352b-4f1d-a3a2-33359e2fae4e_Person-1df41bf0-9433-4207-8f82-40798b0051a8 ;
  a2a:hasEvent oa:event_dar_0a1e2340-352b-4f1d-a3a2-33359e2fae4e_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_0a1e2340-352b-4f1d-a3a2-33359e2fae4e_0, oa:relationep_dar_0a1e2340-352b-4f1d-a3a2-33359e2fae4e_1, oa:relationep_dar_0a1e2340-352b-4f1d-a3a2-33359e2fae4e_2 ;
  a2a:hasSource oa:source_dar_0a1e2340-352b-4f1d-a3a2-33359e2fae4e .

oa:person_dar_0a1e2340-352b-4f1d-a3a2-33359e2fae4e_Person-df96ea51-2a6f-4718-8d86-07dd0b51ee5a
  a a2a:Person ;
  rdfs:label "Roelof Ottens" ;
  a2a:PersonName [
    rdfs:label "Roelof Ottens" ;
    a2a:PersonNameFirstName "Roelof" ;
    a2a:PersonNameLastName "Ottens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "31" ;
    rdfs:label "31"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_0a1e2340-352b-4f1d-a3a2-33359e2fae4e_Person-60f88498-8027-487e-a6c5-f02636e94215
  a a2a:Person ;
  rdfs:label "Niesien Mik" ;
  a2a:PersonName [
    rdfs:label "Niesien Mik" ;
    a2a:PersonNameFirstName "Niesien" ;
    a2a:PersonNameLastName "Mik"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeidster" .

oa:person_dar_0a1e2340-352b-4f1d-a3a2-33359e2fae4e_Person-1df41bf0-9433-4207-8f82-40798b0051a8
  a a2a:Person ;
  rdfs:label "Roelfina Niesina Ottens" ;
  a2a:PersonName [
    rdfs:label "Roelfina Niesina Ottens" ;
    a2a:PersonNameFirstName "Roelfina Niesina" ;
    a2a:PersonNameLastName "Ottens"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1905" ;
    a2a:Month "10" ;
    a2a:Day "21" ;
    rdfs:label "1905-10-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nieuw-Buinen" ;
    rdfs:label "Nieuw-Buinen"
  ] .

oa:event_dar_0a1e2340-352b-4f1d-a3a2-33359e2fae4e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1905" ;
    a2a:Month "10" ;
    a2a:Day "21" ;
    rdfs:label "1905-10-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nieuw-Buinen" ;
    rdfs:label "Nieuw-Buinen"
  ] .

oa:relationep_dar_0a1e2340-352b-4f1d-a3a2-33359e2fae4e_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_0a1e2340-352b-4f1d-a3a2-33359e2fae4e_Person:df96ea51-2a6f-4718-8d86-07dd0b51ee5a ;
  a2a:EventKeyRef oa:event_dar_0a1e2340-352b-4f1d-a3a2-33359e2fae4e_Event1 .

oa:relationep_dar_0a1e2340-352b-4f1d-a3a2-33359e2fae4e_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_0a1e2340-352b-4f1d-a3a2-33359e2fae4e_Person:60f88498-8027-487e-a6c5-f02636e94215 ;
  a2a:EventKeyRef oa:event_dar_0a1e2340-352b-4f1d-a3a2-33359e2fae4e_Event1 .

oa:relationep_dar_0a1e2340-352b-4f1d-a3a2-33359e2fae4e_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_0a1e2340-352b-4f1d-a3a2-33359e2fae4e_Person:1df41bf0-9433-4207-8f82-40798b0051a8 ;
  a2a:EventKeyRef oa:event_dar_0a1e2340-352b-4f1d-a3a2-33359e2fae4e_Event1 .

oa:source_dar_0a1e2340-352b-4f1d-a3a2-33359e2fae4e
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Borger" ;
    rdfs:label "Borger", "1905-10-23 - 1905-10-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1905-10-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1905-10-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1905" ;
    a2a:Month "10" ;
    a2a:Day "23" ;
    rdfs:label "1905-10-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1905, Periode: 1905" ;
    a2a:Book "Geboorteregister Borger 1905" ;
    a2a:DocumentNumber "273" ;
    a2a:RegistryNumber "1905" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1905, Periode: 1905, Geboorteregister Borger 1905, 273, 1905"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/6e11cfd8-8fa9-8384-0f7f-c871410ccb2c.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/0a1e2340-352b-4f1d-a3a2-33359e2fae4e" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/6e11cfd8-8fa9-8384-0f7f-c871410ccb2c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/0a1e2340-352b-4f1d-a3a2-33359e2fae4e" ;
  a2a:RecordGUID "{0a1e2340-352b-4f1d-a3a2-33359e2fae4e}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1905" ;
  a2a:SourceRemarkregister_periode "1905" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_3357_00003357.xml van DAR" .

