@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_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E
  a a2a:Record ;
  rdfs:label "Geboorte op 6 april 1840 te Avereest" ;
  a2a:hasPerson oa:person_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E_Person4580922613, oa:person_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E_Person4580922614, oa:person_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E_Person4580922615 ;
  a2a:hasEvent oa:event_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E_0, oa:relationep_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E_1, oa:relationep_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E_2 ;
  a2a:hasSource oa:source_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E .

oa:person_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E_Person4580922613
  a a2a:Person ;
  rdfs:label "Harmina Eijkema" ;
  a2a:PersonName [
    rdfs:label "Harmina Eijkema" ;
    a2a:PersonNameFirstName "Harmina" ;
    a2a:PersonNameLastName "Eijkema"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E_Person4580922614
  a a2a:Person ;
  rdfs:label "Age Peters Eijkema" ;
  a2a:PersonName [
    rdfs:label "Age Peters Eijkema" ;
    a2a:PersonNameFirstName "Age" ;
    a2a:PersonNamePatronym "Peters" ;
    a2a:PersonNameLastName "Eijkema"
  ] ;
  a2a:Profession "schipper" .

oa:person_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E_Person4580922615
  a a2a:Person ;
  rdfs:label "Trijntje Harms Karsten" ;
  a2a:PersonName [
    rdfs:label "Trijntje Harms Karsten" ;
    a2a:PersonNameFirstName "Trijntje Harms" ;
    a2a:PersonNameLastName "Karsten"
  ] .

oa:event_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "06-04-1840" ;
    a2a:Year "1840" ;
    a2a:Month "04" ;
    a2a:Day "06" ;
    rdfs:label "1840-04-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Avereest" ;
    rdfs:label "Avereest"
  ] .

oa:relationep_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E_Person4580922613 ;
  a2a:EventKeyRef oa:event_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E_Event1 .

oa:relationep_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E_Person4580922614 ;
  a2a:EventKeyRef oa:event_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E_Event1 .

oa:relationep_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E_Person4580922615 ;
  a2a:EventKeyRef oa:event_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E_Event1 .

oa:source_hco_C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E
  a a2a:Source ;
  rdfs:label "Collectie Overijssel locatie Zwolle, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Avereest" ;
    a2a:Country "Nederland" ;
    rdfs:label "Avereest, Nederland", "1840-04-06 - 1840-04-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1840-04-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1840-04-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "06-04-1840" ;
    a2a:Year "1840" ;
    a2a:Month "04" ;
    a2a:Day "06" ;
    rdfs:label "06-04-1840"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Collectie Overijssel locatie Zwolle" ;
    a2a:Place "Zwolle" ;
    a2a:Collection "Burgerlijke Stand in Overijssel" ;
    a2a:Book "Registers van geboorten, Avereest" ;
    a2a:DocumentNumber "45" ;
    a2a:RegistryNumber "610" ;
    rdfs:label "Collectie Overijssel locatie Zwolle, Zwolle, Burgerlijke Stand in Overijssel, Registers van geboorten, Avereest, 45, 610"
  ] ;
  a2a:SourceLastChangeDate "2026-03-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/141/C06D0F97ADE34BD99FFD52DEF2ACDB1E" ;
  a2a:RecordIdentifier "4580922612" ;
  a2a:RecordGUID "{C06D0F97-ADE3-4BD9-9FFD-52DEF2ACDB1E}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/B9D41AC6BC144434A15A7916FFF6C277" .

