@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_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f
  a a2a:Record ;
  rdfs:label "Geboorte op 17 november 1861 te Dalen" ;
  a2a:hasPerson oa:person_dar_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f_Person-93437003-57f9-41fb-b882-82f71639864f, oa:person_dar_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f_Person-c48c02a8-4522-482b-abff-bb19290fd680, oa:person_dar_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f_Person-d66aa7aa-31bf-42c7-947e-b4374aed6590 ;
  a2a:hasEvent oa:event_dar_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f_0, oa:relationep_dar_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f_1, oa:relationep_dar_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f_2 ;
  a2a:hasSource oa:source_dar_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f .

oa:person_dar_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f_Person-93437003-57f9-41fb-b882-82f71639864f
  a a2a:Person ;
  rdfs:label "Arnoldus Josephus Beerents" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Josephus Beerents" ;
    a2a:PersonNameFirstName "Arnoldus Josephus" ;
    a2a:PersonNameLastName "Beerents"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "55" ;
    rdfs:label "55"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f_Person-c48c02a8-4522-482b-abff-bb19290fd680
  a a2a:Person ;
  rdfs:label "Margaretha Klumper" ;
  a2a:PersonName [
    rdfs:label "Margaretha Klumper" ;
    a2a:PersonNameFirstName "Margaretha" ;
    a2a:PersonNameLastName "Klumper"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "40" ;
    rdfs:label "40"
  ] .

oa:person_dar_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f_Person-d66aa7aa-31bf-42c7-947e-b4374aed6590
  a a2a:Person ;
  rdfs:label "Aleida Johanna Beerents" ;
  a2a:PersonName [
    rdfs:label "Aleida Johanna Beerents" ;
    a2a:PersonNameFirstName "Aleida Johanna" ;
    a2a:PersonNameLastName "Beerents"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1861" ;
    a2a:Month "11" ;
    a2a:Day "17" ;
    rdfs:label "1861-11-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Dalen" ;
    rdfs:label "Dalen"
  ] .

oa:event_dar_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1861" ;
    a2a:Month "11" ;
    a2a:Day "17" ;
    rdfs:label "1861-11-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dalen" ;
    rdfs:label "Dalen"
  ] .

oa:relationep_dar_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f_Person:93437003-57f9-41fb-b882-82f71639864f ;
  a2a:EventKeyRef oa:event_dar_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f_Event1 .

oa:relationep_dar_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f_Person:c48c02a8-4522-482b-abff-bb19290fd680 ;
  a2a:EventKeyRef oa:event_dar_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f_Event1 .

oa:relationep_dar_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f_Person:d66aa7aa-31bf-42c7-947e-b4374aed6590 ;
  a2a:EventKeyRef oa:event_dar_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f_Event1 .

oa:source_dar_e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Dalen" ;
    rdfs:label "Dalen", "1861-11-18 - 1861-11-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1861-11-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1861-11-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1861" ;
    a2a:Month "11" ;
    a2a:Day "18" ;
    rdfs:label "1861-11-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1861, Periode: 1861" ;
    a2a:Book "Geboorteregister Dalen 1861" ;
    a2a:DocumentNumber "108" ;
    a2a:RegistryNumber "1861" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1861, Periode: 1861, Geboorteregister Dalen 1861, 108, 1861"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/d741d1e5-a2d5-a200-85ac-c339b21563d1.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/d741d1e5-a2d5-a200-85ac-c339b21563d1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f" ;
  a2a:RecordGUID "{e6a33f3e-d2b9-4d8f-88d8-bf3f2a02407f}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1861" ;
  a2a:SourceRemarkregister_periode "1861" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_1844_00001844.xml van DAR" .

