@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_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65
  a a2a:Record ;
  rdfs:label "Geboorte op 26 januari 1876 te Odoorn" ;
  a2a:hasPerson oa:person_dar_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65_Person-6295a78a-084e-4b64-91a9-2ec421d233a2, oa:person_dar_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65_Person-05acb92f-a1ec-4313-8d72-50409db8a63b, oa:person_dar_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65_Person-b2a0da13-a8d0-4b0c-978d-10631ab492ad ;
  a2a:hasEvent oa:event_dar_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65_0, oa:relationep_dar_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65_1, oa:relationep_dar_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65_2 ;
  a2a:hasSource oa:source_dar_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65 .

oa:person_dar_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65_Person-6295a78a-084e-4b64-91a9-2ec421d233a2
  a a2a:Person ;
  rdfs:label "Hindrik Reiders" ;
  a2a:PersonName [
    rdfs:label "Hindrik Reiders" ;
    a2a:PersonNameFirstName "Hindrik" ;
    a2a:PersonNameLastName "Reiders"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "33" ;
    rdfs:label "33"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65_Person-05acb92f-a1ec-4313-8d72-50409db8a63b
  a a2a:Person ;
  rdfs:label "Frederika Dekens" ;
  a2a:PersonName [
    rdfs:label "Frederika Dekens" ;
    a2a:PersonNameFirstName "Frederika" ;
    a2a:PersonNameLastName "Dekens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65_Person-b2a0da13-a8d0-4b0c-978d-10631ab492ad
  a a2a:Person ;
  rdfs:label "Harmina Reiders" ;
  a2a:PersonName [
    rdfs:label "Harmina Reiders" ;
    a2a:PersonNameFirstName "Harmina" ;
    a2a:PersonNameLastName "Reiders"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1876" ;
    a2a:Month "1" ;
    a2a:Day "26" ;
    rdfs:label "1876-01-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Odoorn" ;
    rdfs:label "Odoorn"
  ] .

oa:event_dar_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1876" ;
    a2a:Month "1" ;
    a2a:Day "26" ;
    rdfs:label "1876-01-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Odoorn" ;
    rdfs:label "Odoorn"
  ] .

oa:relationep_dar_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65_Person:6295a78a-084e-4b64-91a9-2ec421d233a2 ;
  a2a:EventKeyRef oa:event_dar_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65_Event1 .

oa:relationep_dar_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65_Person:05acb92f-a1ec-4313-8d72-50409db8a63b ;
  a2a:EventKeyRef oa:event_dar_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65_Event1 .

oa:relationep_dar_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65_Person:b2a0da13-a8d0-4b0c-978d-10631ab492ad ;
  a2a:EventKeyRef oa:event_dar_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65_Event1 .

oa:source_dar_0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Odoorn" ;
    rdfs:label "Odoorn", "1876-01-27 - 1876-01-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1876-01-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1876-01-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1876" ;
    a2a:Month "1" ;
    a2a:Day "27" ;
    rdfs:label "1876-01-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1876, Periode: 1876" ;
    a2a:Book "Geboorteregister Odoorn 1876" ;
    a2a:DocumentNumber "12" ;
    a2a:RegistryNumber "1876" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1876, Periode: 1876, Geboorteregister Odoorn 1876, 12, 1876"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/22f0ca3f-5011-49a0-d213-53e97a3bc680.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/22f0ca3f-5011-49a0-d213-53e97a3bc680.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65" ;
  a2a:RecordGUID "{0b9b4fc5-75f3-4f33-8a5e-d67e6d86ef65}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_3613_00003613.xml van DAR" .

