@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_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c
  a a2a:Record ;
  rdfs:label "Geboorte op 5 april 1917 te Mantinge" ;
  a2a:hasPerson oa:person_dar_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c_Person-221509a6-037d-8759-d014-3ac5ad4bbe69, oa:person_dar_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c_Person-7d6cda41-72be-6b58-8f22-010f307741cd, oa:person_dar_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c_Person-f25c90b8-c440-2bf9-04b9-025adfeedffb ;
  a2a:hasEvent oa:event_dar_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c_0, oa:relationep_dar_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c_1, oa:relationep_dar_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c_2 ;
  a2a:hasSource oa:source_dar_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c .

oa:person_dar_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c_Person-221509a6-037d-8759-d014-3ac5ad4bbe69
  a a2a:Person ;
  rdfs:label "Lukas Eding" ;
  a2a:PersonName [
    rdfs:label "Lukas Eding" ;
    a2a:PersonNameFirstName "Lukas" ;
    a2a:PersonNameLastName "Eding"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "41" ;
    rdfs:label "41"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c_Person-7d6cda41-72be-6b58-8f22-010f307741cd
  a a2a:Person ;
  rdfs:label "Zwaantje Eding" ;
  a2a:PersonName [
    rdfs:label "Zwaantje Eding" ;
    a2a:PersonNameFirstName "Zwaantje" ;
    a2a:PersonNameLastName "Eding"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1917" ;
    a2a:Month "4" ;
    a2a:Day "5" ;
    rdfs:label "1917-04-05"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Mantinge" ;
    rdfs:label "Mantinge"
  ] .

oa:person_dar_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c_Person-f25c90b8-c440-2bf9-04b9-025adfeedffb
  a a2a:Person ;
  rdfs:label "Fennigje Pol" ;
  a2a:PersonName [
    rdfs:label "Fennigje Pol" ;
    a2a:PersonNameFirstName "Fennigje" ;
    a2a:PersonNameLastName "Pol"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1917" ;
    a2a:Month "4" ;
    a2a:Day "5" ;
    rdfs:label "1917-04-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Mantinge" ;
    rdfs:label "Mantinge"
  ] .

oa:relationep_dar_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c_Person:221509a6-037d-8759-d014-3ac5ad4bbe69 ;
  a2a:EventKeyRef oa:event_dar_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c_Event1 .

oa:relationep_dar_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c_Person:7d6cda41-72be-6b58-8f22-010f307741cd ;
  a2a:EventKeyRef oa:event_dar_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c_Event1 .

oa:relationep_dar_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c_Person:f25c90b8-c440-2bf9-04b9-025adfeedffb ;
  a2a:EventKeyRef oa:event_dar_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c_Event1 .

oa:source_dar_9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Westerbork" ;
    rdfs:label "Westerbork", "1917-04-07 - 1917-04-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1917-04-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1917-04-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1917" ;
    a2a:Month "4" ;
    a2a:Day "7" ;
    rdfs:label "1917-04-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1917, Periode: 1917" ;
    a2a:Book "Geboorteregister Westerbork 1917" ;
    a2a:DocumentNumber "33" ;
    a2a:RegistryNumber "1917" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1917, Periode: 1917, Geboorteregister Westerbork 1917, 33, 1917"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/42ad1382-9986-d952-36fb-9b49ba301178.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/42ad1382-9986-d952-36fb-9b49ba301178.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-07-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c" ;
  a2a:RecordGUID "{9efd9f6a-5b4b-4e6c-73b2-b2ef416e343c}" ;
  a2a:SourceRemarkdeel "1917" ;
  a2a:SourceRemarkregister_periode "1917" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_44_00000044.xml van DAR" .

