@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_40e0fc30-a6f2-676d-e23d-fff24cfe61d9
  a a2a:Record ;
  rdfs:label "Geboorte op 11 mei 1917 te Schoonebeek" ;
  a2a:hasPerson oa:person_dar_40e0fc30-a6f2-676d-e23d-fff24cfe61d9_Person-b7341038-2a31-b611-994b-a0bdee3c5f2c, oa:person_dar_40e0fc30-a6f2-676d-e23d-fff24cfe61d9_Person-cfb5bf74-1588-a132-47f2-d42d6709f5b0, oa:person_dar_40e0fc30-a6f2-676d-e23d-fff24cfe61d9_Person-769a67e5-05d3-3ec2-f91b-1410271ad87a ;
  a2a:hasEvent oa:event_dar_40e0fc30-a6f2-676d-e23d-fff24cfe61d9_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_40e0fc30-a6f2-676d-e23d-fff24cfe61d9_0, oa:relationep_dar_40e0fc30-a6f2-676d-e23d-fff24cfe61d9_1, oa:relationep_dar_40e0fc30-a6f2-676d-e23d-fff24cfe61d9_2 ;
  a2a:hasSource oa:source_dar_40e0fc30-a6f2-676d-e23d-fff24cfe61d9 .

oa:person_dar_40e0fc30-a6f2-676d-e23d-fff24cfe61d9_Person-b7341038-2a31-b611-994b-a0bdee3c5f2c
  a a2a:Person ;
  rdfs:label "" ;
  a2a:PersonName [ rdfs:label "" ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_40e0fc30-a6f2-676d-e23d-fff24cfe61d9_Person-cfb5bf74-1588-a132-47f2-d42d6709f5b0
  a a2a:Person ;
  rdfs:label "Anna Maria Aleida Wevers" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Aleida Wevers" ;
    a2a:PersonNameFirstName "Anna Maria Aleida" ;
    a2a:PersonNameLastName "Wevers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1917" ;
    a2a:Month "5" ;
    a2a:Day "11" ;
    rdfs:label "1917-05-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Schoonebeek" ;
    rdfs:label "Schoonebeek"
  ] .

oa:person_dar_40e0fc30-a6f2-676d-e23d-fff24cfe61d9_Person-769a67e5-05d3-3ec2-f91b-1410271ad87a
  a a2a:Person ;
  rdfs:label "Anna Helena Wevers" ;
  a2a:PersonName [
    rdfs:label "Anna Helena Wevers" ;
    a2a:PersonNameFirstName "Anna Helena" ;
    a2a:PersonNameLastName "Wevers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "21" ;
    rdfs:label "21"
  ] ;
  a2a:Profession "arbeidster" .

oa:event_dar_40e0fc30-a6f2-676d-e23d-fff24cfe61d9_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1917" ;
    a2a:Month "5" ;
    a2a:Day "11" ;
    rdfs:label "1917-05-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Schoonebeek" ;
    rdfs:label "Schoonebeek"
  ] .

oa:relationep_dar_40e0fc30-a6f2-676d-e23d-fff24cfe61d9_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_40e0fc30-a6f2-676d-e23d-fff24cfe61d9_Person:b7341038-2a31-b611-994b-a0bdee3c5f2c ;
  a2a:EventKeyRef oa:event_dar_40e0fc30-a6f2-676d-e23d-fff24cfe61d9_Event1 .

oa:relationep_dar_40e0fc30-a6f2-676d-e23d-fff24cfe61d9_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_40e0fc30-a6f2-676d-e23d-fff24cfe61d9_Person:cfb5bf74-1588-a132-47f2-d42d6709f5b0 ;
  a2a:EventKeyRef oa:event_dar_40e0fc30-a6f2-676d-e23d-fff24cfe61d9_Event1 .

oa:relationep_dar_40e0fc30-a6f2-676d-e23d-fff24cfe61d9_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_40e0fc30-a6f2-676d-e23d-fff24cfe61d9_Person:769a67e5-05d3-3ec2-f91b-1410271ad87a ;
  a2a:EventKeyRef oa:event_dar_40e0fc30-a6f2-676d-e23d-fff24cfe61d9_Event1 .

oa:source_dar_40e0fc30-a6f2-676d-e23d-fff24cfe61d9
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Schoonebeek" ;
    rdfs:label "Schoonebeek", "1918-10-31 - 1918-10-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1918-10-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1918-10-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1918" ;
    a2a:Month "10" ;
    a2a:Day "31" ;
    rdfs:label "1918-10-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1918, Periode: 1918" ;
    a2a:Book "Geboorteregister Schoonebeek 1918" ;
    a2a:DocumentNumber "83" ;
    a2a:RegistryNumber "1918" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1918, Periode: 1918, Geboorteregister Schoonebeek 1918, 83, 1918"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/931d3f5f-4181-2906-59a4-b3fe4f220269.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/40e0fc30-a6f2-676d-e23d-fff24cfe61d9" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/931d3f5f-4181-2906-59a4-b3fe4f220269.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-06-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/40e0fc30-a6f2-676d-e23d-fff24cfe61d9" ;
  a2a:RecordGUID "{40e0fc30-a6f2-676d-e23d-fff24cfe61d9}" ;
  a2a:SourceRemarkOpmerking "Erkenning kind door moeder" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240819_14_00000014.xml van DAR" .

