@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_65645882-9a35-4e0f-9ab3-71a9b57fa7dc
  a a2a:Record ;
  rdfs:label "Geboorte op 25 november 1861 te Emmen" ;
  a2a:hasPerson oa:person_dar_65645882-9a35-4e0f-9ab3-71a9b57fa7dc_Person-0bb4d923-6a5b-4ddb-aa0b-4f6e0ab177d9, oa:person_dar_65645882-9a35-4e0f-9ab3-71a9b57fa7dc_Person-d77777c1-1f3e-4250-a19d-aa9b8262e3a7, oa:person_dar_65645882-9a35-4e0f-9ab3-71a9b57fa7dc_Person-4b6319da-b066-4f8c-9ab8-1cb8c68cf631 ;
  a2a:hasEvent oa:event_dar_65645882-9a35-4e0f-9ab3-71a9b57fa7dc_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_65645882-9a35-4e0f-9ab3-71a9b57fa7dc_0, oa:relationep_dar_65645882-9a35-4e0f-9ab3-71a9b57fa7dc_1, oa:relationep_dar_65645882-9a35-4e0f-9ab3-71a9b57fa7dc_2 ;
  a2a:hasSource oa:source_dar_65645882-9a35-4e0f-9ab3-71a9b57fa7dc .

oa:person_dar_65645882-9a35-4e0f-9ab3-71a9b57fa7dc_Person-0bb4d923-6a5b-4ddb-aa0b-4f6e0ab177d9
  a a2a:Person ;
  rdfs:label "Geert Gewald" ;
  a2a:PersonName [
    rdfs:label "Geert Gewald" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Gewald"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "22" ;
    rdfs:label "22"
  ] ;
  a2a:Profession "kuiper" .

oa:person_dar_65645882-9a35-4e0f-9ab3-71a9b57fa7dc_Person-d77777c1-1f3e-4250-a19d-aa9b8262e3a7
  a a2a:Person ;
  rdfs:label "Geertien Snijders" ;
  a2a:PersonName [
    rdfs:label "Geertien Snijders" ;
    a2a:PersonNameFirstName "Geertien" ;
    a2a:PersonNameLastName "Snijders"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "23" ;
    rdfs:label "23"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_65645882-9a35-4e0f-9ab3-71a9b57fa7dc_Person-4b6319da-b066-4f8c-9ab8-1cb8c68cf631
  a a2a:Person ;
  rdfs:label "Lammechien Gewald" ;
  a2a:PersonName [
    rdfs:label "Lammechien Gewald" ;
    a2a:PersonNameFirstName "Lammechien" ;
    a2a:PersonNameLastName "Gewald"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1861" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "1861-11-25"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen"
  ] .

oa:event_dar_65645882-9a35-4e0f-9ab3-71a9b57fa7dc_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1861" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "1861-11-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen"
  ] .

oa:relationep_dar_65645882-9a35-4e0f-9ab3-71a9b57fa7dc_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_65645882-9a35-4e0f-9ab3-71a9b57fa7dc_Person:0bb4d923-6a5b-4ddb-aa0b-4f6e0ab177d9 ;
  a2a:EventKeyRef oa:event_dar_65645882-9a35-4e0f-9ab3-71a9b57fa7dc_Event1 .

oa:relationep_dar_65645882-9a35-4e0f-9ab3-71a9b57fa7dc_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_65645882-9a35-4e0f-9ab3-71a9b57fa7dc_Person:d77777c1-1f3e-4250-a19d-aa9b8262e3a7 ;
  a2a:EventKeyRef oa:event_dar_65645882-9a35-4e0f-9ab3-71a9b57fa7dc_Event1 .

oa:relationep_dar_65645882-9a35-4e0f-9ab3-71a9b57fa7dc_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_65645882-9a35-4e0f-9ab3-71a9b57fa7dc_Person:4b6319da-b066-4f8c-9ab8-1cb8c68cf631 ;
  a2a:EventKeyRef oa:event_dar_65645882-9a35-4e0f-9ab3-71a9b57fa7dc_Event1 .

oa:source_dar_65645882-9a35-4e0f-9ab3-71a9b57fa7dc
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen", "1861-11-25 - 1861-11-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1861-11-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1861-11-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1861" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "1861-11-25"^^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 Emmen 1861" ;
    a2a:DocumentNumber "137" ;
    a2a:RegistryNumber "1861" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1861, Periode: 1861, Geboorteregister Emmen 1861, 137, 1861"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/6e5c7f6f-e9a2-2e54-b8b2-cce345fd96b6.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/65645882-9a35-4e0f-9ab3-71a9b57fa7dc" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/6e5c7f6f-e9a2-2e54-b8b2-cce345fd96b6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/65645882-9a35-4e0f-9ab3-71a9b57fa7dc" ;
  a2a:RecordGUID "{65645882-9a35-4e0f-9ab3-71a9b57fa7dc}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1861" ;
  a2a:SourceRemarkregister_periode "1861" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_753_00000753.xml van DAR" .

