@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_b29ecf8d-2fa3-e3c4-7fcb-2025adfff12a
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1812-1919)" ;
  a2a:hasPerson oa:person_gae_b29ecf8d-2fa3-e3c4-7fcb-2025adfff12a_Person1 ;
  a2a:hasEvent oa:event_gae_b29ecf8d-2fa3-e3c4-7fcb-2025adfff12a_Event1 ;
  a2a:hasRelationEP oa:relationep_gae_b29ecf8d-2fa3-e3c4-7fcb-2025adfff12a_0 ;
  a2a:hasSource oa:source_gae_b29ecf8d-2fa3-e3c4-7fcb-2025adfff12a .

oa:person_gae_b29ecf8d-2fa3-e3c4-7fcb-2025adfff12a_Person1
  a a2a:Person ;
  rdfs:label "Dirk Rozeboom" ;
  a2a:PersonName [
    rdfs:label "Dirk Rozeboom" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNameLastName "Rozeboom"
  ] ;
  a2a:Residence [
    a2a:Place "Doorwerth" ;
    rdfs:label "Doorwerth"
  ] ;
  a2a:BirthDate [
    a2a:Year "1873" ;
    a2a:Month "10" ;
    a2a:Day "9" ;
    rdfs:label "1873-10-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Doorwerth" ;
    rdfs:label "Doorwerth"
  ] .

oa:event_gae_b29ecf8d-2fa3-e3c4-7fcb-2025adfff12a_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Ede" ;
    rdfs:label "Ede"
  ] .

oa:relationep_gae_b29ecf8d-2fa3-e3c4-7fcb-2025adfff12a_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gae_b29ecf8d-2fa3-e3c4-7fcb-2025adfff12a_Person1 ;
  a2a:EventKeyRef oa:event_gae_b29ecf8d-2fa3-e3c4-7fcb-2025adfff12a_Event1 .

oa:source_gae_b29ecf8d-2fa3-e3c4-7fcb-2025adfff12a
  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%3D1873%26p04%3DDirk%26p06%3DRozeboom%26d01%3D10%26d02%3D9" ;
    a2a:UriPreview "//www.openarch.nl/img/thumbs/gae/b29ecf8d-2fa3-e3c4-7fcb-2025adfff12a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-02-21"^^xsd:date ;
  a2a:RecordGUID "{b29ecf8d-2fa3-e3c4-7fcb-2025adfff12a}" .

