@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_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1849-1962)" ;
  a2a:hasPerson oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person1, oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person2, oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person3, oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person4, oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person5, oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person6, oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person7, oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person8, oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person9, oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person10, oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person11, oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person12, oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person13, oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person14, oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person15, oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person16 ;
  a2a:hasEvent oa:event_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_0, oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_1, oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_2, oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_3, oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_4, oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_5, oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_6, oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_7, oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_8, oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_9, oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_10, oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_11, oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_12, oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_13, oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_14, oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_15 ;
  a2a:hasSource oa:source_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a .

oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person1
  a a2a:Person ;
  rdfs:label "Marijtje Loos" ;
  a2a:PersonName [
    rdfs:label "Marijtje Loos" ;
    a2a:PersonNameFirstName "Marijtje" ;
    a2a:PersonNameLastName "Loos"
  ] ;
  a2a:BirthDate [
    a2a:Year "1827" ;
    a2a:Month "6" ;
    a2a:Day "30" ;
    rdfs:label "1827-06-30"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Opmeer" ;
    rdfs:label "Opmeer"
  ] .

oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person2
  a a2a:Person ;
  rdfs:label "Pieter Vreeker" ;
  a2a:PersonName [
    rdfs:label "Pieter Vreeker" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Vreeker"
  ] ;
  a2a:BirthDate [ a2a:Year "1805" ] ;
  a2a:BirthPlace [
    a2a:Place "Heerhugowaard" ;
    rdfs:label "Heerhugowaard"
  ] .

oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person3
  a a2a:Person ;
  rdfs:label "Aaltje Koppes" ;
  a2a:PersonName [
    rdfs:label "Aaltje Koppes" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Koppes"
  ] ;
  a2a:BirthDate [ a2a:Year "1810" ] ;
  a2a:BirthPlace [
    a2a:Place "Berkhout" ;
    rdfs:label "Berkhout"
  ] .

oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person4
  a a2a:Person ;
  rdfs:label "Jan Vreeker" ;
  a2a:PersonName [
    rdfs:label "Jan Vreeker" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Vreeker"
  ] ;
  a2a:BirthDate [ a2a:Year "1838" ] ;
  a2a:BirthPlace [
    a2a:Place "Oudorp" ;
    rdfs:label "Oudorp"
  ] .

oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person5
  a a2a:Person ;
  rdfs:label "Pieter Vreeker" ;
  a2a:PersonName [
    rdfs:label "Pieter Vreeker" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Vreeker"
  ] ;
  a2a:BirthDate [ a2a:Year "1836" ] ;
  a2a:BirthPlace [
    a2a:Place "Oudorp" ;
    rdfs:label "Oudorp"
  ] .

oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person6
  a a2a:Person ;
  rdfs:label "Teunis Vreeker" ;
  a2a:PersonName [
    rdfs:label "Teunis Vreeker" ;
    a2a:PersonNameFirstName "Teunis" ;
    a2a:PersonNameLastName "Vreeker"
  ] ;
  a2a:BirthDate [ a2a:Year "1839" ] ;
  a2a:BirthPlace [
    a2a:Place "Oterleek" ;
    rdfs:label "Oterleek"
  ] .

oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person7
  a a2a:Person ;
  rdfs:label "Klaas Vreeker" ;
  a2a:PersonName [
    rdfs:label "Klaas Vreeker" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Vreeker"
  ] ;
  a2a:BirthDate [ a2a:Year "1843" ] ;
  a2a:BirthPlace [
    a2a:Place "Oterleek" ;
    rdfs:label "Oterleek"
  ] .

oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person8
  a a2a:Person ;
  rdfs:label "Arien Vreeker" ;
  a2a:PersonName [
    rdfs:label "Arien Vreeker" ;
    a2a:PersonNameFirstName "Arien" ;
    a2a:PersonNameLastName "Vreeker"
  ] ;
  a2a:BirthDate [ a2a:Year "1845" ] ;
  a2a:BirthPlace [
    a2a:Place "Oterleek" ;
    rdfs:label "Oterleek"
  ] .

oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person9
  a a2a:Person ;
  rdfs:label "Aantje Vreeker" ;
  a2a:PersonName [
    rdfs:label "Aantje Vreeker" ;
    a2a:PersonNameFirstName "Aantje" ;
    a2a:PersonNameLastName "Vreeker"
  ] ;
  a2a:BirthDate [ a2a:Year "1831" ] ;
  a2a:BirthPlace [
    a2a:Place "Oudorp" ;
    rdfs:label "Oudorp"
  ] .

oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person10
  a a2a:Person ;
  rdfs:label "Marijtje Vreeker" ;
  a2a:PersonName [
    rdfs:label "Marijtje Vreeker" ;
    a2a:PersonNameFirstName "Marijtje" ;
    a2a:PersonNameLastName "Vreeker"
  ] ;
  a2a:BirthDate [ a2a:Year "1846" ] ;
  a2a:BirthPlace [
    a2a:Place "Oterleek" ;
    rdfs:label "Oterleek"
  ] .

oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person11
  a a2a:Person ;
  rdfs:label "Elisabeth Vreeker" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Vreeker" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Vreeker"
  ] ;
  a2a:BirthDate [ a2a:Year "1848" ] ;
  a2a:BirthPlace [
    a2a:Place "Oterleek" ;
    rdfs:label "Oterleek"
  ] .

oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person12
  a a2a:Person ;
  rdfs:label "Teunis Kuiper" ;
  a2a:PersonName [
    rdfs:label "Teunis Kuiper" ;
    a2a:PersonNameFirstName "Teunis" ;
    a2a:PersonNameLastName "Kuiper"
  ] ;
  a2a:BirthDate [
    a2a:Year "1779" ;
    a2a:Month "2" ;
    a2a:Day "24" ;
    rdfs:label "1779-02-24"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zwaag" ;
    rdfs:label "Zwaag"
  ] .

oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person13
  a a2a:Person ;
  rdfs:label "Marijtje van Diepen" ;
  a2a:PersonName [
    rdfs:label "Marijtje van Diepen" ;
    a2a:PersonNameFirstName "Marijtje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Diepen"
  ] ;
  a2a:BirthDate [
    a2a:Year "1780" ;
    a2a:Month "7" ;
    a2a:Day "9" ;
    rdfs:label "1780-07-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Berkhout" ;
    rdfs:label "Berkhout"
  ] .

oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person14
  a a2a:Person ;
  rdfs:label "Geertje Appelman" ;
  a2a:PersonName [
    rdfs:label "Geertje Appelman" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNameLastName "Appelman"
  ] ;
  a2a:BirthDate [
    a2a:Year "1825" ;
    a2a:Month "5" ;
    a2a:Day "18" ;
    rdfs:label "1825-05-18"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hem" ;
    rdfs:label "Hem"
  ] .

oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person15
  a a2a:Person ;
  rdfs:label "Davia van Diepen" ;
  a2a:PersonName [
    rdfs:label "Davia van Diepen" ;
    a2a:PersonNameFirstName "Davia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Diepen"
  ] ;
  a2a:BirthDate [
    a2a:Year "1829" ;
    a2a:Month "4" ;
    a2a:Day "2" ;
    rdfs:label "1829-04-02"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Berkhout" ;
    rdfs:label "Berkhout"
  ] .

oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person16
  a a2a:Person ;
  rdfs:label "Walig Groen" ;
  a2a:PersonName [
    rdfs:label "Walig Groen" ;
    a2a:PersonNameFirstName "Walig" ;
    a2a:PersonNameLastName "Groen"
  ] ;
  a2a:BirthDate [
    a2a:Year "1824" ;
    a2a:Month "11" ;
    a2a:Day "28" ;
    rdfs:label "1824-11-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Monnickendam" ;
    rdfs:label "Monnickendam"
  ] .

oa:event_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventRemarkOpmerking "Zie de scan voor meer details" .

oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person1 ;
  a2a:EventKeyRef oa:event_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Event1 .

oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person2 ;
  a2a:EventKeyRef oa:event_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Event1 .

oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person3 ;
  a2a:EventKeyRef oa:event_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Event1 .

oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person4 ;
  a2a:EventKeyRef oa:event_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Event1 .

oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person5 ;
  a2a:EventKeyRef oa:event_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Event1 .

oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person6 ;
  a2a:EventKeyRef oa:event_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Event1 .

oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_6
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person7 ;
  a2a:EventKeyRef oa:event_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Event1 .

oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_7
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person8 ;
  a2a:EventKeyRef oa:event_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Event1 .

oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_8
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person9 ;
  a2a:EventKeyRef oa:event_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Event1 .

oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_9
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person10 ;
  a2a:EventKeyRef oa:event_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Event1 .

oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_10
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person11 ;
  a2a:EventKeyRef oa:event_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Event1 .

oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_11
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person12 ;
  a2a:EventKeyRef oa:event_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Event1 .

oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_12
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person13 ;
  a2a:EventKeyRef oa:event_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Event1 .

oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_13
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person14 ;
  a2a:EventKeyRef oa:event_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Event1 .

oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_14
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person15 ;
  a2a:EventKeyRef oa:event_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Event1 .

oa:relationep_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_15
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Person16 ;
  a2a:EventKeyRef oa:event_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a_Event1 .

oa:source_wfa_2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a
  a a2a:Source ;
  rdfs:label "Westfries Archief, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn", "1849-01-01 - 1962-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1849-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1962-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Collection "Bevolkingsregister Berkhout 1, 1849-1862." ;
    a2a:RegistryNumber "1" ;
    rdfs:label "Westfries Archief, Bevolkingsregister Berkhout 1, 1849-1862., 1"
  ] ;
  a2a:SourceLastChangeDate "2017-09-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.westfriesarchief.nl/onderzoek/zoeken?mivast=136&miadt=136&miaet=54&micode=1701-05_1&minr=9732754&miview=ldt" ;
  a2a:RecordGUID "{2e42e7f7-7ce0-449d-e1c2-ce33f6a2c07a}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-HnWFA_1701-05_1_54_MI.xml van WFA" .

