@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_gae_581d56d2-0bac-fd22-8484-91c8d1cd2821
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1812-1919)" ;
  a2a:hasPerson oa:person_gae_581d56d2-0bac-fd22-8484-91c8d1cd2821_Person1 ;
  a2a:hasEvent oa:event_gae_581d56d2-0bac-fd22-8484-91c8d1cd2821_Event1 ;
  a2a:hasRelationEP oa:relationep_gae_581d56d2-0bac-fd22-8484-91c8d1cd2821_0 ;
  a2a:hasSource oa:source_gae_581d56d2-0bac-fd22-8484-91c8d1cd2821 .

oa:person_gae_581d56d2-0bac-fd22-8484-91c8d1cd2821_Person1
  a a2a:Person ;
  rdfs:label "Hendrik Jochemse" ;
  a2a:PersonName [
    rdfs:label "Hendrik Jochemse" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Jochemse"
  ] ;
  a2a:Residence [
    a2a:Place "Ede" ;
    rdfs:label "Ede"
  ] ;
  a2a:BirthDate [
    a2a:Year "1836" ;
    a2a:Month "1" ;
    a2a:Day "13" ;
    rdfs:label "1836-01-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ede" ;
    rdfs:label "Ede"
  ] .

oa:event_gae_581d56d2-0bac-fd22-8484-91c8d1cd2821_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Ede" ;
    rdfs:label "Ede"
  ] .

oa:relationep_gae_581d56d2-0bac-fd22-8484-91c8d1cd2821_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gae_581d56d2-0bac-fd22-8484-91c8d1cd2821_Person1 ;
  a2a:EventKeyRef oa:event_gae_581d56d2-0bac-fd22-8484-91c8d1cd2821_Event1 .

oa:source_gae_581d56d2-0bac-fd22-8484-91c8d1cd2821
  a a2a:Source ;
  rdfs:label "Gemeentearchief Ede, Militieregisters" ;
  a2a:SourcePlace [
    a2a:Place "Ede" ;
    rdfs:label "Ede", "1812-01-01 - 1919-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1812-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1919-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Militieregisters" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Ede" ;
    a2a:Place "Ede" ;
    a2a:Collection "Oud archief Ede 1647-1948" ;
    rdfs:label "Gemeentearchief Ede, Ede, Oud archief Ede 1647-1948"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "http://militieregisters.nl/zoek#?d00%3D1836%26p04%3DHendrik%26p06%3DJochemse%26d01%3D1%26d02%3D13" ;
    a2a:UriPreview "//www.openarch.nl/img/thumbs/gae/581d56d2-0bac-fd22-8484-91c8d1cd2821.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-02-21"^^xsd:date ;
  a2a:RecordGUID "{581d56d2-0bac-fd22-8484-91c8d1cd2821}" .

