@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_gaz_74ee9735-3c19-3e82-837e-d5fe4cc36ea7
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1906-1912)" ;
  a2a:hasPerson oa:person_gaz_74ee9735-3c19-3e82-837e-d5fe4cc36ea7_Person1, oa:person_gaz_74ee9735-3c19-3e82-837e-d5fe4cc36ea7_Person2 ;
  a2a:hasEvent oa:event_gaz_74ee9735-3c19-3e82-837e-d5fe4cc36ea7_Event1 ;
  a2a:hasRelationEP oa:relationep_gaz_74ee9735-3c19-3e82-837e-d5fe4cc36ea7_0, oa:relationep_gaz_74ee9735-3c19-3e82-837e-d5fe4cc36ea7_1 ;
  a2a:hasSource oa:source_gaz_74ee9735-3c19-3e82-837e-d5fe4cc36ea7 .

oa:person_gaz_74ee9735-3c19-3e82-837e-d5fe4cc36ea7_Person1
  a a2a:Person ;
  rdfs:label "Cornelis Smit" ;
  a2a:PersonName [
    rdfs:label "Cornelis Smit" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Smit"
  ] ;
  a2a:BirthDate [
    a2a:Year "1906" ;
    a2a:Month "6" ;
    a2a:Day "28" ;
    rdfs:label "1906-06-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zaandam" ;
    rdfs:label "Zaandam"
  ] .

oa:person_gaz_74ee9735-3c19-3e82-837e-d5fe4cc36ea7_Person2
  a a2a:Person ;
  rdfs:label "Amelia Apolonia Maria Reijniers" ;
  a2a:PersonName [
    rdfs:label "Amelia Apolonia Maria Reijniers" ;
    a2a:PersonNameFirstName "Amelia Apolonia Maria" ;
    a2a:PersonNameLastName "Reijniers"
  ] ;
  a2a:BirthDate [
    a2a:Year "1912" ;
    a2a:Month "2" ;
    a2a:Day "1" ;
    rdfs:label "1912-02-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hulst" ;
    rdfs:label "Hulst"
  ] .

oa:event_gaz_74ee9735-3c19-3e82-837e-d5fe4cc36ea7_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" .

oa:relationep_gaz_74ee9735-3c19-3e82-837e-d5fe4cc36ea7_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_74ee9735-3c19-3e82-837e-d5fe4cc36ea7_Person1 ;
  a2a:EventKeyRef oa:event_gaz_74ee9735-3c19-3e82-837e-d5fe4cc36ea7_Event1 .

oa:relationep_gaz_74ee9735-3c19-3e82-837e-d5fe4cc36ea7_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_74ee9735-3c19-3e82-837e-d5fe4cc36ea7_Person2 ;
  a2a:EventKeyRef oa:event_gaz_74ee9735-3c19-3e82-837e-d5fe4cc36ea7_Event1 .

oa:source_gaz_74ee9735-3c19-3e82-837e-d5fe4cc36ea7
  a a2a:Source ;
  rdfs:label "Gemeentearchief Zaanstad, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Zaanstad" ;
    rdfs:label "Zaanstad", "1906-01-01 - 1912-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1906-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1912-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Zaanstad" ;
    a2a:Collection "Nadere toegang bevolkingsregister op archieftoegang OA-0141, inv.nr. 401" ;
    a2a:RegistryNumber "401" ;
    a2a:Folio "116a" ;
    rdfs:label "Gemeentearchief Zaanstad, Nadere toegang bevolkingsregister op archieftoegang OA-0141, inv.nr. 401, 401, 116a"
  ] ;
  a2a:SourceLastChangeDate "2017-03-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://archief.zaanstad.nl/archieven?mivast=137&miadt=137&miaet=54&micode=OA-0141_401&minr=2090408&miview=ldt" ;
  a2a:RecordGUID "{74ee9735-3c19-3e82-837e-d5fe4cc36ea7}" .

