@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_7a21ed99-fe87-015b-e822-7604cf6cb1c0
  a a2a:Record ;
  rdfs:label "Inschrijving in 1679 te Hattem" ;
  a2a:hasPerson oa:person_epe_7a21ed99-fe87-015b-e822-7604cf6cb1c0_Person1 ;
  a2a:hasEvent oa:event_epe_7a21ed99-fe87-015b-e822-7604cf6cb1c0_Event1 ;
  a2a:hasRelationEP oa:relationep_epe_7a21ed99-fe87-015b-e822-7604cf6cb1c0_0 ;
  a2a:hasSource oa:source_epe_7a21ed99-fe87-015b-e822-7604cf6cb1c0 .

oa:person_epe_7a21ed99-fe87-015b-e822-7604cf6cb1c0_Person1
  a a2a:Person ;
  rdfs:label "Lodewijck Jansen" ;
  a2a:PersonName [
    rdfs:label "Lodewijck Jansen" ;
    a2a:PersonNameFirstName "Lodewijck" ;
    a2a:PersonNameLastName "Jansen"
  ] .

oa:event_epe_7a21ed99-fe87-015b-e822-7604cf6cb1c0_Event1
  a a2a:Event ;
  rdfs:label "other:Inschrijving" ;
  a2a:EventType "other:Inschrijving" ;
  a2a:EventDate [ a2a:Year "1679" ] ;
  a2a:EventPlace [
    a2a:Place "Hattem" ;
    rdfs:label "Hattem"
  ] .

oa:relationep_epe_7a21ed99-fe87-015b-e822-7604cf6cb1c0_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_epe_7a21ed99-fe87-015b-e822-7604cf6cb1c0_Person1 ;
  a2a:EventKeyRef oa:event_epe_7a21ed99-fe87-015b-e822-7604cf6cb1c0_Event1 .

oa:source_epe_7a21ed99-fe87-015b-e822-7604cf6cb1c0
  a a2a:Source ;
  rdfs:label "Streekarchief Epe, Hattem en Heerde, Burgerboeken" ;
  a2a:SourcePlace [
    a2a:Place "Hattem" ;
    rdfs:label "Hattem", "1581-01-01 - 1798-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1581-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1798-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Burgerboeken" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Epe, Hattem en Heerde" ;
    a2a:Place "Epe" ;
    a2a:Collection "Klapper op nieuwe burgers Hattem uit rekeningen gemeenschappelijke weide de Hoenwaard (1581-1798)" ;
    a2a:RegistryNumber "64" ;
    rdfs:label "Streekarchief Epe, Hattem en Heerde, Epe, Klapper op nieuwe burgers Hattem uit rekeningen gemeenschappelijke weide de Hoenwaard (1581-1798), 64"
  ] ;
  a2a:SourceLastChangeDate "2017-11-08"^^xsd:date ;
  a2a:RecordGUID "{7a21ed99-fe87-015b-e822-7604cf6cb1c0}" ;
  a2a:SourceRemarkVrijwilliger "Gerrit Kouwenhoven" ;
  a2a:SourceRemarkProvenance "03_hattem__burgers_1581_-_1798__-_.pdf csv2a2a" .

