@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_srt_b0934b40-9e82-3f05-24a4-e1bb1dd07788
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1500-2000)" ;
  a2a:hasPerson oa:person_srt_b0934b40-9e82-3f05-24a4-e1bb1dd07788_Person1 ;
  a2a:hasEvent oa:event_srt_b0934b40-9e82-3f05-24a4-e1bb1dd07788_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_b0934b40-9e82-3f05-24a4-e1bb1dd07788_0 ;
  a2a:hasSource oa:source_srt_b0934b40-9e82-3f05-24a4-e1bb1dd07788 .

oa:person_srt_b0934b40-9e82-3f05-24a4-e1bb1dd07788_Person1
  a a2a:Person ;
  rdfs:label "Evert Cornelis van Luttervelt" ;
  a2a:PersonName [
    rdfs:label "Evert Cornelis van Luttervelt" ;
    a2a:PersonNameFirstName "Evert Cornelis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Luttervelt"
  ] ;
  a2a:BirthDate [
    a2a:Year "1882" ;
    a2a:Month "4" ;
    a2a:Day "2" ;
    rdfs:label "1882-04-02"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Tiel" ;
    rdfs:label "Tiel"
  ] .

oa:event_srt_b0934b40-9e82-3f05-24a4-e1bb1dd07788_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" .

oa:relationep_srt_b0934b40-9e82-3f05-24a4-e1bb1dd07788_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_srt_b0934b40-9e82-3f05-24a4-e1bb1dd07788_Person1 ;
  a2a:EventKeyRef oa:event_srt_b0934b40-9e82-3f05-24a4-e1bb1dd07788_Event1 .

oa:source_srt_b0934b40-9e82-3f05-24a4-e1bb1dd07788
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, Militieregisters" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam", "1500-01-01 - 2000-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1500-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2000-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Militieregisters" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:RegistryNumber "322" ;
    rdfs:label "Stadsarchief Rotterdam, 322"
  ] ;
  a2a:SourceLastChangeDate "2018-03-14"^^xsd:date ;
  a2a:RecordIdentifier "301012" ;
  a2a:RecordGUID "{b0934b40-9e82-3f05-24a4-e1bb1dd07788}" ;
  a2a:SourceRemarkProvenance "356_militie_Rotterdam_aangevuld_geschoond_2.xlsx csv2a2a" .

