@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_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece
  a a2a:Record ;
  rdfs:label "Geboorte op 13 november 1886 te Veenoord" ;
  a2a:hasPerson oa:person_dar_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece_Person-d04f7668-0e4b-468f-9787-5cce0754913a, oa:person_dar_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece_Person-5b975dba-f5ed-46ff-99fc-3adb6eb6902c, oa:person_dar_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece_Person-91ef2a54-77b4-47cd-a361-be558da754a9 ;
  a2a:hasEvent oa:event_dar_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece_0, oa:relationep_dar_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece_1, oa:relationep_dar_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece_2 ;
  a2a:hasSource oa:source_dar_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece .

oa:person_dar_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece_Person-d04f7668-0e4b-468f-9787-5cce0754913a
  a a2a:Person ;
  rdfs:label "Anna Henderika Wever" ;
  a2a:PersonName [
    rdfs:label "Anna Henderika Wever" ;
    a2a:PersonNameFirstName "Anna Henderika" ;
    a2a:PersonNameLastName "Wever"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece_Person-5b975dba-f5ed-46ff-99fc-3adb6eb6902c
  a a2a:Person ;
  rdfs:label "Gerrit Visscher" ;
  a2a:PersonName [
    rdfs:label "Gerrit Visscher" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Visscher"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "31" ;
    rdfs:label "31"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece_Person-91ef2a54-77b4-47cd-a361-be558da754a9
  a a2a:Person ;
  rdfs:label "Harmina Henderika Visscher" ;
  a2a:PersonName [
    rdfs:label "Harmina Henderika Visscher" ;
    a2a:PersonNameFirstName "Harmina Henderika" ;
    a2a:PersonNameLastName "Visscher"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1886" ;
    a2a:Month "11" ;
    a2a:Day "13" ;
    rdfs:label "1886-11-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Veenoord" ;
    rdfs:label "Veenoord"
  ] .

oa:event_dar_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1886" ;
    a2a:Month "11" ;
    a2a:Day "13" ;
    rdfs:label "1886-11-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Veenoord" ;
    rdfs:label "Veenoord"
  ] .

oa:relationep_dar_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece_Person:d04f7668-0e4b-468f-9787-5cce0754913a ;
  a2a:EventKeyRef oa:event_dar_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece_Event1 .

oa:relationep_dar_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece_Person:5b975dba-f5ed-46ff-99fc-3adb6eb6902c ;
  a2a:EventKeyRef oa:event_dar_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece_Event1 .

oa:relationep_dar_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece_Person:91ef2a54-77b4-47cd-a361-be558da754a9 ;
  a2a:EventKeyRef oa:event_dar_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece_Event1 .

oa:source_dar_2aeac6b0-2fa2-451d-82a6-e14b64ae0ece
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Sleen" ;
    rdfs:label "Sleen", "1886-11-14 - 1886-11-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1886-11-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1886-11-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1886" ;
    a2a:Month "11" ;
    a2a:Day "14" ;
    rdfs:label "1886-11-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1886, Periode: 1886" ;
    a2a:Book "Geboorteregister Sleen 1886" ;
    a2a:DocumentNumber "97" ;
    a2a:RegistryNumber "1886" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1886, Periode: 1886, Geboorteregister Sleen 1886, 97, 1886"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/f579e7ef-cb0a-7aeb-4640-41c2baaf651f.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/2aeac6b0-2fa2-451d-82a6-e14b64ae0ece" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/f579e7ef-cb0a-7aeb-4640-41c2baaf651f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/2aeac6b0-2fa2-451d-82a6-e14b64ae0ece" ;
  a2a:RecordGUID "{2aeac6b0-2fa2-451d-82a6-e14b64ae0ece}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1886" ;
  a2a:SourceRemarkregister_periode "1886" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_2008_00002008.xml van DAR" .

