@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_nha_8501ee6a-7e8f-4e64-9f9d-4fbe1bd67ea1
  a a2a:Record ;
  rdfs:label "Inschrijving in 1931 te Zandvoort, provincie Noord-Holland (Nederland)" ;
  a2a:hasPerson oa:person_nha_8501ee6a-7e8f-4e64-9f9d-4fbe1bd67ea1_Person123862 ;
  a2a:hasEvent oa:event_nha_8501ee6a-7e8f-4e64-9f9d-4fbe1bd67ea1_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_8501ee6a-7e8f-4e64-9f9d-4fbe1bd67ea1_0 ;
  a2a:hasSource oa:source_nha_8501ee6a-7e8f-4e64-9f9d-4fbe1bd67ea1 .

oa:person_nha_8501ee6a-7e8f-4e64-9f9d-4fbe1bd67ea1_Person123862
  a a2a:Person ;
  rdfs:label "Dirk Jacob Keuning" ;
  a2a:PersonName [
    rdfs:label "Dirk Jacob Keuning" ;
    a2a:PersonNameFirstName "Dirk Jacob" ;
    a2a:PersonNameLastName "Keuning"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [ rdfs:label "" ] ;
  a2a:BirthDate [
    a2a:LiteralDate "15-05-1911" ;
    a2a:Year "1911" ;
    a2a:Month "05" ;
    a2a:Day "15" ;
    rdfs:label "15-05-1911"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:event_nha_8501ee6a-7e8f-4e64-9f9d-4fbe1bd67ea1_Event1
  a a2a:Event ;
  rdfs:label "other:Inschrijving" ;
  a2a:EventType "other:Inschrijving" ;
  a2a:EventDate [
    a2a:LiteralDate "1931" ;
    a2a:Year "1931"
  ] ;
  a2a:EventPlace [
    a2a:Country "Nederland" ;
    a2a:Province "Noord-Holland" ;
    a2a:Place "Zandvoort" ;
    rdfs:label "Nederland, Noord-Holland, Zandvoort"
  ] .

oa:relationep_nha_8501ee6a-7e8f-4e64-9f9d-4fbe1bd67ea1_0
  a a2a:RelationEP ;
  rdfs:label "other:Dienstplichtige" ;
  a2a:RelationType "other:Dienstplichtige" ;
  a2a:PersonKeyRef oa:person_nha_8501ee6a-7e8f-4e64-9f9d-4fbe1bd67ea1_Person123862 ;
  a2a:EventKeyRef oa:event_nha_8501ee6a-7e8f-4e64-9f9d-4fbe1bd67ea1_Event1 .

oa:source_nha_8501ee6a-7e8f-4e64-9f9d-4fbe1bd67ea1
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, Militairen" ;
  a2a:SourcePlace [
    a2a:Place "Zandvoort" ;
    rdfs:label "Zandvoort", "1931-01-01 - 1931-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1931-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1931-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1931" ;
    a2a:Year "1931" ;
    rdfs:label "1931"
  ] ;
  a2a:SourceType "other:Militairen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Noord-Hollands Archief" ;
    a2a:Place "Haarlem" ;
    a2a:Collection "Militie - Registers Ingeschrevenen voor den Dienstplicht" ;
    a2a:RegistryNumber "424" ;
    rdfs:label "Noord-Hollands Archief, Haarlem, Militie - Registers Ingeschrevenen voor den Dienstplicht, 424"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "http://militieregisters.nl/file?name=MRNHA00193000284"
  ] ;
  a2a:SourceLastChangeDate "2014-10-29"^^xsd:date ;
  a2a:RecordGUID "{8501ee6a-7e8f-4e64-9f9d-4fbe1bd67ea1}" .

