@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_585796bf-9bcd-e900-c6af-01c7ef1b43ad
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1868-1869)" ;
  a2a:hasPerson oa:person_gaz_585796bf-9bcd-e900-c6af-01c7ef1b43ad_Person1, oa:person_gaz_585796bf-9bcd-e900-c6af-01c7ef1b43ad_Person2 ;
  a2a:hasEvent oa:event_gaz_585796bf-9bcd-e900-c6af-01c7ef1b43ad_Event1 ;
  a2a:hasRelationEP oa:relationep_gaz_585796bf-9bcd-e900-c6af-01c7ef1b43ad_0, oa:relationep_gaz_585796bf-9bcd-e900-c6af-01c7ef1b43ad_1 ;
  a2a:hasSource oa:source_gaz_585796bf-9bcd-e900-c6af-01c7ef1b43ad .

oa:person_gaz_585796bf-9bcd-e900-c6af-01c7ef1b43ad_Person1
  a a2a:Person ;
  rdfs:label "Christiaan Hubach" ;
  a2a:PersonName [
    rdfs:label "Christiaan Hubach" ;
    a2a:PersonNameFirstName "Christiaan" ;
    a2a:PersonNameLastName "Hubach"
  ] ;
  a2a:BirthDate [
    a2a:Year "1868" ;
    a2a:Month "5" ;
    a2a:Day "24" ;
    rdfs:label "1868-05-24"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kampen" ;
    rdfs:label "Kampen"
  ] .

oa:person_gaz_585796bf-9bcd-e900-c6af-01c7ef1b43ad_Person2
  a a2a:Person ;
  rdfs:label "Dieuwke Steunebrink" ;
  a2a:PersonName [
    rdfs:label "Dieuwke Steunebrink" ;
    a2a:PersonNameFirstName "Dieuwke" ;
    a2a:PersonNameLastName "Steunebrink"
  ] ;
  a2a:BirthDate [
    a2a:Year "1869" ;
    a2a:Month "11" ;
    a2a:Day "20" ;
    rdfs:label "1869-11-20"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Joure" ;
    rdfs:label "Joure"
  ] .

oa:event_gaz_585796bf-9bcd-e900-c6af-01c7ef1b43ad_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" .

oa:relationep_gaz_585796bf-9bcd-e900-c6af-01c7ef1b43ad_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_585796bf-9bcd-e900-c6af-01c7ef1b43ad_Person1 ;
  a2a:EventKeyRef oa:event_gaz_585796bf-9bcd-e900-c6af-01c7ef1b43ad_Event1 .

oa:relationep_gaz_585796bf-9bcd-e900-c6af-01c7ef1b43ad_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gaz_585796bf-9bcd-e900-c6af-01c7ef1b43ad_Person2 ;
  a2a:EventKeyRef oa:event_gaz_585796bf-9bcd-e900-c6af-01c7ef1b43ad_Event1 .

oa:source_gaz_585796bf-9bcd-e900-c6af-01c7ef1b43ad
  a a2a:Source ;
  rdfs:label "Gemeentearchief Zaanstad, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Zaanstad" ;
    rdfs:label "Zaanstad", "1868-01-01 - 1869-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1868-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1869-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Zaanstad" ;
    a2a:Collection "Nadere toegang bevolkingsregister op archieftoegang OA-0141, inv.nr. 274" ;
    a2a:RegistryNumber "274" ;
    a2a:Folio "31a" ;
    rdfs:label "Gemeentearchief Zaanstad, Nadere toegang bevolkingsregister op archieftoegang OA-0141, inv.nr. 274, 274, 31a"
  ] ;
  a2a:SourceLastChangeDate "2017-09-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://archief.zaanstad.nl/archieven/zoek-in-de-archieven?mivast=137&miadt=137&miaet=54&micode=OA-0141_274&minr=2058113&miview=ldt" ;
  a2a:RecordGUID "{585796bf-9bcd-e900-c6af-01c7ef1b43ad}" .

