@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_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94
  a a2a:Record ;
  rdfs:label "Geboorte op 29 september 1831 te Ruinen" ;
  a2a:hasPerson oa:person_dar_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94_Person-2605ce82-a37c-451c-a0a4-49451e5f25cc, oa:person_dar_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94_Person-0ed39be3-90cc-4dfd-92f3-e8e6a9cd08e9, oa:person_dar_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94_Person-a93d5008-cb43-4b3d-87c4-5d6011cb2ba3 ;
  a2a:hasEvent oa:event_dar_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94_0, oa:relationep_dar_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94_1, oa:relationep_dar_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94_2 ;
  a2a:hasSource oa:source_dar_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94 .

oa:person_dar_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94_Person-2605ce82-a37c-451c-a0a4-49451e5f25cc
  a a2a:Person ;
  rdfs:label "Hendrikje Koerds Sikkens" ;
  a2a:PersonName [
    rdfs:label "Hendrikje Koerds Sikkens" ;
    a2a:PersonNameFirstName "Hendrikje Koerds" ;
    a2a:PersonNameLastName "Sikkens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "37" ;
    rdfs:label "37"
  ] .

oa:person_dar_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94_Person-0ed39be3-90cc-4dfd-92f3-e8e6a9cd08e9
  a a2a:Person ;
  rdfs:label "Lambert Huizingh" ;
  a2a:PersonName [
    rdfs:label "Lambert Huizingh" ;
    a2a:PersonNameFirstName "Lambert" ;
    a2a:PersonNameLastName "Huizingh"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1831" ;
    a2a:Month "9" ;
    a2a:Day "29" ;
    rdfs:label "1831-09-29"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ruinen" ;
    rdfs:label "Ruinen"
  ] .

oa:person_dar_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94_Person-a93d5008-cb43-4b3d-87c4-5d6011cb2ba3
  a a2a:Person ;
  rdfs:label "Jannes Lukas Huizingh" ;
  a2a:PersonName [
    rdfs:label "Jannes Lukas Huizingh" ;
    a2a:PersonNameFirstName "Jannes Lukas" ;
    a2a:PersonNameLastName "Huizingh"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "49" ;
    rdfs:label "49"
  ] ;
  a2a:Profession "schoolonderwijzer" .

oa:event_dar_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1831" ;
    a2a:Month "9" ;
    a2a:Day "29" ;
    rdfs:label "1831-09-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ruinen" ;
    rdfs:label "Ruinen"
  ] .

oa:relationep_dar_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94_Person:2605ce82-a37c-451c-a0a4-49451e5f25cc ;
  a2a:EventKeyRef oa:event_dar_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94_Event1 .

oa:relationep_dar_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94_Person:0ed39be3-90cc-4dfd-92f3-e8e6a9cd08e9 ;
  a2a:EventKeyRef oa:event_dar_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94_Event1 .

oa:relationep_dar_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94_Person:a93d5008-cb43-4b3d-87c4-5d6011cb2ba3 ;
  a2a:EventKeyRef oa:event_dar_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94_Event1 .

oa:source_dar_7b29b3d3-1c8a-423a-bbcd-a265fd3efd94
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Ruinen" ;
    rdfs:label "Ruinen", "1831-09-30 - 1831-09-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1831-09-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1831-09-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1831" ;
    a2a:Month "9" ;
    a2a:Day "30" ;
    rdfs:label "1831-09-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1831, Periode: 1831" ;
    a2a:Book "Geboorteregister Ruinen 1831" ;
    a2a:DocumentNumber "46" ;
    a2a:RegistryNumber "1831" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1831, Periode: 1831, Geboorteregister Ruinen 1831, 46, 1831"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/cae07dfb-87c7-0ed3-8fa2-08cdff7ad28d.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/7b29b3d3-1c8a-423a-bbcd-a265fd3efd94" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/cae07dfb-87c7-0ed3-8fa2-08cdff7ad28d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/7b29b3d3-1c8a-423a-bbcd-a265fd3efd94" ;
  a2a:RecordGUID "{7b29b3d3-1c8a-423a-bbcd-a265fd3efd94}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1831" ;
  a2a:SourceRemarkregister_periode "1831" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_3577_00003577.xml van DAR" .

