@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_18730cbb-dff4-4ec9-813c-bbef985dafca
  a a2a:Record ;
  rdfs:label "Loting in 1902 te Koog aan de Zaan, provincie Noord-Holland (Nederland)" ;
  a2a:hasPerson oa:person_nha_18730cbb-dff4-4ec9-813c-bbef985dafca_Person87650 ;
  a2a:hasEvent oa:event_nha_18730cbb-dff4-4ec9-813c-bbef985dafca_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_18730cbb-dff4-4ec9-813c-bbef985dafca_0 ;
  a2a:hasSource oa:source_nha_18730cbb-dff4-4ec9-813c-bbef985dafca .

oa:person_nha_18730cbb-dff4-4ec9-813c-bbef985dafca_Person87650
  a a2a:Person ;
  rdfs:label "Simon Huig" ;
  a2a:PersonName [
    rdfs:label "Simon Huig" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNameLastName "Huig"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [ rdfs:label "" ] ;
  a2a:BirthDate [
    a2a:LiteralDate "04-01-1882" ;
    a2a:Year "1882" ;
    a2a:Month "01" ;
    a2a:Day "04" ;
    rdfs:label "04-01-1882"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Koog a d Zaan" ;
    rdfs:label "Koog a d Zaan"
  ] .

oa:event_nha_18730cbb-dff4-4ec9-813c-bbef985dafca_Event1
  a a2a:Event ;
  rdfs:label "other:Loting" ;
  a2a:EventType "other:Loting" ;
  a2a:EventDate [
    a2a:LiteralDate "1902" ;
    a2a:Year "1902"
  ] ;
  a2a:EventPlace [
    a2a:Country "Nederland" ;
    a2a:Province "Noord-Holland" ;
    a2a:Place "Koog aan de Zaan" ;
    rdfs:label "Nederland, Noord-Holland, Koog aan de Zaan"
  ] .

oa:relationep_nha_18730cbb-dff4-4ec9-813c-bbef985dafca_0
  a a2a:RelationEP ;
  rdfs:label "other:Loteling" ;
  a2a:RelationType "other:Loteling" ;
  a2a:PersonKeyRef oa:person_nha_18730cbb-dff4-4ec9-813c-bbef985dafca_Person87650 ;
  a2a:EventKeyRef oa:event_nha_18730cbb-dff4-4ec9-813c-bbef985dafca_Event1 .

oa:source_nha_18730cbb-dff4-4ec9-813c-bbef985dafca
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, Militairen" ;
  a2a:SourcePlace [
    a2a:Place "Koog aan de Zaan" ;
    rdfs:label "Koog aan de Zaan", "1902-01-01 - 1902-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1902-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1902-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1902" ;
    a2a:Year "1902" ;
    rdfs:label "1902"
  ] ;
  a2a:SourceType "other:Militairen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Noord-Hollands Archief" ;
    a2a:Place "Haarlem" ;
    a2a:Collection "Militie - Lotingsregisters" ;
    a2a:RegistryNumber "218" ;
    rdfs:label "Noord-Hollands Archief, Haarlem, Militie - Lotingsregisters, 218"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "http://militieregisters.nl/file?name=MRNHA00035000097"
  ] ;
  a2a:SourceLastChangeDate "2014-10-29"^^xsd:date ;
  a2a:RecordGUID "{18730cbb-dff4-4ec9-813c-bbef985dafca}" .

