@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_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c
  a a2a:Record ;
  rdfs:label "Doop op 29 mei 1744 te Hattem" ;
  a2a:hasPerson oa:person_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c_Person1, oa:person_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c_Person2, oa:person_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c_Person3 ;
  a2a:hasEvent oa:event_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c_Event1 ;
  a2a:hasRelationEP oa:relationep_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c_0, oa:relationep_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c_1, oa:relationep_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c_2 ;
  a2a:hasSource oa:source_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c .

oa:person_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c_Person1
  a a2a:Person ;
  rdfs:label "Jannes" ;
  a2a:PersonName [
    rdfs:label "Jannes" ;
    a2a:PersonNameFirstName "Jannes"
  ] .

oa:person_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c_Person2
  a a2a:Person ;
  rdfs:label "Hendrik Jans" ;
  a2a:PersonName [
    rdfs:label "Hendrik Jans" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Jans"
  ] .

oa:person_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c_Person3
  a a2a:Person ;
  rdfs:label "Geesje Jans" ;
  a2a:PersonName [
    rdfs:label "Geesje Jans" ;
    a2a:PersonNameFirstName "Geesje" ;
    a2a:PersonNameLastName "Jans"
  ] .

oa:event_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1744" ;
    a2a:Month "5" ;
    a2a:Day "29" ;
    rdfs:label "1744-05-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hattem" ;
    rdfs:label "Hattem"
  ] .

oa:relationep_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c_Person1 ;
  a2a:EventKeyRef oa:event_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c_Event1 .

oa:relationep_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c_Person2 ;
  a2a:EventKeyRef oa:event_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c_Event1 .

oa:relationep_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c_Person3 ;
  a2a:EventKeyRef oa:event_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c_Event1 .

oa:source_epe_b69ffcf0-5660-8db7-5bfc-533ce0dce17c
  a a2a:Source ;
  rdfs:label "Streekarchief Epe, Hattem en Heerde, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Hattem" ;
    rdfs:label "Hattem", "1771-01-01 - 1790-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1771-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1790-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Epe, Hattem en Heerde" ;
    a2a:Place "Epe" ;
    a2a:Collection "Klapper op de doopinschrijvingen van Hattem (1771-1790)" ;
    rdfs:label "Streekarchief Epe, Hattem en Heerde, Epe, Klapper op de doopinschrijvingen van Hattem (1771-1790)"
  ] ;
  a2a:SourceLastChangeDate "2017-11-08"^^xsd:date ;
  a2a:RecordGUID "{b69ffcf0-5660-8db7-5bfc-533ce0dce17c}" ;
  a2a:SourceRemarkVrijwilliger "M.S. Zalmay" ;
  a2a:SourceRemarkProvenance "10_hattem__dopen_1771_-_1790__-_.pdf csv2a2a" .

