@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_0CD328DF-61EB-43EB-AF4E-E372B50ADC01
  a a2a:Record ;
  rdfs:label "Geboorte op 15 augustus 1844 te Eppenzolder (Haaksbergen)" ;
  a2a:hasPerson oa:person_hco_0CD328DF-61EB-43EB-AF4E-E372B50ADC01_Person3271127211, oa:person_hco_0CD328DF-61EB-43EB-AF4E-E372B50ADC01_Person3271127209, oa:person_hco_0CD328DF-61EB-43EB-AF4E-E372B50ADC01_Person3271127210 ;
  a2a:hasEvent oa:event_hco_0CD328DF-61EB-43EB-AF4E-E372B50ADC01_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_0CD328DF-61EB-43EB-AF4E-E372B50ADC01_0, oa:relationep_hco_0CD328DF-61EB-43EB-AF4E-E372B50ADC01_1, oa:relationep_hco_0CD328DF-61EB-43EB-AF4E-E372B50ADC01_2 ;
  a2a:hasSource oa:source_hco_0CD328DF-61EB-43EB-AF4E-E372B50ADC01 .

oa:person_hco_0CD328DF-61EB-43EB-AF4E-E372B50ADC01_Person3271127211
  a a2a:Person ;
  rdfs:label "Johanna Keizer" ;
  a2a:PersonName [
    rdfs:label "Johanna Keizer" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Keizer"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_hco_0CD328DF-61EB-43EB-AF4E-E372B50ADC01_Person3271127209
  a a2a:Person ;
  rdfs:label "Arnoldus Joannes Keizer" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Joannes Keizer" ;
    a2a:PersonNameFirstName "Arnoldus Joannes" ;
    a2a:PersonNameLastName "Keizer"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "37" ;
    rdfs:label "37"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_hco_0CD328DF-61EB-43EB-AF4E-E372B50ADC01_Person3271127210
  a a2a:Person ;
  rdfs:label "Johanna Geertruida Olthof" ;
  a2a:PersonName [
    rdfs:label "Johanna Geertruida Olthof" ;
    a2a:PersonNameFirstName "Johanna Geertruida" ;
    a2a:PersonNameLastName "Olthof"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "29" ;
    rdfs:label "29"
  ] .

oa:event_hco_0CD328DF-61EB-43EB-AF4E-E372B50ADC01_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "15-08-1844" ;
    a2a:Year "1844" ;
    a2a:Month "08" ;
    a2a:Day "15" ;
    rdfs:label "1844-08-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Eppenzolder (Haaksbergen)" ;
    rdfs:label "Eppenzolder (Haaksbergen)"
  ] .

oa:relationep_hco_0CD328DF-61EB-43EB-AF4E-E372B50ADC01_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_hco_0CD328DF-61EB-43EB-AF4E-E372B50ADC01_Person3271127211 ;
  a2a:EventKeyRef oa:event_hco_0CD328DF-61EB-43EB-AF4E-E372B50ADC01_Event1 .

oa:relationep_hco_0CD328DF-61EB-43EB-AF4E-E372B50ADC01_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hco_0CD328DF-61EB-43EB-AF4E-E372B50ADC01_Person3271127209 ;
  a2a:EventKeyRef oa:event_hco_0CD328DF-61EB-43EB-AF4E-E372B50ADC01_Event1 .

oa:relationep_hco_0CD328DF-61EB-43EB-AF4E-E372B50ADC01_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hco_0CD328DF-61EB-43EB-AF4E-E372B50ADC01_Person3271127210 ;
  a2a:EventKeyRef oa:event_hco_0CD328DF-61EB-43EB-AF4E-E372B50ADC01_Event1 .

oa:source_hco_0CD328DF-61EB-43EB-AF4E-E372B50ADC01
  a a2a:Source ;
  rdfs:label "Collectie Overijssel locatie Zwolle, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Haaksbergen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Haaksbergen, Nederland", "1844-08-16 - 1844-08-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1844-08-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1844-08-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "16-08-1844" ;
    a2a:Year "1844" ;
    a2a:Month "08" ;
    a2a:Day "16" ;
    rdfs:label "16-08-1844"
  ] ;
  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" ;
    a2a:DocumentNumber "79" ;
    a2a:RegistryNumber "5181" ;
    rdfs:label "Collectie Overijssel locatie Zwolle, Zwolle, Burgerlijke Stand in Overijssel, Registers van geboorten, 79, 5181"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/141/6990DEF886214D628E92B06C4C7363B4" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/141/6990DEF886214D628E92B06C4C7363B4" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/141/6990DEF886214D628E92B06C4C7363B4"
  ] ;
  a2a:SourceLastChangeDate "2023-06-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/141/0CD328DF61EB43EBAF4EE372B50ADC01" ;
  a2a:RecordIdentifier "3271127202" ;
  a2a:RecordGUID "{0CD328DF-61EB-43EB-AF4E-E372B50ADC01}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/F719AE0DA5CE44DBBD94BE30EDF61D03" .

