@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_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1826)" ;
  a2a:hasPerson oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person1, oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person2, oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person3, oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person4, oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person5, oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person6, oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person7, oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person8, oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person9, oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person10, oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person11, oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person12, oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person13, oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person14, oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person15, oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person16, oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person17, oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person18, oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person19 ;
  a2a:hasEvent oa:event_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_0, oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_1, oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_2, oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_3, oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_4, oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_5, oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_6, oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_7, oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_8, oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_9, oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_10, oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_11, oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_12, oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_13, oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_14, oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_15, oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_16, oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_17, oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_18 ;
  a2a:hasSource oa:source_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5 .

oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person1
  a a2a:Person ;
  rdfs:label "Jan den Nimmen" ;
  a2a:PersonName [
    rdfs:label "Jan den Nimmen" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "den" ;
    a2a:PersonNameLastName "Nimmen"
  ] .

oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person2
  a a2a:Person ;
  rdfs:label "Teuntje Jacobse Krijnen" ;
  a2a:PersonName [
    rdfs:label "Teuntje Jacobse Krijnen" ;
    a2a:PersonNameFirstName "Teuntje Jacobse" ;
    a2a:PersonNameLastName "Krijnen"
  ] ;
  a2a:Residence [
    a2a:Place "Blaricum" ;
    rdfs:label "Blaricum"
  ] .

oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person3
  a a2a:Person ;
  rdfs:label "Jan Elbertsen Raven" ;
  a2a:PersonName [
    rdfs:label "Jan Elbertsen Raven" ;
    a2a:PersonNameFirstName "Jan Elbertsen" ;
    a2a:PersonNameLastName "Raven"
  ] ;
  a2a:Residence [
    a2a:Place "Blaricum" ;
    rdfs:label "Blaricum"
  ] .

oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person4
  a a2a:Person ;
  rdfs:label "Gijsbert Brouwer" ;
  a2a:PersonName [
    rdfs:label "Gijsbert Brouwer" ;
    a2a:PersonNameFirstName "Gijsbert" ;
    a2a:PersonNameLastName "Brouwer"
  ] ;
  a2a:Residence [
    a2a:Place "Blaricum" ;
    rdfs:label "Blaricum"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person5
  a a2a:Person ;
  rdfs:label "Pietertje Raven" ;
  a2a:PersonName [
    rdfs:label "Pietertje Raven" ;
    a2a:PersonNameFirstName "Pietertje" ;
    a2a:PersonNameLastName "Raven"
  ] ;
  a2a:Residence [
    a2a:Place "Blaricum" ;
    rdfs:label "Blaricum"
  ] .

oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person6
  a a2a:Person ;
  rdfs:label "Elbert Raven" ;
  a2a:PersonName [
    rdfs:label "Elbert Raven" ;
    a2a:PersonNameFirstName "Elbert" ;
    a2a:PersonNameLastName "Raven"
  ] ;
  a2a:Residence [
    a2a:Place "Blaricum" ;
    rdfs:label "Blaricum"
  ] .

oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person7
  a a2a:Person ;
  rdfs:label "Hendrikje Raven" ;
  a2a:PersonName [
    rdfs:label "Hendrikje Raven" ;
    a2a:PersonNameFirstName "Hendrikje" ;
    a2a:PersonNameLastName "Raven"
  ] ;
  a2a:Residence [
    a2a:Place "Blaricum" ;
    rdfs:label "Blaricum"
  ] .

oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person8
  a a2a:Person ;
  rdfs:label "Jacob Raven" ;
  a2a:PersonName [
    rdfs:label "Jacob Raven" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Raven"
  ] ;
  a2a:Residence [
    a2a:Place "Blaricum" ;
    rdfs:label "Blaricum"
  ] .

oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person9
  a a2a:Person ;
  rdfs:label "Tijmen Raven" ;
  a2a:PersonName [
    rdfs:label "Tijmen Raven" ;
    a2a:PersonNameFirstName "Tijmen" ;
    a2a:PersonNameLastName "Raven"
  ] ;
  a2a:Residence [
    a2a:Place "Blaricum" ;
    rdfs:label "Blaricum"
  ] .

oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person10
  a a2a:Person ;
  rdfs:label "Harmen Raven" ;
  a2a:PersonName [
    rdfs:label "Harmen Raven" ;
    a2a:PersonNameFirstName "Harmen" ;
    a2a:PersonNameLastName "Raven"
  ] ;
  a2a:Residence [
    a2a:Place "Blaricum" ;
    rdfs:label "Blaricum"
  ] ;
  a2a:Profession "veehouder" .

oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person11
  a a2a:Person ;
  rdfs:label "Tijmen Willemsz. de Zaaijer" ;
  a2a:PersonName [
    rdfs:label "Tijmen Willemsz. de Zaaijer" ;
    a2a:PersonNameFirstName "Tijmen Willemsz." ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Zaaijer"
  ] ;
  a2a:Residence [
    a2a:Place "Blaricum" ;
    rdfs:label "Blaricum"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person12
  a a2a:Person ;
  rdfs:label "Elbert Klaasz. Rigter" ;
  a2a:PersonName [
    rdfs:label "Elbert Klaasz. Rigter" ;
    a2a:PersonNameFirstName "Elbert Klaasz." ;
    a2a:PersonNameLastName "Rigter"
  ] ;
  a2a:Residence [
    a2a:Place "Blaricum" ;
    rdfs:label "Blaricum"
  ] ;
  a2a:Profession "fabrikant" .

oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person13
  a a2a:Person ;
  rdfs:label "Pieter van Thienen" ;
  a2a:PersonName [
    rdfs:label "Pieter van Thienen" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Thienen"
  ] ;
  a2a:Residence [
    a2a:Place "Blaricum" ;
    rdfs:label "Blaricum"
  ] ;
  a2a:Profession "broodbakker" .

oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person14
  a a2a:Person ;
  rdfs:label "Tijmen Lambertsz. Zaayer" ;
  a2a:PersonName [
    rdfs:label "Tijmen Lambertsz. Zaayer" ;
    a2a:PersonNameFirstName "Tijmen Lambertsz." ;
    a2a:PersonNameLastName "Zaayer"
  ] ;
  a2a:Residence [
    a2a:Place "Blaricum" ;
    rdfs:label "Blaricum"
  ] ;
  a2a:Profession "veehouder" .

oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person15
  a a2a:Person ;
  rdfs:label "Teunis Jacobsz. Krijnen" ;
  a2a:PersonName [
    rdfs:label "Teunis Jacobsz. Krijnen" ;
    a2a:PersonNameFirstName "Teunis Jacobsz." ;
    a2a:PersonNameLastName "Krijnen"
  ] ;
  a2a:Residence [
    a2a:Place "Blaricum" ;
    rdfs:label "Blaricum"
  ] ;
  a2a:Profession "veehouder" .

oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person16
  a a2a:Person ;
  rdfs:label "Gijsbert Elbertszoon Raven" ;
  a2a:PersonName [
    rdfs:label "Gijsbert Elbertszoon Raven" ;
    a2a:PersonNameFirstName "Gijsbert Elbertszoon" ;
    a2a:PersonNameLastName "Raven"
  ] ;
  a2a:Residence [
    a2a:Place "Blaricum" ;
    rdfs:label "Blaricum"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person17
  a a2a:Person ;
  rdfs:label "Pieter Veldhuijsen" ;
  a2a:PersonName [
    rdfs:label "Pieter Veldhuijsen" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Veldhuijsen"
  ] .

oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person18
  a a2a:Person ;
  rdfs:label "Hendrik Klijnhoff" ;
  a2a:PersonName [
    rdfs:label "Hendrik Klijnhoff" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Klijnhoff"
  ] .

oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person19
  a a2a:Person ;
  rdfs:label "Jan der Nimmers" ;
  a2a:PersonName [
    rdfs:label "Jan der Nimmers" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "der" ;
    a2a:PersonNameLastName "Nimmers"
  ] .

oa:event_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventRemark29_Vonnisdatum "1826" ;
  a2a:EventRemark28_Vredegerecht "Naarden" .

oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_0
  a a2a:RelationEP ;
  rdfs:label "other:Overige personen" ;
  a2a:RelationType "other:Overige personen" ;
  a2a:PersonKeyRef oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person1 ;
  a2a:EventKeyRef oa:event_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Event1 .

oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_1
  a a2a:RelationEP ;
  rdfs:label "other:Overige personen" ;
  a2a:RelationType "other:Overige personen" ;
  a2a:PersonKeyRef oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person2 ;
  a2a:EventKeyRef oa:event_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Event1 .

oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_2
  a a2a:RelationEP ;
  rdfs:label "other:Overige personen" ;
  a2a:RelationType "other:Overige personen" ;
  a2a:PersonKeyRef oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person3 ;
  a2a:EventKeyRef oa:event_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Event1 .

oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_3
  a a2a:RelationEP ;
  rdfs:label "other:Overige personen" ;
  a2a:RelationType "other:Overige personen" ;
  a2a:PersonKeyRef oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person4 ;
  a2a:EventKeyRef oa:event_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Event1 .

oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_4
  a a2a:RelationEP ;
  rdfs:label "other:Overige personen" ;
  a2a:RelationType "other:Overige personen" ;
  a2a:PersonKeyRef oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person5 ;
  a2a:EventKeyRef oa:event_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Event1 .

oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_5
  a a2a:RelationEP ;
  rdfs:label "other:Overige personen" ;
  a2a:RelationType "other:Overige personen" ;
  a2a:PersonKeyRef oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person6 ;
  a2a:EventKeyRef oa:event_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Event1 .

oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_6
  a a2a:RelationEP ;
  rdfs:label "other:Overige personen" ;
  a2a:RelationType "other:Overige personen" ;
  a2a:PersonKeyRef oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person7 ;
  a2a:EventKeyRef oa:event_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Event1 .

oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_7
  a a2a:RelationEP ;
  rdfs:label "other:Overige personen" ;
  a2a:RelationType "other:Overige personen" ;
  a2a:PersonKeyRef oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person8 ;
  a2a:EventKeyRef oa:event_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Event1 .

oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_8
  a a2a:RelationEP ;
  rdfs:label "other:Overige personen" ;
  a2a:RelationType "other:Overige personen" ;
  a2a:PersonKeyRef oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person9 ;
  a2a:EventKeyRef oa:event_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Event1 .

oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_9
  a a2a:RelationEP ;
  rdfs:label "other:Overige personen" ;
  a2a:RelationType "other:Overige personen" ;
  a2a:PersonKeyRef oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person10 ;
  a2a:EventKeyRef oa:event_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Event1 .

oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_10
  a a2a:RelationEP ;
  rdfs:label "other:Overige personen" ;
  a2a:RelationType "other:Overige personen" ;
  a2a:PersonKeyRef oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person11 ;
  a2a:EventKeyRef oa:event_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Event1 .

oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_11
  a a2a:RelationEP ;
  rdfs:label "other:Overige personen" ;
  a2a:RelationType "other:Overige personen" ;
  a2a:PersonKeyRef oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person12 ;
  a2a:EventKeyRef oa:event_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Event1 .

oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_12
  a a2a:RelationEP ;
  rdfs:label "other:Overige personen" ;
  a2a:RelationType "other:Overige personen" ;
  a2a:PersonKeyRef oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person13 ;
  a2a:EventKeyRef oa:event_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Event1 .

oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_13
  a a2a:RelationEP ;
  rdfs:label "other:Overige personen" ;
  a2a:RelationType "other:Overige personen" ;
  a2a:PersonKeyRef oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person14 ;
  a2a:EventKeyRef oa:event_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Event1 .

oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_14
  a a2a:RelationEP ;
  rdfs:label "other:Overige personen" ;
  a2a:RelationType "other:Overige personen" ;
  a2a:PersonKeyRef oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person15 ;
  a2a:EventKeyRef oa:event_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Event1 .

oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_15
  a a2a:RelationEP ;
  rdfs:label "other:Overige personen" ;
  a2a:RelationType "other:Overige personen" ;
  a2a:PersonKeyRef oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person16 ;
  a2a:EventKeyRef oa:event_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Event1 .

oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_16
  a a2a:RelationEP ;
  rdfs:label "other:Overige personen" ;
  a2a:RelationType "other:Overige personen" ;
  a2a:PersonKeyRef oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person17 ;
  a2a:EventKeyRef oa:event_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Event1 .

oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_17
  a a2a:RelationEP ;
  rdfs:label "other:Overige personen" ;
  a2a:RelationType "other:Overige personen" ;
  a2a:PersonKeyRef oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person18 ;
  a2a:EventKeyRef oa:event_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Event1 .

oa:relationep_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_18
  a a2a:RelationEP ;
  rdfs:label "other:Overige personen" ;
  a2a:RelationType "other:Overige personen" ;
  a2a:PersonKeyRef oa:person_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Person19 ;
  a2a:EventKeyRef oa:event_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5_Event1 .

oa:source_nha_cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, Vredegerecht" ;
  a2a:SourcePlace [
    a2a:Place "Haarlem" ;
    rdfs:label "Haarlem", "1826-01-01 - 1826-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1826-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1826-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Vredegerecht" ;
  a2a:SourceReference [
    a2a:InstitutionName "Noord-Hollands Archief" ;
    a2a:Collection "Vrede- en politiegerechten, 1811-1838" ;
    a2a:DocumentNumber "008" ;
    a2a:RegistryNumber "278" ;
    rdfs:label "Noord-Hollands Archief, Vrede- en politiegerechten, 1811-1838, 008, 278"
  ] ;
  a2a:SourceLastChangeDate "2018-03-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://noord-hollandsarchief.nl/bronnen/archieven?mivast=236&miadt=236&miaet=54&micode=39-278&minr=2635109&miview=ldt" ;
  a2a:RecordGUID "{cb2c03bb-c635-8a15-a70e-29a4b5fc0ef5}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-HlmNHA_39-278_54_MI.xml van NHA" .

