@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_7b31f62a-e218-17b1-e6f1-d1807ee33aac
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1812-1919)" ;
  a2a:hasPerson oa:person_gae_7b31f62a-e218-17b1-e6f1-d1807ee33aac_Person1 ;
  a2a:hasEvent oa:event_gae_7b31f62a-e218-17b1-e6f1-d1807ee33aac_Event1 ;
  a2a:hasRelationEP oa:relationep_gae_7b31f62a-e218-17b1-e6f1-d1807ee33aac_0 ;
  a2a:hasSource oa:source_gae_7b31f62a-e218-17b1-e6f1-d1807ee33aac .

oa:person_gae_7b31f62a-e218-17b1-e6f1-d1807ee33aac_Person1
  a a2a:Person ;
  rdfs:label "Frederik Willem Jacob Immink" ;
  a2a:PersonName [
    rdfs:label "Frederik Willem Jacob Immink" ;
    a2a:PersonNameFirstName "Frederik Willem Jacob" ;
    a2a:PersonNameLastName "Immink"
  ] .

oa:event_gae_7b31f62a-e218-17b1-e6f1-d1807ee33aac_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Ede" ;
    rdfs:label "Ede"
  ] .

oa:relationep_gae_7b31f62a-e218-17b1-e6f1-d1807ee33aac_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gae_7b31f62a-e218-17b1-e6f1-d1807ee33aac_Person1 ;
  a2a:EventKeyRef oa:event_gae_7b31f62a-e218-17b1-e6f1-d1807ee33aac_Event1 .

oa:source_gae_7b31f62a-e218-17b1-e6f1-d1807ee33aac
  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:SourceLastChangeDate "2014-02-21"^^xsd:date ;
  a2a:RecordGUID "{7b31f62a-e218-17b1-e6f1-d1807ee33aac}" .

