@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_bor_e8780b37-e5e6-9ae6-24d7-c6f17982a6fd
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1836-1936)" ;
  a2a:hasPerson oa:person_bor_e8780b37-e5e6-9ae6-24d7-c6f17982a6fd_Person1 ;
  a2a:hasEvent oa:event_bor_e8780b37-e5e6-9ae6-24d7-c6f17982a6fd_Event1 ;
  a2a:hasRelationEP oa:relationep_bor_e8780b37-e5e6-9ae6-24d7-c6f17982a6fd_0 ;
  a2a:hasSource oa:source_bor_e8780b37-e5e6-9ae6-24d7-c6f17982a6fd .

oa:person_bor_e8780b37-e5e6-9ae6-24d7-c6f17982a6fd_Person1
  a a2a:Person ;
  rdfs:label "Jan Eykeren, va" ;
  a2a:PersonName [
    rdfs:label "Jan Eykeren, va" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Eykeren, va"
  ] ;
  a2a:Religion "Rooms-Katholiek" ;
  a2a:BirthDate [ a2a:Year "1827" ] ;
  a2a:BirthPlace [
    a2a:Place "Ovezande" ;
    rdfs:label "Ovezande"
  ] ;
  a2a:Profession "arbeider" .

oa:event_bor_e8780b37-e5e6-9ae6-24d7-c6f17982a6fd_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Heinkenszand" ;
    rdfs:label "Heinkenszand"
  ] ;
  a2a:EventRemark10_Jaar_uitgaand "1850" ;
  a2a:EventRemark09_Maand_uitgaand "4" ;
  a2a:EventRemark05_Volgnummer "1" ;
  a2a:EventRemark04_Straatnummer "6" ;
  a2a:EventRemark08_Dag_uitgaand "1" ;
  a2a:EventRemark03_Wijk "d" ;
  a2a:EventRemark06_Relatie_tot_hoofd "onbekend/geen" ;
  a2a:EventRemark01_Inventarisomschrijving "1849-1859 wijk C-E" ;
  a2a:EventRemark02_Blad "8" ;
  a2a:EventRemark11_Nieuwe_woonplaats "Kapelle" ;
  a2a:EventRemark07_Burgerlijke_staat "h" .

oa:relationep_bor_e8780b37-e5e6-9ae6-24d7-c6f17982a6fd_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_bor_e8780b37-e5e6-9ae6-24d7-c6f17982a6fd_Person1 ;
  a2a:EventKeyRef oa:event_bor_e8780b37-e5e6-9ae6-24d7-c6f17982a6fd_Event1 .

oa:source_bor_e8780b37-e5e6-9ae6-24d7-c6f17982a6fd
  a a2a:Source ;
  rdfs:label "Gemeentearchief Borsele, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Borsele" ;
    rdfs:label "Borsele", "1836-01-01 - 1936-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1836-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1936-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Borsele" ;
    a2a:RegistryNumber "788" ;
    rdfs:label "Gemeentearchief Borsele, 788"
  ] ;
  a2a:SourceLastChangeDate "2016-03-13"^^xsd:date ;
  a2a:RecordGUID "{e8780b37-e5e6-9ae6-24d7-c6f17982a6fd}" .

