@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_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1797-1834)" ;
  a2a:hasPerson oa:person_gaz_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF_Person2008467204, oa:person_gaz_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF_Person2008467205, oa:person_gaz_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF_Person2008467206 ;
  a2a:hasEvent oa:event_gaz_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF_Event1 ;
  a2a:hasRelationEP oa:relationep_gaz_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF_0, oa:relationep_gaz_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF_1, oa:relationep_gaz_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF_2 ;
  a2a:hasSource oa:source_gaz_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF .

oa:person_gaz_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF_Person2008467204
  a a2a:Person ;
  rdfs:label "Pieter Wezel" ;
  a2a:PersonName [
    rdfs:label "Pieter Wezel" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Wezel"
  ] ;
  a2a:BirthDate [
    a2a:LiteralDate "29-07-1797" ;
    a2a:Year "1797" ;
    a2a:Month "07" ;
    a2a:Day "29" ;
    rdfs:label "29-07-1797"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zaandijk" ;
    rdfs:label "Zaandijk"
  ] .

oa:person_gaz_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF_Person2008467205
  a a2a:Person ;
  rdfs:label "Mijntje Butter" ;
  a2a:PersonName [
    rdfs:label "Mijntje Butter" ;
    a2a:PersonNameFirstName "Mijntje" ;
    a2a:PersonNameLastName "Butter"
  ] ;
  a2a:BirthDate [
    a2a:LiteralDate "11-07-1802" ;
    a2a:Year "1802" ;
    a2a:Month "07" ;
    a2a:Day "11" ;
    rdfs:label "11-07-1802"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zaandijk" ;
    rdfs:label "Zaandijk"
  ] .

oa:person_gaz_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF_Person2008467206
  a a2a:Person ;
  rdfs:label "Cornelis Wezel" ;
  a2a:PersonName [
    rdfs:label "Cornelis Wezel" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Wezel"
  ] ;
  a2a:BirthDate [
    a2a:LiteralDate "16-05-1834" ;
    a2a:Year "1834" ;
    a2a:Month "05" ;
    a2a:Day "16" ;
    rdfs:label "16-05-1834"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zaandijk" ;
    rdfs:label "Zaandijk"
  ] .

oa:event_gaz_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [ ] ;
  a2a:EventPlace [
    a2a:Place "Zaandijk" ;
    rdfs:label "Zaandijk"
  ] .

oa:relationep_gaz_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF_Person2008467204 ;
  a2a:EventKeyRef oa:event_gaz_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF_Event1 .

oa:relationep_gaz_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF_Person2008467205 ;
  a2a:EventKeyRef oa:event_gaz_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF_Event1 .

oa:relationep_gaz_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF_Person2008467206 ;
  a2a:EventKeyRef oa:event_gaz_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF_Event1 .

oa:source_gaz_2AC783B7-DC3F-46AC-B6CF-2321AFB621AF
  a a2a:Source ;
  rdfs:label "Gemeentearchief Zaanstad, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Zaandijk" ;
    a2a:Country "Nederland" ;
    rdfs:label "Zaandijk, Nederland", "1797-01-01 - 1834-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1797-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1834-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1797" ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Zaanstad" ;
    a2a:Place "Zaandam" ;
    a2a:Collection "Bevolkingsregister Zaandijk" ;
    a2a:Book "Nadere toegang bevolkingsregister op archieftoegang OA-0140, inv.nr. 14" ;
    a2a:RegistryNumber "14" ;
    rdfs:label "Gemeentearchief Zaanstad, Zaandam, Bevolkingsregister Zaandijk, Nadere toegang bevolkingsregister op archieftoegang OA-0140, inv.nr. 14, 14"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/137/E8CE1644310B490FB79F946191D7092F" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/137/E8CE1644310B490FB79F946191D7092F" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/137/E8CE1644310B490FB79F946191D7092F"
  ] ;
  a2a:SourceLastChangeDate "2020-12-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12112/2AC783B7DC3F46ACB6CF2321AFB621AF" ;
  a2a:RecordIdentifier "2008467203" ;
  a2a:RecordGUID "{2AC783B7-DC3F-46AC-B6CF-2321AFB621AF}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/AAEA5A022DFA4F10B3C7D3561C91D024" .

