@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_27f331df-489c-c82f-e99d-1d66574585b4
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1818-1859)" ;
  a2a:hasPerson oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person1, oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person2, oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person3, oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person4, oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person5, oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person6, oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person7, oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person8, oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person9, oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person10, oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person11, oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person12, oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person13, oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person14, oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person15, oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person16, oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person17, oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person18 ;
  a2a:hasEvent oa:event_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Event1 ;
  a2a:hasRelationEP oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_0, oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_1, oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_2, oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_3, oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_4, oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_5, oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_6, oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_7, oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_8, oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_9, oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_10, oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_11, oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_12, oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_13, oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_14, oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_15, oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_16, oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_17 ;
  a2a:hasSource oa:source_gaz_27f331df-489c-c82f-e99d-1d66574585b4 .

oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person1
  a a2a:Person ;
  rdfs:label "Johannes Simonsz" ;
  a2a:PersonName [
    rdfs:label "Johannes Simonsz" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Simonsz"
  ] ;
  a2a:BirthDate [
    a2a:Year "1818" ;
    a2a:Month "4" ;
    a2a:Day "30" ;
    rdfs:label "1818-04-30"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zaandam" ;
    rdfs:label "Zaandam"
  ] .

oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person2
  a a2a:Person ;
  rdfs:label "Anna Rosina Frederica Christina Antoinetta Nellins" ;
  a2a:PersonName [
    rdfs:label "Anna Rosina Frederica Christina Antoinetta Nellins" ;
    a2a:PersonNameFirstName "Anna Rosina Frederica Christina Antoinetta" ;
    a2a:PersonNameLastName "Nellins"
  ] ;
  a2a:BirthDate [
    a2a:Year "1822" ;
    a2a:Month "12" ;
    a2a:Day "1" ;
    rdfs:label "1822-12-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zaandam" ;
    rdfs:label "Zaandam"
  ] .

oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person3
  a a2a:Person ;
  rdfs:label "Johannes Simonsz" ;
  a2a:PersonName [
    rdfs:label "Johannes Simonsz" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Simonsz"
  ] ;
  a2a:BirthDate [
    a2a:Year "1842" ;
    a2a:Month "12" ;
    a2a:Day "20" ;
    rdfs:label "1842-12-20"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zaandam" ;
    rdfs:label "Zaandam"
  ] .

oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person4
  a a2a:Person ;
  rdfs:label "Hendrica Helena Christina Carolina Simonsz" ;
  a2a:PersonName [
    rdfs:label "Hendrica Helena Christina Carolina Simonsz" ;
    a2a:PersonNameFirstName "Hendrica Helena Christina Carolina" ;
    a2a:PersonNameLastName "Simonsz"
  ] ;
  a2a:BirthDate [
    a2a:Year "1844" ;
    a2a:Month "9" ;
    a2a:Day "29" ;
    rdfs:label "1844-09-29"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zaandam" ;
    rdfs:label "Zaandam"
  ] .

oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person5
  a a2a:Person ;
  rdfs:label "Anna Maria Simonsz" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Simonsz" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Simonsz"
  ] ;
  a2a:BirthDate [
    a2a:Year "1849" ;
    a2a:Month "7" ;
    a2a:Day "16" ;
    rdfs:label "1849-07-16"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zaandam" ;
    rdfs:label "Zaandam"
  ] .

oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person6
  a a2a:Person ;
  rdfs:label "Trijntje de Jong" ;
  a2a:PersonName [
    rdfs:label "Trijntje de Jong" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jong"
  ] ;
  a2a:BirthDate [ a2a:Year "1822" ] ;
  a2a:BirthPlace [
    a2a:Place "Zaandam" ;
    rdfs:label "Zaandam"
  ] .

oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person7
  a a2a:Person ;
  rdfs:label "Margaretha Simonsz" ;
  a2a:PersonName [
    rdfs:label "Margaretha Simonsz" ;
    a2a:PersonNameFirstName "Margaretha" ;
    a2a:PersonNameLastName "Simonsz"
  ] ;
  a2a:BirthDate [
    a2a:Year "1854" ;
    a2a:Month "5" ;
    a2a:Day "20" ;
    rdfs:label "1854-05-20"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zaandam" ;
    rdfs:label "Zaandam"
  ] .

oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person8
  a a2a:Person ;
  rdfs:label "Hendrik Simonsz" ;
  a2a:PersonName [
    rdfs:label "Hendrik Simonsz" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Simonsz"
  ] ;
  a2a:BirthDate [
    a2a:Year "1824" ;
    a2a:Month "4" ;
    a2a:Day "16" ;
    rdfs:label "1824-04-16"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zaandam" ;
    rdfs:label "Zaandam"
  ] .

oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person9
  a a2a:Person ;
  rdfs:label "Guurtje Kroeger" ;
  a2a:PersonName [
    rdfs:label "Guurtje Kroeger" ;
    a2a:PersonNameFirstName "Guurtje" ;
    a2a:PersonNameLastName "Kroeger"
  ] ;
  a2a:BirthDate [ a2a:Year "1822" ] ;
  a2a:BirthPlace [
    a2a:Place "Zaandam" ;
    rdfs:label "Zaandam"
  ] .

oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person10
  a a2a:Person ;
  rdfs:label "Johannes Simonsz" ;
  a2a:PersonName [
    rdfs:label "Johannes Simonsz" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Simonsz"
  ] ;
  a2a:BirthDate [
    a2a:Year "1853" ;
    a2a:Month "4" ;
    a2a:Day "6" ;
    rdfs:label "1853-04-06"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zaandam" ;
    rdfs:label "Zaandam"
  ] .

oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person11
  a a2a:Person ;
  rdfs:label "Jansje Ouwejan" ;
  a2a:PersonName [
    rdfs:label "Jansje Ouwejan" ;
    a2a:PersonNameFirstName "Jansje" ;
    a2a:PersonNameLastName "Ouwejan"
  ] ;
  a2a:BirthDate [ a2a:Year "1830" ] ;
  a2a:BirthPlace [
    a2a:Place "Zaandam" ;
    rdfs:label "Zaandam"
  ] .

oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person12
  a a2a:Person ;
  rdfs:label "Klaas Simonsz" ;
  a2a:PersonName [
    rdfs:label "Klaas Simonsz" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Simonsz"
  ] ;
  a2a:BirthDate [
    a2a:Year "1855" ;
    a2a:Month "10" ;
    a2a:Day "25" ;
    rdfs:label "1855-10-25"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zaandam" ;
    rdfs:label "Zaandam"
  ] .

oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person13
  a a2a:Person ;
  rdfs:label "Engelina Elisabeth van Kooten" ;
  a2a:PersonName [
    rdfs:label "Engelina Elisabeth van Kooten" ;
    a2a:PersonNameFirstName "Engelina Elisabeth" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Kooten"
  ] ;
  a2a:BirthDate [ a2a:Year "1823" ] ;
  a2a:BirthPlace [
    a2a:Place "'s-Gravendeel" ;
    rdfs:label "'s-Gravendeel"
  ] .

oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person14
  a a2a:Person ;
  rdfs:label "Grietje Ebmeijer" ;
  a2a:PersonName [
    rdfs:label "Grietje Ebmeijer" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Ebmeijer"
  ] ;
  a2a:BirthDate [
    a2a:Year "1830" ;
    a2a:Month "1" ;
    a2a:Day "13" ;
    rdfs:label "1830-01-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zaandam" ;
    rdfs:label "Zaandam"
  ] .

oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person15
  a a2a:Person ;
  rdfs:label "Maartje Pennemes" ;
  a2a:PersonName [
    rdfs:label "Maartje Pennemes" ;
    a2a:PersonNameFirstName "Maartje" ;
    a2a:PersonNameLastName "Pennemes"
  ] ;
  a2a:BirthDate [
    a2a:Year "1834" ;
    a2a:Month "10" ;
    a2a:Day "24" ;
    rdfs:label "1834-10-24"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zaandam" ;
    rdfs:label "Zaandam"
  ] .

oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person16
  a a2a:Person ;
  rdfs:label "Eefje Verweel" ;
  a2a:PersonName [
    rdfs:label "Eefje Verweel" ;
    a2a:PersonNameFirstName "Eefje" ;
    a2a:PersonNameLastName "Verweel"
  ] ;
  a2a:BirthDate [
    a2a:Year "1827" ;
    a2a:Month "9" ;
    a2a:Day "16" ;
    rdfs:label "1827-09-16"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Westzaan" ;
    rdfs:label "Westzaan"
  ] .

oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person17
  a a2a:Person ;
  rdfs:label "Maartje Simonsz" ;
  a2a:PersonName [
    rdfs:label "Maartje Simonsz" ;
    a2a:PersonNameFirstName "Maartje" ;
    a2a:PersonNameLastName "Simonsz"
  ] ;
  a2a:BirthDate [
    a2a:Year "1859" ;
    a2a:Month "12" ;
    a2a:Day "4" ;
    rdfs:label "1859-12-04"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zaandam" ;
    rdfs:label "Zaandam"
  ] .

oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person18
  a a2a:Person ;
  rdfs:label "Stijntje Roos" ;
  a2a:PersonName [
    rdfs:label "Stijntje Roos" ;
    a2a:PersonNameFirstName "Stijntje" ;
    a2a:PersonNameLastName "Roos"
  ] ;
  a2a:BirthDate [ a2a:Year "1836" ] ;
  a2a:BirthPlace [
    a2a:Place "Zaandam" ;
    rdfs:label "Zaandam"
  ] .

oa:event_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" .

oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person1 ;
  a2a:EventKeyRef oa:event_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Event1 .

oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person2 ;
  a2a:EventKeyRef oa:event_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Event1 .

oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person3 ;
  a2a:EventKeyRef oa:event_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Event1 .

oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person4 ;
  a2a:EventKeyRef oa:event_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Event1 .

oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person5 ;
  a2a:EventKeyRef oa:event_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Event1 .

oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person6 ;
  a2a:EventKeyRef oa:event_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Event1 .

oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_6
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person7 ;
  a2a:EventKeyRef oa:event_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Event1 .

oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_7
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person8 ;
  a2a:EventKeyRef oa:event_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Event1 .

oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_8
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person9 ;
  a2a:EventKeyRef oa:event_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Event1 .

oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_9
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person10 ;
  a2a:EventKeyRef oa:event_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Event1 .

oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_10
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person11 ;
  a2a:EventKeyRef oa:event_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Event1 .

oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_11
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person12 ;
  a2a:EventKeyRef oa:event_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Event1 .

oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_12
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person13 ;
  a2a:EventKeyRef oa:event_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Event1 .

oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_13
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person14 ;
  a2a:EventKeyRef oa:event_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Event1 .

oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_14
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person15 ;
  a2a:EventKeyRef oa:event_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Event1 .

oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_15
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person16 ;
  a2a:EventKeyRef oa:event_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Event1 .

oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_16
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person17 ;
  a2a:EventKeyRef oa:event_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Event1 .

oa:relationep_gaz_27f331df-489c-c82f-e99d-1d66574585b4_17
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Person18 ;
  a2a:EventKeyRef oa:event_gaz_27f331df-489c-c82f-e99d-1d66574585b4_Event1 .

oa:source_gaz_27f331df-489c-c82f-e99d-1d66574585b4
  a a2a:Source ;
  rdfs:label "Gemeentearchief Zaanstad, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Zaanstad" ;
    rdfs:label "Zaanstad", "1818-01-01 - 1859-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1818-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1859-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Zaanstad" ;
    a2a:Collection "Nadere toegang bevolkingsregister op archieftoegang OA-0141, inv.nr. 49" ;
    a2a:RegistryNumber "49" ;
    a2a:Folio "317" ;
    rdfs:label "Gemeentearchief Zaanstad, Nadere toegang bevolkingsregister op archieftoegang OA-0141, inv.nr. 49, 49, 317"
  ] ;
  a2a:SourceLastChangeDate "2017-09-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://archief.zaanstad.nl/archieven/zoek-in-de-archieven?mivast=137&miadt=137&miaet=54&micode=OA-0141_49&minr=2837250&miview=ldt" ;
  a2a:RecordGUID "{27f331df-489c-c82f-e99d-1d66574585b4}" .

