@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_24886ee6-e381-c8f2-8b58-34528bace4dc
  a a2a:Record ;
  rdfs:label "Geboorte op 24 april 1923 te Peize" ;
  a2a:hasPerson oa:person_dar_24886ee6-e381-c8f2-8b58-34528bace4dc_Person-f4a3c13a-33a7-d067-faf7-d4e5ede1c846, oa:person_dar_24886ee6-e381-c8f2-8b58-34528bace4dc_Person-8aad89f4-d3be-0a03-c806-ee8c02fea292, oa:person_dar_24886ee6-e381-c8f2-8b58-34528bace4dc_Person-a1a3436b-84aa-9565-e34c-47f070e55e1b ;
  a2a:hasEvent oa:event_dar_24886ee6-e381-c8f2-8b58-34528bace4dc_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_24886ee6-e381-c8f2-8b58-34528bace4dc_0, oa:relationep_dar_24886ee6-e381-c8f2-8b58-34528bace4dc_1, oa:relationep_dar_24886ee6-e381-c8f2-8b58-34528bace4dc_2 ;
  a2a:hasSource oa:source_dar_24886ee6-e381-c8f2-8b58-34528bace4dc .

oa:person_dar_24886ee6-e381-c8f2-8b58-34528bace4dc_Person-f4a3c13a-33a7-d067-faf7-d4e5ede1c846
  a a2a:Person ;
  rdfs:label "Jakob Nijnuis" ;
  a2a:PersonName [
    rdfs:label "Jakob Nijnuis" ;
    a2a:PersonNameFirstName "Jakob" ;
    a2a:PersonNameLastName "Nijnuis"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "34" ;
    rdfs:label "34"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_24886ee6-e381-c8f2-8b58-34528bace4dc_Person-8aad89f4-d3be-0a03-c806-ee8c02fea292
  a a2a:Person ;
  rdfs:label "Joukien Nijnuis" ;
  a2a:PersonName [
    rdfs:label "Joukien Nijnuis" ;
    a2a:PersonNameFirstName "Joukien" ;
    a2a:PersonNameLastName "Nijnuis"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1923" ;
    a2a:Month "4" ;
    a2a:Day "24" ;
    rdfs:label "1923-04-24"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Peize" ;
    rdfs:label "Peize"
  ] .

oa:person_dar_24886ee6-e381-c8f2-8b58-34528bace4dc_Person-a1a3436b-84aa-9565-e34c-47f070e55e1b
  a a2a:Person ;
  rdfs:label "Aagtje Koning" ;
  a2a:PersonName [
    rdfs:label "Aagtje Koning" ;
    a2a:PersonNameFirstName "Aagtje" ;
    a2a:PersonNameLastName "Koning"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_24886ee6-e381-c8f2-8b58-34528bace4dc_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1923" ;
    a2a:Month "4" ;
    a2a:Day "24" ;
    rdfs:label "1923-04-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Peize" ;
    rdfs:label "Peize"
  ] .

oa:relationep_dar_24886ee6-e381-c8f2-8b58-34528bace4dc_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_24886ee6-e381-c8f2-8b58-34528bace4dc_Person:f4a3c13a-33a7-d067-faf7-d4e5ede1c846 ;
  a2a:EventKeyRef oa:event_dar_24886ee6-e381-c8f2-8b58-34528bace4dc_Event1 .

oa:relationep_dar_24886ee6-e381-c8f2-8b58-34528bace4dc_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_24886ee6-e381-c8f2-8b58-34528bace4dc_Person:8aad89f4-d3be-0a03-c806-ee8c02fea292 ;
  a2a:EventKeyRef oa:event_dar_24886ee6-e381-c8f2-8b58-34528bace4dc_Event1 .

oa:relationep_dar_24886ee6-e381-c8f2-8b58-34528bace4dc_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_24886ee6-e381-c8f2-8b58-34528bace4dc_Person:a1a3436b-84aa-9565-e34c-47f070e55e1b ;
  a2a:EventKeyRef oa:event_dar_24886ee6-e381-c8f2-8b58-34528bace4dc_Event1 .

oa:source_dar_24886ee6-e381-c8f2-8b58-34528bace4dc
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Peize" ;
    rdfs:label "Peize", "1923-04-24 - 1923-04-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1923-04-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1923-04-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1923" ;
    a2a:Month "4" ;
    a2a:Day "24" ;
    rdfs:label "1923-04-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1923, Periode: 1923" ;
    a2a:Book "Geboorteregister Peize 1923" ;
    a2a:DocumentNumber "23" ;
    a2a:RegistryNumber "1923" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1923, Periode: 1923, Geboorteregister Peize 1923, 23, 1923"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/273e57bd-0ab8-1db9-d73b-ef75d951c4f8.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/24886ee6-e381-c8f2-8b58-34528bace4dc" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/273e57bd-0ab8-1db9-d73b-ef75d951c4f8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2026-01-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/24886ee6-e381-c8f2-8b58-34528bace4dc" ;
  a2a:RecordGUID "{24886ee6-e381-c8f2-8b58-34528bace4dc}" ;
  a2a:SourceRemarkdeel "1923" ;
  a2a:SourceRemarkregister_periode "1923" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_103_00000103.xml van DAR" .

